Date: Sat, 18 Jul 2015 17:06:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392437 - head/www/py-google-api-python-client Message-ID: <201507181706.t6IH6e0F076680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 18 17:06:39 2015 New Revision: 392437 URL: https://svnweb.freebsd.org/changeset/ports/392437 Log: - Update to 1.4.1 - Update CATEGORIES: add python - Update USES=python - Add NO_ARCH - Update WEBTEST_DESC Changes: https://github.com/google/google-api-python-client/blob/master/CHANGELOG PR: 201161 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 20 days) 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 Jul 18 17:06:33 2015 (r392436) +++ head/www/py-google-api-python-client/Makefile Sat Jul 18 17:06:39 2015 (r392437) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= google-api-python-client -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.1 #PORTREVISION= 0 -CATEGORIES= www +CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,10 @@ COMMENT= Google API Client Library for P LICENSE= APACHE20 -BUILD_DEPENDS= ${PKGNAMEPREFIX}oauth2client>=1.3:${PORTSDIR}/security/py-oauth2client -RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0.6.0:${PORTSDIR}/www/py-httplib2 \ - ${PKGNAMEPREFIX}oauth2client>=1.3:${PORTSDIR}/security/py-oauth2client \ +#BUILD_DEPENDS= ${PKGNAMEPREFIX}oauth2client>=1.4.6:${PORTSDIR}/security/py-oauth2client +RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0.8:${PORTSDIR}/www/py-httplib2 \ + ${PKGNAMEPREFIX}oauth2client>=1.4.6:${PORTSDIR}/security/py-oauth2client \ + ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:${PORTSDIR}/devel/py-six \ ${PKGNAMEPREFIX}uritemplate>=0.6:${PORTSDIR}/net/py-uritemplate DJANGO_DESC= Use the library with Django @@ -25,10 +26,11 @@ GAE_RUN_DEPENDS= google-appengine>=1.4.3 OPTIONS_DEFINE= DJANGO GAE WEBTEST -USES= python:2 +NO_ARCH= yes +USES= python USE_PYTHON= autoplist distutils -WEBTEST_DESC= Use WebTest helper to test WSGI apps (Python 2.6+) +WEBTEST_DESC= Use WebTest helper to test WSGI apps WEBTEST_RUN_DEPENDS= ${PKGNAMEPREFIX}WebTest>=1.3.3:${PORTSDIR}/www/py-WebTest \ ${PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl Modified: head/www/py-google-api-python-client/distinfo ============================================================================== --- head/www/py-google-api-python-client/distinfo Sat Jul 18 17:06:33 2015 (r392436) +++ head/www/py-google-api-python-client/distinfo Sat Jul 18 17:06:39 2015 (r392437) @@ -1,2 +1,2 @@ -SHA256 (google-api-python-client-1.3.2.tar.gz) = 9e9268237c9a3b55f477b972b750f1a90f218f4ec0f6a775d619893632bc0278 -SIZE (google-api-python-client-1.3.2.tar.gz) = 40359 +SHA256 (google-api-python-client-1.4.1.tar.gz) = 63d3bad8b29337cfd1c8b96e403dc0fe61e437a118eeff0c1eaa109c96e13f9c +SIZE (google-api-python-client-1.4.1.tar.gz) = 41129
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507181706.t6IH6e0F076680>