Date: Mon, 5 Jun 2023 18:53:42 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f4f3499cd0be - main - www/py-pastedeploy: Convert to USE_PYTHON=pep517 Message-ID: <202306051853.355Irg7q055849@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4f3499cd0be2a5b5c65ecac53c80b7cb7b6775d commit f4f3499cd0be2a5b5c65ecac53c80b7cb7b6775d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:40:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:47:23 +0000 www/py-pastedeploy: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- www/py-pastedeploy/Makefile | 6 +++++- www/py-pastedeploy/files/patch-setup.cfg | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/www/py-pastedeploy/Makefile b/www/py-pastedeploy/Makefile index b6032de7e344..4b0a7da433e5 100644 --- a/www/py-pastedeploy/Makefile +++ b/www/py-pastedeploy/Makefile @@ -1,5 +1,6 @@ PORTNAME= pastedeploy PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://pylonsproject.org/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=41:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-pastedeploy/files/patch-setup.cfg b/www/py-pastedeploy/files/patch-setup.cfg new file mode 100644 index 000000000000..98c0cc475227 --- /dev/null +++ b/www/py-pastedeploy/files/patch-setup.cfg @@ -0,0 +1,9 @@ +--- setup.cfg.orig 2022-10-17 20:00:23 UTC ++++ setup.cfg +@@ -1,5 +1,5 @@ + [metadata] +-name = PasteDeploy ++name = pastedeploy + version = 3.0.1 + author = Ian Bicking + author_email = pylons-discuss@googlegroups.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051853.355Irg7q055849>