diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-09-29 18:32:12 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-09-29 18:32:12 +0000 |
commit | 1483dff0d6eaf305ed8003e533f7734cef5bbb3f (patch) | |
tree | da0777a61da89ea240e71487d48435206a0e0f24 | |
parent | 980efd9d0bb3ec46e7670281998c4971e1b89f3f (diff) | |
download | ports-1483dff0d6eaf305ed8003e533f7734cef5bbb3f.tar.gz ports-1483dff0d6eaf305ed8003e533f7734cef5bbb3f.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-requests-toolbelt/Makefile | 19 | ||||
-rw-r--r-- | www/py-requests-toolbelt/distinfo | 2 | ||||
-rw-r--r-- | www/py-requests-toolbelt/pkg-descr | 6 |
4 files changed, 28 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index bce4c938df2d..1a67ef23a330 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1652,6 +1652,7 @@ SUBDIR += py-requests SUBDIR += py-requests-oauth-hook SUBDIR += py-requests-oauthlib + SUBDIR += py-requests-toolbelt SUBDIR += py-requests1 SUBDIR += py-restclient SUBDIR += py-rhodecode diff --git a/www/py-requests-toolbelt/Makefile b/www/py-requests-toolbelt/Makefile new file mode 100644 index 000000000000..70d956c1fcb0 --- /dev/null +++ b/www/py-requests-toolbelt/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= requests-toolbelt +PORTVERSION= 0.3.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Utility belt for advanced users of python-requests + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/www/py-requests-toolbelt/distinfo b/www/py-requests-toolbelt/distinfo new file mode 100644 index 000000000000..f3ddb1220701 --- /dev/null +++ b/www/py-requests-toolbelt/distinfo @@ -0,0 +1,2 @@ +SHA256 (requests-toolbelt-0.3.1.tar.gz) = f170eadbe01be2356d65862857a9b2eb8bb17b895cde158a7dd1c358a3a48d1a +SIZE (requests-toolbelt-0.3.1.tar.gz) = 14609 diff --git a/www/py-requests-toolbelt/pkg-descr b/www/py-requests-toolbelt/pkg-descr new file mode 100644 index 000000000000..5934aebb8bbf --- /dev/null +++ b/www/py-requests-toolbelt/pkg-descr @@ -0,0 +1,6 @@ +This is a collection of utilities that some users of python-requests might need +but do not belong in requests proper. The library is actively maintained by +members of the requests core development team, and so reflects the +functionality most requested by users of the requests library. + +WWW: https://toolbelt.readthedocs.org |