diff --git a/www/Makefile b/www/Makefile index 3b89519fa7eb..7ba42e30ec57 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1827,6 +1827,7 @@ SUBDIR += py-requests-cache SUBDIR += py-requests-file SUBDIR += py-requests-futures + SUBDIR += py-requests-futures097 SUBDIR += py-requests-mock SUBDIR += py-requests-oauthlib SUBDIR += py-requests-toolbelt diff --git a/www/py-requests-futures097/Makefile b/www/py-requests-futures097/Makefile new file mode 100644 index 000000000000..2b5af6f5da52 --- /dev/null +++ b/www/py-requests-futures097/Makefile @@ -0,0 +1,26 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= requests-futures +PORTVERSION= 0.9.7 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 097 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTTP library written in Python for human beings + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PY_FUTURES} \ + ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +PORTSCOUT= ignore:1 + +.include diff --git a/www/py-requests-futures097/distinfo b/www/py-requests-futures097/distinfo new file mode 100644 index 000000000000..c2c0f73af7fc --- /dev/null +++ b/www/py-requests-futures097/distinfo @@ -0,0 +1,2 @@ +SHA256 (requests-futures-0.9.7.tar.gz) = a9ca2c3480b6fac29ec5de59c146742e2ab2b60f8c68581766094edb52ea7bad +SIZE (requests-futures-0.9.7.tar.gz) = 5571 diff --git a/www/py-requests-futures097/pkg-descr b/www/py-requests-futures097/pkg-descr new file mode 100644 index 000000000000..f607cb5ac8ba --- /dev/null +++ b/www/py-requests-futures097/pkg-descr @@ -0,0 +1,4 @@ +Small add-on for the python requests http library. Makes use of python +3.2's concurrent.futures or the backport for prior versions of python. + +WWW: https://github.com/ross/requests-futures