git: d846ab2b9a11 - main - net/py-pyu2f: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 14:21:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d846ab2b9a11c924d329f5d21f3b74e59942db7a commit d846ab2b9a11c924d329f5d21f3b74e59942db7a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 14:05:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 14:05:29 +0000 net/py-pyu2f: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- net/py-pyu2f/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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