2017-09-27 21:53:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= google-cloud-storage
|
2018-09-01 02:24:46 +02:00
|
|
|
PORTVERSION= 1.10.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 1
|
2017-09-27 21:53:20 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
|
|
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
|
|
|
|
2018-09-01 02:24:46 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.28.0:www/py-google-cloud-core@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}google-api-core>=0.1.1:www/py-google-api-core@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.3.1:www/py-google-resumable-media@${PY_FLAVOR}
|
2017-09-27 21:53:20 +02:00
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
|
|
|
2018-09-01 02:24:46 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2017-09-27 21:53:20 +02:00
|
|
|
.include <bsd.port.mk>
|