aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-20 14:22:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-20 14:25:44 +0000
commitb31f2f42b763497cf3dc054387bd4000c1bcde6a (patch)
tree0e7c7fe251a203ec7bd9f8c03fc810ad2747cceb
parentc626a4853f3ef7d7cc3f569f716c23be9e08a52e (diff)
downloadports-b31f2f42b763497cf3dc054387bd4000c1bcde6a.tar.gz
ports-b31f2f42b763497cf3dc054387bd4000c1bcde6a.zip
security/py-krb5: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--security/py-krb5/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/py-krb5/Makefile b/security/py-krb5/Makefile
index b7cbd6fc2a48..cbd5d6329b86 100644
--- a/security/py-krb5/Makefile
+++ b/security/py-krb5/Makefile
@@ -1,5 +1,6 @@
PORTNAME= krb5
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,11 @@ WWW= https://github.com/jborean93/pykrb5
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist concurrent cython distutils
+USE_PYTHON= autoplist concurrent cython pep517
MAKE_ENV= KRB5_KRB5CONFIG=${KRB5CONFIG}