svn commit: r482979 - head/www/py-requests-futures
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 25 19:33:11 UTC 2018
Author: sunpoet
Date: Thu Oct 25 19:33:10 2018
New Revision: 482979
URL: https://svnweb.freebsd.org/changeset/ports/482979
Log:
Update to 0.9.8
- Move RUN_DEPENDS upward
- Take maintainership
Changes: https://github.com/ross/requests-futures/commits/master
Modified:
head/www/py-requests-futures/Makefile
head/www/py-requests-futures/distinfo (contents, props changed)
Modified: head/www/py-requests-futures/Makefile
==============================================================================
--- head/www/py-requests-futures/Makefile Thu Oct 25 19:26:44 2018 (r482978)
+++ head/www/py-requests-futures/Makefile Thu Oct 25 19:33:10 2018 (r482979)
@@ -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 at FreeBSD.org
+MAINTAINER= sunpoet at 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
Modified: head/www/py-requests-futures/distinfo
==============================================================================
--- head/www/py-requests-futures/distinfo Thu Oct 25 19:26:44 2018 (r482978)
+++ head/www/py-requests-futures/distinfo Thu Oct 25 19:33:10 2018 (r482979)
@@ -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
More information about the svn-ports-all
mailing list