Date: Sun, 12 Oct 2025 08:30:54 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5f5c08b74549 - main - misc/py-pyfiglet: Update version 1.0.3=>1.0.4 Message-ID: <202510120830.59C8Uspa044477@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f5c08b74549f3843b07938acb3fc9fe7fe978d7 commit 5f5c08b74549f3843b07938acb3fc9fe7fe978d7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-10-12 08:17:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-10-12 08:30:42 +0000 misc/py-pyfiglet: Update version 1.0.3=>1.0.4 Changelog: https://github.com/pwaller/pyfiglet/releases/tag/v1.0.4 --- misc/py-pyfiglet/Makefile | 10 ++++++++-- misc/py-pyfiglet/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/misc/py-pyfiglet/Makefile b/misc/py-pyfiglet/Makefile index d2369246c5c8..95199a2ac044 100644 --- a/misc/py-pyfiglet/Makefile +++ b/misc/py-pyfiglet/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyfiglet -DISTVERSION= 1.0.3 +DISTVERSION= 1.0.4 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +11,15 @@ WWW= https://github.com/pwaller/pyfiglet LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +post-patch: + @${REINPLACE_CMD} -e 's|68|63|g' ${WRKSRC}/pyproject.toml + .include <bsd.port.mk> diff --git a/misc/py-pyfiglet/distinfo b/misc/py-pyfiglet/distinfo index 13f2cb981da7..691a73af63b2 100644 --- a/misc/py-pyfiglet/distinfo +++ b/misc/py-pyfiglet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756285887 -SHA256 (pyfiglet-1.0.3.tar.gz) = bad3b55d2eccb30d4693ccfd94573c2a3477dd75f86a0e5465cea51bdbfe2875 -SIZE (pyfiglet-1.0.3.tar.gz) = 833445 +TIMESTAMP = 1760256905 +SHA256 (pyfiglet-1.0.4.tar.gz) = db9c9940ed1bf3048deff534ed52ff2dafbbc2cd7610b17bb5eca1df6d4278ef +SIZE (pyfiglet-1.0.4.tar.gz) = 1560615home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510120830.59C8Uspa044477>
