aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:23:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:49:35 +0000
commitb5b8cb50ca11dc7748028897ec811b8bd2131ef4 (patch)
treed18ee1a1711bb927f2757011009b60d8da65520e
parent9daf97c86da5f411bbb427eb1f924b46031c21ce (diff)
downloadports-b5b8cb50ca11dc7748028897ec811b8bd2131ef4.tar.gz
ports-b5b8cb50ca11dc7748028897ec811b8bd2131ef4.zip
-rw-r--r--www/py-google-cloud-core/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-google-cloud-core/Makefile b/www/py-google-cloud-core/Makefile
index aab1eb8795c2..d705652f5063 100644
--- a/www/py-google-cloud-core/Makefile
+++ b/www/py-google-cloud-core/Makefile
@@ -1,5 +1,6 @@
PORTNAME= google-cloud-core
PORTVERSION= 2.4.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,13 @@ WWW= https://github.com/googleapis/python-cloud-core
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.3.1<3.0:www/py-google-api-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}google-auth>=1.25.0<3.0.0:security/py-google-auth@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes