Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 03:52:20 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1ae4f19bf1d2 - main - www/py-requests-futures0: Add py-requests-futures0 0.9.9 (copied from py-requests-futures)
Message-ID:  <202209040352.2843qK85083518@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1ae4f19bf1d21c5878a2a4802438a536b13f8657

commit 1ae4f19bf1d21c5878a2a4802438a536b13f8657
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-04 03:41:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-04 03:42:24 +0000

    www/py-requests-futures0: Add py-requests-futures0 0.9.9 (copied from py-requests-futures)
    
    - Add PORTSCOUT
---
 www/Makefile                       |  1 +
 www/py-requests-futures0/Makefile  | 22 ++++++++++++++++++++++
 www/py-requests-futures0/distinfo  |  3 +++
 www/py-requests-futures0/pkg-descr |  4 ++++
 4 files changed, 30 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209040352.2843qK85083518>