FreeBSD Bugzilla – Attachment 159399 Details for
Bug 201996
[NEW PORT][patch] www/py-pyocclient: the Python OwnCloud client library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
py-pyocclient.patch (text/plain), 2.75 KB, created by
Maxim Filimonov
on 2015-07-30 21:16:25 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Maxim Filimonov
Created:
2015-07-30 21:16:25 UTC
Size:
2.75 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 393260) >+++ Makefile (working copy) >@@ -1695,6 +1695,7 @@ > SUBDIR += py-py-restclient > SUBDIR += py-pyjwt > SUBDIR += py-pylons >+ SUBDIR += py-pyocclient > SUBDIR += py-pyquery > SUBDIR += py-pyramid > SUBDIR += py-pyramid_rpc >Index: py-pyocclient/Makefile >=================================================================== >--- py-pyocclient/Makefile (revision 0) >+++ py-pyocclient/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# $FreeBSD$ >+ >+PORTNAME= pyocclient >+PORTVERSION= 0.1 >+CATEGORIES= www python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= che@bein.link >+COMMENT= Python Owncloud client library >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:${PORTSDIR}/www/py-requests >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: py-pyocclient/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-pyocclient/distinfo >=================================================================== >--- py-pyocclient/distinfo (revision 0) >+++ py-pyocclient/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (pyocclient-0.1.tar.gz) = b3505e4973bfadda11f9f5d426018f9ea3a373c3ef47b77324ed4f88f195ff43 >+SIZE (pyocclient-0.1.tar.gz) = 11749 > >Property changes on: py-pyocclient/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-pyocclient/pkg-descr >=================================================================== >--- py-pyocclient/pkg-descr (revision 0) >+++ py-pyocclient/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+This library makes it possible to connect to an ownCloud instance and perform >+file, share and attribute operations in python. Please note that this is not >+a sync client implementation but rather a wrapper around various APIs. >+ >+WWW: https://github.com/owncloud/pyocclient > >Property changes on: py-pyocclient/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201996
: 159399 |
159400
|
159401