aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:07:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:07:42 +0000
commite219408251928edfd345acf50f415d2fd495c7b7 (patch)
treec16d4ce5aa55dc7b1600aa3a67f8ab574e2cdbc0
parentc09a2939e9e144f7809409b5c82433a5a3445897 (diff)
downloadports-e219408251928edfd345acf50f415d2fd495c7b7.tar.gz
ports-e219408251928edfd345acf50f415d2fd495c7b7.zip
security/py-oauth2client: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--security/py-oauth2client/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-oauth2client/Makefile b/security/py-oauth2client/Makefile
index 1b6a56b17a2a..caab2e3dd21c 100644
--- a/security/py-oauth2client/Makefile
+++ b/security/py-oauth2client/Makefile
@@ -1,5 +1,6 @@
PORTNAME= oauth2client
PORTVERSION= 4.1.3
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,8 @@ WWW= https://googleapis.github.io/oauth2client/ \
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}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:devel/py-pyasn1-modules@${PY_FLAVOR} \
@@ -19,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes