summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-12-28 06:55:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-12-28 06:55:21 +0000
commitb6f63bfdf40f3b427da31021f7699efe9ca34ba6 (patch)
tree3afb0524d72bc0ae54a462c0ad701ef561d36cca
parentAdd py-dj22-django-redis 4.10.0 (copied from py-django-redis) (diff)
Add py-requests-futures097 0.9.7 (copied from py-requests-futures)
- Add PORTSCOUT
Notes
Notes: svn path=/head/; revision=521045
-rw-r--r--www/Makefile1
-rw-r--r--www/py-requests-futures097/Makefile26
-rw-r--r--www/py-requests-futures097/distinfo2
-rw-r--r--www/py-requests-futures097/pkg-descr4
4 files changed, 33 insertions, 0 deletions
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 <feld@FreeBSD.org>
+# $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 <bsd.port.mk>
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