svn commit: r560275 - head/www/py-google-api-python-client
Kai Knoblich
kai at FreeBSD.org
Mon Jan 4 09:28:28 UTC 2021
Author: kai
Date: Mon Jan 4 09:28:27 2021
New Revision: 560275
URL: https://svnweb.freebsd.org/changeset/ports/560275
Log:
www/py-google-api-python-client: Change RUN_DEPENDS of DJANGO option
* Switch the non-default DJANGO option from Django 1.11 (End-of-Life since
April 2020) to Django 2.2 (current LTS release).
* Bump PORTREVISION due changed dependencies.
PR: 247115
Approved by: maintainer timeout (5+ months)
Modified:
head/www/py-google-api-python-client/Makefile
Modified: head/www/py-google-api-python-client/Makefile
==============================================================================
--- head/www/py-google-api-python-client/Makefile Mon Jan 4 09:20:12 2021 (r560274)
+++ head/www/py-google-api-python-client/Makefile Mon Jan 4 09:28:27 2021 (r560275)
@@ -2,7 +2,7 @@
PORTNAME= google-api-python-client
PORTVERSION= 1.7.6
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -26,7 +26,7 @@ NO_ARCH= yes
OPTIONS_DEFINE= DJANGO WEBTEST
DJANGO_DESC= Use the library with Django
-DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.3:www/py-django111@${PY_FLAVOR}
+DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.3:www/py-django22@${PY_FLAVOR}
WEBTEST_DESC= Use WebTest helper to test WSGI apps
WEBTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}WebTest>=1.3.3:www/py-WebTest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR}
More information about the svn-ports-head
mailing list