hives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 768b84e830a6d93c3fcf3ea1a72c099428e0f586 Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=768b84e830a6d93c3fcf3ea1a72c099428e0f586 commit 768b84e830a6d93c3fcf3ea1a72c099428e0f586 Author: Po-Chuan Hsieh AuthorDate: 2024-05-13 14:10:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2024-05-13 14:10:21 +0000 textproc/py-pylons-sphinx-themes: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- textproc/py-pylons-sphinx-themes/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/textproc/py-pylons-sphinx-themes/Makefile b/textproc/py-pylons-sphinx-themes/Makefile index 9435ecec0e39..f06905eb11ce 100644 --- a/textproc/py-pylons-sphinx-themes/Makefile +++ b/textproc/py-pylons-sphinx-themes/Makefile @@ -1,5 +1,6 @@ PORTNAME= pylons-sphinx-themes PORTVERSION= 1.0.13 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/Pylons/pylons-sphinx-themes LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes