Date: Sun, 27 Jan 2019 15:57:29 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491362 - in head/devel: . py-resource Message-ID: <201901271557.x0RFvTOi085421@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Jan 27 15:57:29 2019 New Revision: 491362 URL: https://svnweb.freebsd.org/changeset/ports/491362 Log: devel/py-resource: create port A Python library concentrated on the Resource layer of RESTful APIs. WWW: https://github.com/RussellLuo/resource PR: 234897 Submitted by: Antonio Huete Jimenez <tuxillo@quantumachine.net> Added: head/devel/py-resource/ head/devel/py-resource/Makefile (contents, props changed) head/devel/py-resource/distinfo (contents, props changed) head/devel/py-resource/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 27 15:50:41 2019 (r491361) +++ head/devel/Makefile Sun Jan 27 15:57:29 2019 (r491362) @@ -5077,6 +5077,7 @@ SUBDIR += py-represent SUBDIR += py-requestsexceptions SUBDIR += py-resolver + SUBDIR += py-resource SUBDIR += py-resourcepackage SUBDIR += py-responses SUBDIR += py-retrying Added: head/devel/py-resource/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-resource/Makefile Sun Jan 27 15:57:29 2019 (r491362) @@ -0,0 +1,24 @@ +# $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} \ + ${PYTHON_PKGNAMEPREFIX}jsonsir>=0.0.2:devel/py-jsonsir@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}easyconfig>=0.1.0:devel/py-easyconfig@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= RussellLuo +GH_TAGNAME= aee62d5 + +.include <bsd.port.mk> Added: head/devel/py-resource/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-resource/distinfo Sun Jan 27 15:57:29 2019 (r491362) @@ -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 Added: head/devel/py-resource/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-resource/pkg-descr Sun Jan 27 15:57:29 2019 (r491362) @@ -0,0 +1,4 @@ +A Python library concentrated on the Resource layer +of RESTful APIs. + +WWW: https://github.com/RussellLuo/resource
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901271557.x0RFvTOi085421>