aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-04 03:41:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-04 03:42:24 +0000
commit1ae4f19bf1d21c5878a2a4802438a536b13f8657 (patch)
tree168619cf5a2f84a208d6a562655775752be1b62b
parent3953bedae45d50eb391605627aebbfdfdc0181c5 (diff)
www/py-requests-futures0: Add py-requests-futures0 0.9.9 (copied from py-requests-futures)
- Add PORTSCOUT
-rw-r--r--www/Makefile1
-rw-r--r--www/py-requests-futures0/Makefile22
-rw-r--r--www/py-requests-futures0/distinfo3
-rw-r--r--www/py-requests-futures0/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4bf872081349..f3080573539a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1721,6 +1721,7 @@
SUBDIR += py-requests-cache93
SUBDIR += py-requests-file
SUBDIR += py-requests-futures
+ SUBDIR += py-requests-futures0
SUBDIR += py-requests-gssapi
SUBDIR += py-requests-mock
SUBDIR += py-requests-oauthlib
diff --git a/www/py-requests-futures0/Makefile b/www/py-requests-futures0/Makefile
new file mode 100644
index 000000000000..431078659f66
--- /dev/null
+++ b/www/py-requests-futures0/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= requests-futures
+PORTVERSION= 0.9.9
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 0
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= HTTP library written in Python for human beings
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR}
+
+USES= python:3.4+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^0\.
+
+.include <bsd.port.mk>
diff --git a/www/py-requests-futures0/distinfo b/www/py-requests-futures0/distinfo
new file mode 100644
index 000000000000..510e06cf8ce3
--- /dev/null
+++ b/www/py-requests-futures0/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1543863647
+SHA256 (requests-futures-0.9.9.tar.gz) = 200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1
+SIZE (requests-futures-0.9.9.tar.gz) = 10507
diff --git a/www/py-requests-futures0/pkg-descr b/www/py-requests-futures0/pkg-descr
new file mode 100644
index 000000000000..f607cb5ac8ba
--- /dev/null
+++ b/www/py-requests-futures0/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