diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:05:29 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:05:29 +0000 |
commit | d846ab2b9a11c924d329f5d21f3b74e59942db7a (patch) | |
tree | 896a859d8078507f13f3082c1cbcec5da2becc93 | |
parent | 9e82012d6b5a5589f0e8232c4868a1680ec4ce92 (diff) |
net/py-pyu2f: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | net/py-pyu2f/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/py-pyu2f/Makefile b/net/py-pyu2f/Makefile index 0aed90dce8cd..9e51b5e7f572 100644 --- a/net/py-pyu2f/Makefile +++ b/net/py-pyu2f/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyu2f PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/google/pyu2f 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}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |