diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-19 01:06:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-19 01:06:39 +0800 |
commit | 35ba42d548b899ed98c87e37e1a34b960ec30e98 (patch) | |
tree | 9d932a247ada5fafdf7fc607dc7d5efae397fcb9 /www/py-google-api-python-client | |
parent | ca02b63effad323c6491bfa2bd12dac06b10116e (diff) | |
download | freebsd-ports-graphics-35ba42d548b899ed98c87e37e1a34b960ec30e98.tar.gz freebsd-ports-graphics-35ba42d548b899ed98c87e37e1a34b960ec30e98.tar.zst freebsd-ports-graphics-35ba42d548b899ed98c87e37e1a34b960ec30e98.zip |
- 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)
Diffstat (limited to 'www/py-google-api-python-client')
-rw-r--r-- | www/py-google-api-python-client/Makefile | 16 | ||||
-rw-r--r-- | www/py-google-api-python-client/distinfo | 4 |
2 files changed, 11 insertions, 9 deletions
diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index 507467b9b21..10581dd43c1 100644 --- a/www/py-google-api-python-client/Makefile +++ b/www/py-google-api-python-client/Makefile @@ -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 Python 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:${PORTSDIR}/www/google-appengine 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 diff --git a/www/py-google-api-python-client/distinfo b/www/py-google-api-python-client/distinfo index 4abad4fd309..8f8a66fc16e 100644 --- a/www/py-google-api-python-client/distinfo +++ b/www/py-google-api-python-client/distinfo @@ -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 |