FreeBSD Bugzilla – Attachment 201059 Details for
Bug 234897
[new port] devel/py-resource: Library concentrated on the Resource layer of RESTful APIs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port diff
py-resource.diff (text/plain), 2.98 KB, created by
Antonio Huete Jimenez
on 2019-01-12 14:19:18 UTC
(
hide
)
Description:
port diff
Filename:
MIME Type:
Creator:
Antonio Huete Jimenez
Created:
2019-01-12 14:19:18 UTC
Size:
2.98 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 489974) >+++ devel/Makefile (working copy) >@@ -5003,6 +5003,7 @@ > SUBDIR += py-represent > SUBDIR += py-requestsexceptions > SUBDIR += py-resolver >+ SUBDIR += py-resource > SUBDIR += py-resourcepackage > SUBDIR += py-responses > SUBDIR += py-retrying >Index: devel/py-resource/Makefile >=================================================================== >--- devel/py-resource/Makefile (nonexistent) >+++ devel/py-resource/Makefile (working copy) >@@ -0,0 +1,26 @@ >+# $FreeBSD$ >+ >+PORTNAME= resource >+PORTVERSION= 0.2.1 >+CATEGORIES= devel python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= Library concentrated on the Resource layer of RESTful APIs >+ >+LICENSE= MIT >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonform>=0.0.2:devel/py-jsonform@${PY_FLAVOR} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}jsonsir>=0.0.2:devel/py-jsonsir@${PY_FLAVOR} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}easyconfig>=0.1.0:devel/py-easyconfig@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils autoplist >+ >+USE_GITHUB= yes >+ >+GH_ACCOUNT= RussellLuo >+GH_PROJECT= resource >+GH_TAGNAME= aee62d5 >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-resource/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: devel/py-resource/distinfo >=================================================================== >--- devel/py-resource/distinfo (nonexistent) >+++ devel/py-resource/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1547256950 >+SHA256 (RussellLuo-resource-0.2.1-aee62d5_GH0.tar.gz) = d8d8a71a2e588aef27608594aaec842581bab282d8d6e42f68712658d8950940 >+SIZE (RussellLuo-resource-0.2.1-aee62d5_GH0.tar.gz) = 29717 > >Property changes on: devel/py-resource/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: devel/py-resource/pkg-descr >=================================================================== >--- devel/py-resource/pkg-descr (nonexistent) >+++ devel/py-resource/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+A Python library concentrated on the Resource layer >+of RESTful APIs. >+ >+WWW: https://github.com/RussellLuo/resource > >Property changes on: devel/py-resource/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 234897
: 201059 |
201060