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 |
|