s-ports-all+help@freebsd.org> 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: d9787101f02066b4b4acfd53aec1c8f2dbeb454c Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9787101f02066b4b4acfd53aec1c8f2dbeb454c commit d9787101f02066b4b4acfd53aec1c8f2dbeb454c Author: Po-Chuan Hsieh AuthorDate: 2024-05-13 14:10:18 +0000 Commit: Po-Chuan Hsieh CommitDate: 2024-05-13 14:10:18 +0000 textproc/py-pyjade: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- textproc/py-pyjade/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/py-pyjade/Makefile b/textproc/py-pyjade/Makefile index 8a110359b2c3..487a4b89ae96 100644 --- a/textproc/py-pyjade/Makefile +++ b/textproc/py-pyjade/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyjade PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://github.com/syrusakbary/pyjade 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}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes