Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 12:39:37 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548971 - head/www/py-google-api-python-client
Message-ID:  <202009191239.08JCdb6v066384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009191239.08JCdb6v066384>