View | Details | Raw Unified | Return to bug 256762 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/py-google-api-python-client/Makefile (-10 / +9 lines)
Lines 1-6 Link Here
1
PORTNAME=	google-api-python-client
1
PORTNAME=	google-api-python-client
2
PORTVERSION=	1.7.6
2
DISTVERSION=	2.35.0
3
PORTREVISION=	1
4
CATEGORIES=	www python
3
CATEGORIES=	www python
5
MASTER_SITES=	CHEESESHOP
4
MASTER_SITES=	CHEESESHOP
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-21 COMMENT= Google API Client Library for Python Link Here
11
LICENSE=	APACHE20
10
LICENSE=	APACHE20
12
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
13
12
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2@${PY_FLAVOR} \
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0.15.0<1:www/py-httplib2@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \
14
		${PYTHON_PKGNAMEPREFIX}google-auth>=1.16.0<3.0.0:security/py-google-auth@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}google-auth-httplib2>=0.0.3:security/py-google-auth-httplib2@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}google-auth-httplib2>=0.1.0:security/py-google-auth-httplib2@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}google-api-core>=1.21.0,<3.0.0:www/py-google-api-core@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.0:net/py-uritemplate@${PY_FLAVOR}
17
		${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.0<5:net/py-uritemplate@${PY_FLAVOR}
19
18
20
USES=		python:3.6+
19
USES=		python:3.6+
21
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
Lines 24-32 NO_ARCH= yes Link Here
24
23
25
OPTIONS_DEFINE=	DJANGO WEBTEST
24
OPTIONS_DEFINE=	DJANGO WEBTEST
26
DJANGO_DESC=		Use the library with Django
25
DJANGO_DESC=		Use the library with Django
27
DJANGO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.3:www/py-django22@${PY_FLAVOR}
26
DJANGO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=2.0.0:www/py-django22@${PY_FLAVOR}
28
WEBTEST_DESC=		Use WebTest helper to test WSGI apps
27
WEBTEST_DESC=		Use WebTest helper to test WSGI apps
29
WEBTEST_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}WebTest>=1.3.3:www/py-WebTest@${PY_FLAVOR} \
28
WEBTEST_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}WebTest>0:www/py-WebTest@${PY_FLAVOR} \
30
			${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR}
29
			${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR}
31
30
32
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)b/www/py-google-api-python-client/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1544606686
1
TIMESTAMP = 1642526983
2
SHA256 (google-api-python-client-1.7.6.tar.gz) = bf98b066fb6e4e6da1f2f11d6cb0bb947de156aef8562a32b0692e7073d38593
2
SHA256 (google-api-python-client-2.35.0.tar.gz) = 038b12979ea86ef0e33962bd33f955c337bc28f0471522bd27a801d52bfb4ae2
3
SIZE (google-api-python-client-1.7.6.tar.gz) = 141617
3
SIZE (google-api-python-client-2.35.0.tar.gz) = 7583769

Return to bug 256762