svn commit: r548971 - head/www/py-google-api-python-client
Rene Ladan
rene at FreeBSD.org
Sat Sep 19 12:39:37 UTC 2020
Author: rene
Date: Sat Sep 19 12:39:36 2020
New Revision: 548971
URL: https://svnweb.freebsd.org/changeset/ports/548971
Log:
www/py-google-api-python-client: remove optional support for expired google-appengine
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 Sat Sep 19 12:37:57 2020 (r548970)
+++ head/www/py-google-api-python-client/Makefile Sat Sep 19 12:39:36 2020 (r548971)
@@ -24,11 +24,9 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
-OPTIONS_DEFINE= DJANGO GAE WEBTEST
+OPTIONS_DEFINE= DJANGO WEBTEST
DJANGO_DESC= Use the library with Django
DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.3:www/py-django111@${PY_FLAVOR}
-GAE_DESC= Use the library with Google App Engine
-GAE_RUN_DEPENDS= google-appengine>=1.4.3:www/google-appengine
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