Skip to content

Commit

Permalink
www/py-requests-futures0: Add py-requests-futures0 0.9.9 (copied from…
Browse files Browse the repository at this point in the history
… py-requests-futures)

- Add PORTSCOUT
  • Loading branch information
sunpoet committed Sep 4, 2022
1 parent 3953bed commit 1ae4f19
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions www/py-requests-futures0/Makefile
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 3 additions & 0 deletions www/py-requests-futures0/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1543863647
SHA256 (requests-futures-0.9.9.tar.gz) = 200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1
SIZE (requests-futures-0.9.9.tar.gz) = 10507
4 changes: 4 additions & 0 deletions www/py-requests-futures0/pkg-descr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1ae4f19

Please sign in to comment.