1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add py-requests-futures097 0.9.7 (copied from py-requests-futures)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-28 06:55:21 +00:00
parent 9a8acc2d6e
commit b6f63bfdf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521045
4 changed files with 33 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (requests-futures-0.9.7.tar.gz) = a9ca2c3480b6fac29ec5de59c146742e2ab2b60f8c68581766094edb52ea7bad
SIZE (requests-futures-0.9.7.tar.gz) = 5571

View File

@ -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