2017-09-27 21:53:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= google-cloud-storage
|
2020-01-17 17:40:18 +01:00
|
|
|
PORTVERSION= 1.25.0
|
2017-09-27 21:53:20 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2019-04-15 23:16:09 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2017-09-27 21:53:20 +02:00
|
|
|
COMMENT= Python Client for Google Cloud Storage
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
2018-09-01 02:24:46 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2017-09-27 21:53:20 +02:00
|
|
|
|
2020-01-04 10:03:14 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.9.0<2.0:security/py-google-auth@${PY_FLAVOR} \
|
2020-01-17 17:40:18 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.2.0<2.0:www/py-google-cloud-core@${PY_FLAVOR} \
|
2019-11-14 17:17:23 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.5.0<0.6.0:www/py-google-resumable-media@${PY_FLAVOR}
|
2017-09-27 21:53:20 +02:00
|
|
|
|
|
|
|
USES= python
|
2019-08-19 22:52:30 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2017-09-27 21:53:20 +02:00
|
|
|
|
2018-09-01 02:24:46 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2017-09-27 21:53:20 +02:00
|
|
|
.include <bsd.port.mk>
|