diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-08 20:13:37 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-08 20:16:51 +0000 |
commit | f6499e5f79ebcf4313529e6da397d64fa0da1dc6 (patch) | |
tree | 1f5150e15ec910b2a1ab8cdd27a208fb9825fc1c | |
parent | a3fcd123004e00c817920f26748102fc9098c8e4 (diff) |
devel/py-foolscap: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | devel/py-foolscap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-foolscap/Makefile b/devel/py-foolscap/Makefile index 8e40312f85fd..8e4da2b24934 100644 --- a/devel/py-foolscap/Makefile +++ b/devel/py-foolscap/Makefile @@ -1,5 +1,6 @@ PORTNAME= foolscap PORTVERSION= 23.3.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/warner/foolscap 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} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0,1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=16.0.0:devel/py-twisted@${PY_FLAVOR} @@ -19,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}txtorcon>=19.0.0:security/py-txtorcon@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes TEST_ARGS= discover -s src |