git: ddc3eb8ccc70 - main - devel/py-check-manifest: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 06:50:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddc3eb8ccc705b7ce7e5a4a9bc109253f44c0f50 commit ddc3eb8ccc705b7ce7e5a4a9bc109253f44c0f50 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 06:46:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 06:46:05 +0000 devel/py-check-manifest: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-check-manifest/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-check-manifest/Makefile b/devel/py-check-manifest/Makefile index a9c289655cfc..07add6e30bd2 100644 --- a/devel/py-check-manifest/Makefile +++ b/devel/py-check-manifest/Makefile @@ -1,5 +1,6 @@ PORTNAME= check-manifest PORTVERSION= 0.49 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://github.com/mgedmin/check-manifest LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0.1:devel/py-build@${PY_FLAVOR} TEST_DEPENDS= git-tiny>=0:devel/git@tiny \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes