diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:07:10 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:07:10 +0000 |
commit | 5d247d961b882f1c1256ce04feaacfb8bcd6fc70 (patch) | |
tree | 8d41f827d28407a940c52b0fec532c6d197eef7a | |
parent | ef7f86fdc901ba0afbb79dc8761229a85cb10e39 (diff) |
security/py-asyncssh: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | security/py-asyncssh/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile index 326439705644..b02ff1715bbd 100644 --- a/security/py-asyncssh/Makefile +++ b/security/py-asyncssh/Makefile @@ -1,5 +1,6 @@ PORTNAME= asyncssh PORTVERSION= 2.14.2 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/ronf/asyncssh LICENSE= EPL 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}typing-extensions>=3.6:devel/py-typing-extensions@${PY_FLAVOR} USES= cpe python -USE_PYTHON= autoplist concurrent cryptography distutils unittest +USE_PYTHON= autoplist concurrent cryptography pep517 unittest NO_ARCH= yes |