Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2018 17:58:36 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471387 - head/www/py-google-api-python-client
Message-ID:  <201806021758.w52HwaEb093013@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Jun  2 17:58:36 2018
New Revision: 471387
URL: https://svnweb.freebsd.org/changeset/ports/471387

Log:
  - Update to 1.6.7
  - DJANGO option uses Django 1.11 instead of Django 1.8
  - Added LICENSE_FILE
  - Added NO_ARCH
  - Sorted variables a bit
  
  PR:	228270
  Submitted by:	freebsd_ports@k-worx.org
  Approved by:	maintainer timeout
  Sponsored by:	iXsystems Inc.

Modified:
  head/www/py-google-api-python-client/Makefile
  head/www/py-google-api-python-client/distinfo

Modified: head/www/py-google-api-python-client/Makefile
==============================================================================
--- head/www/py-google-api-python-client/Makefile	Sat Jun  2 17:55:46 2018	(r471386)
+++ head/www/py-google-api-python-client/Makefile	Sat Jun  2 17:58:36 2018	(r471387)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-api-python-client
-PORTVERSION=	1.6.1
-PORTREVISION=	0
+PORTVERSION=	1.6.7
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,26 +10,24 @@ MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Google API Client Library for Python
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oauth2client>=1.5.0:security/py-oauth2client@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.0:net/py-uritemplate@${FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}oauth2client>=1.5.0:security/py-oauth2client@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.0:net/py-uritemplate@${PY_FLAVOR}
 
-DJANGO_DESC=	Use the library with Django
-DJANGO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=1.3:www/py-django18@${FLAVOR}
-
-GAE_DESC=	Use the library with Google App Engine
-GAE_RUN_DEPENDS=	google-appengine>=1.4.3:www/google-appengine
-
-OPTIONS_DEFINE=	DJANGO GAE WEBTEST
-
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
-WEBTEST_DESC=	Use WebTest helper to test WSGI apps
-WEBTEST_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}WebTest>=1.3.3:www/py-WebTest@${FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${FLAVOR}
+OPTIONS_DEFINE=	DJANGO GAE 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}
 
 .include <bsd.port.mk>

Modified: head/www/py-google-api-python-client/distinfo
==============================================================================
--- head/www/py-google-api-python-client/distinfo	Sat Jun  2 17:55:46 2018	(r471386)
+++ head/www/py-google-api-python-client/distinfo	Sat Jun  2 17:58:36 2018	(r471387)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486486057
-SHA256 (google-api-python-client-1.6.1.tar.gz) = 1b161de2de3900e5faef55c4ed73a9f7c3303b229d2dc9c55b6caea1f09e9fb4
-SIZE (google-api-python-client-1.6.1.tar.gz) = 46759
+TIMESTAMP = 1526249658
+SHA256 (google-api-python-client-1.6.7.tar.gz) = 05583a386e323f428552419253765314a4b29828c3cee15be735f9ebfa5aebf2
+SIZE (google-api-python-client-1.6.7.tar.gz) = 51899



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