View | Details | Raw Unified | Return to bug 201161
Collapse All | Expand All

(-)www/py-google-api-python-client/Makefile (-7 / +9 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	google-api-python-client
3
PORTNAME=	google-api-python-client
4
PORTVERSION=	1.3.2
4
PORTVERSION=	1.4.1
5
#PORTREVISION=	0
5
#PORTREVISION=	0
6
CATEGORIES=	www
6
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
Lines 12-20 Link Here
12
12
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
14
15
BUILD_DEPENDS=	${PKGNAMEPREFIX}oauth2client>=1.3:${PORTSDIR}/security/py-oauth2client
15
#BUILD_DEPENDS=	${PKGNAMEPREFIX}oauth2client>=1.4.6:${PORTSDIR}/security/py-oauth2client
16
RUN_DEPENDS=	${PKGNAMEPREFIX}httplib2>=0.6.0:${PORTSDIR}/www/py-httplib2 \
16
RUN_DEPENDS=	${PKGNAMEPREFIX}httplib2>=0.8:${PORTSDIR}/www/py-httplib2 \
17
		${PKGNAMEPREFIX}oauth2client>=1.3:${PORTSDIR}/security/py-oauth2client \
17
		${PKGNAMEPREFIX}oauth2client>=1.4.6:${PORTSDIR}/security/py-oauth2client \
18
		${PYTHON_PKGNAMEPREFIX}six>=1.6.1:${PORTSDIR}/devel/py-six \
18
		${PKGNAMEPREFIX}uritemplate>=0.6:${PORTSDIR}/net/py-uritemplate
19
		${PKGNAMEPREFIX}uritemplate>=0.6:${PORTSDIR}/net/py-uritemplate
19
20
20
DJANGO_DESC=	Use the library with Django
21
DJANGO_DESC=	Use the library with Django
Lines 25-34 Link Here
25
26
26
OPTIONS_DEFINE=	DJANGO GAE WEBTEST
27
OPTIONS_DEFINE=	DJANGO GAE WEBTEST
27
28
28
USES=		python:2
29
NO_ARCH=	yes
30
USES=		python
29
USE_PYTHON=	autoplist distutils
31
USE_PYTHON=	autoplist distutils
30
32
31
WEBTEST_DESC=	Use WebTest helper to test WSGI apps (Python 2.6+)
33
WEBTEST_DESC=	Use WebTest helper to test WSGI apps
32
WEBTEST_RUN_DEPENDS=	${PKGNAMEPREFIX}WebTest>=1.3.3:${PORTSDIR}/www/py-WebTest \
34
WEBTEST_RUN_DEPENDS=	${PKGNAMEPREFIX}WebTest>=1.3.3:${PORTSDIR}/www/py-WebTest \
33
			${PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
35
			${PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
34
36
(-)www/py-google-api-python-client/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (google-api-python-client-1.3.2.tar.gz) = 9e9268237c9a3b55f477b972b750f1a90f218f4ec0f6a775d619893632bc0278
1
SHA256 (google-api-python-client-1.4.1.tar.gz) = 63d3bad8b29337cfd1c8b96e403dc0fe61e437a118eeff0c1eaa109c96e13f9c
2
SIZE (google-api-python-client-1.3.2.tar.gz) = 40359
2
SIZE (google-api-python-client-1.4.1.tar.gz) = 41129

Return to bug 201161