diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:23:13 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:49:35 +0000 |
commit | b5b8cb50ca11dc7748028897ec811b8bd2131ef4 (patch) | |
tree | d18ee1a1711bb927f2757011009b60d8da65520e | |
parent | 9daf97c86da5f411bbb427eb1f924b46031c21ce (diff) | |
download | ports-b5b8cb50ca11dc7748028897ec811b8bd2131ef4.tar.gz ports-b5b8cb50ca11dc7748028897ec811b8bd2131ef4.zip |
www/py-google-cloud-core: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | www/py-google-cloud-core/Makefile | 5 |
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 |