svn commit: r536842 - in head/www/py-planet: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 01:57:25 UTC 2020
Author: sunpoet
Date: Fri May 29 01:57:21 2020
New Revision: 536842
URL: https://svnweb.freebsd.org/changeset/ports/536842
Log:
Change RUN_DEPENDS from py-requests-futures097 to py-requests-futures
- Bump PORTREVISION for dependency and package change
Added:
head/www/py-planet/files/
head/www/py-planet/files/patch-planet-api-dispatch.py (contents, props changed)
Modified:
head/www/py-planet/Makefile
Modified: head/www/py-planet/Makefile
==============================================================================
--- head/www/py-planet/Makefile Fri May 29 01:57:16 2020 (r536841)
+++ head/www/py-planet/Makefile Fri May 29 01:57:21 2020 (r536842)
@@ -3,6 +3,7 @@
PORTNAME= planet
PORTVERSION= 1.4.6
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests-futures097>=0:www/py-requests-futures097@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}requests-futures>=0:www/py-requests-futures@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
Added: head/www/py-planet/files/patch-planet-api-dispatch.py
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-planet/files/patch-planet-api-dispatch.py Fri May 29 01:57:21 2020 (r536842)
@@ -0,0 +1,11 @@
+--- planet/api/dispatch.py.orig 2020-01-13 22:11:38 UTC
++++ planet/api/dispatch.py
+@@ -149,7 +149,7 @@ class RequestsDispatcher(object):
+
+ def _dispatch_async(self, request, callback):
+ return _do_request(self._asyncpool, request, stream=True,
+- background_callback=callback)
++ hooks=callback)
+
+ def _dispatch(self, request, callback=None):
+ return _do_request(self.session, request)
More information about the svn-ports-all
mailing list