diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-26 03:33:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-26 03:33:10 +0800 |
commit | 7aaa72ebb4bea96994ac6afc4bdedbf9c3826a2e (patch) | |
tree | acb5ae991ee9369c5bd8dd7650e1d9c97567afe6 /www | |
parent | 0191e4c99faa059a9b44abb901c90cc15a42648b (diff) | |
download | freebsd-ports-gnome-7aaa72ebb4bea96994ac6afc4bdedbf9c3826a2e.tar.gz freebsd-ports-gnome-7aaa72ebb4bea96994ac6afc4bdedbf9c3826a2e.tar.zst freebsd-ports-gnome-7aaa72ebb4bea96994ac6afc4bdedbf9c3826a2e.zip |
Update to 0.9.8
- Move RUN_DEPENDS upward
- Take maintainership
Changes: https://github.com/ross/requests-futures/commits/master
Diffstat (limited to 'www')
-rw-r--r-- | www/py-requests-futures/Makefile | 12 | ||||
-rw-r--r-- | www/py-requests-futures/distinfo | 5 |
2 files changed, 9 insertions, 8 deletions
diff --git a/www/py-requests-futures/Makefile b/www/py-requests-futures/Makefile index b5bcc4cf532d..af9295f4a6a7 100644 --- a/www/py-requests-futures/Makefile +++ b/www/py-requests-futures/Makefile @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= requests-futures -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP library written in Python for human beings LICENSE= APACHE20 -USES= python -USE_PYTHON= autoplist distutils - RUN_DEPENDS= ${PY_FUTURES} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/www/py-requests-futures/distinfo b/www/py-requests-futures/distinfo index c2c0f73af7fc..862d1fbd9680 100644 --- a/www/py-requests-futures/distinfo +++ b/www/py-requests-futures/distinfo @@ -1,2 +1,3 @@ -SHA256 (requests-futures-0.9.7.tar.gz) = a9ca2c3480b6fac29ec5de59c146742e2ab2b60f8c68581766094edb52ea7bad -SIZE (requests-futures-0.9.7.tar.gz) = 5571 +TIMESTAMP = 1540495399 +SHA256 (requests-futures-0.9.8.tar.gz) = 76a22b95723267b53d8cc50e54d00b98d95afa02fd8449501b07a3797f46a96d +SIZE (requests-futures-0.9.8.tar.gz) = 7729 |