aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:07:45 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:07:45 +0000
commit7afe05d57e00b46adfb942e6851356ebbfc7a373 (patch)
tree1dbd2f153c99defc1f0369d42962e76e531944f2
parente219408251928edfd345acf50f415d2fd495c7b7 (diff)
downloadports-7afe05d57e00b46adfb942e6851356ebbfc7a373.tar.gz
ports-7afe05d57e00b46adfb942e6851356ebbfc7a373.zip
security/py-oauthlib: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--security/py-oauthlib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile
index 63f9c72a771c..95d3f5969326 100644
--- a/security/py-oauthlib/Makefile
+++ b/security/py-oauthlib/Makefile
@@ -1,5 +1,6 @@
PORTNAME= oauthlib
PORTVERSION= 3.2.2
+PORTREVISION= 1
CATEGORIES= security net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://github.com/oauthlib/oauthlib
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.6:devel/py-pytest-cov@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils pytest
+USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes