git: 241f88b32ef2 - main - devel/py-cwcwidth: Update to 0.1.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Feb 2025 20:54:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=241f88b32ef2fb93bf2d7ab9fd46ead2539637c6 commit 241f88b32ef2fb93bf2d7ab9fd46ead2539637c6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-17 20:50:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-17 20:50:56 +0000 devel/py-cwcwidth: Update to 0.1.10 Changes: https://github.com/sebastinas/cwcwidth/releases --- devel/py-cwcwidth/Makefile | 4 ++-- devel/py-cwcwidth/distinfo | 6 +++--- devel/py-cwcwidth/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/devel/py-cwcwidth/Makefile b/devel/py-cwcwidth/Makefile index f994e6ab757a..386a391ac4ee 100644 --- a/devel/py-cwcwidth/Makefile +++ b/devel/py-cwcwidth/Makefile @@ -1,5 +1,5 @@ PORTNAME= cwcwidth -PORTVERSION= 0.1.9 +PORTVERSION= 0.1.10 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=43:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent cython pep517 post-install: diff --git a/devel/py-cwcwidth/distinfo b/devel/py-cwcwidth/distinfo index 60d00da77057..dcd2ef07abe9 100644 --- a/devel/py-cwcwidth/distinfo +++ b/devel/py-cwcwidth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696904116 -SHA256 (cwcwidth-0.1.9.tar.gz) = f19d11a0148d4a8cacd064c96e93bca8ce3415a186ae8204038f45e108db76b8 -SIZE (cwcwidth-0.1.9.tar.gz) = 57892 +TIMESTAMP = 1739663369 +SHA256 (cwcwidth-0.1.10.tar.gz) = 7468760f72c1f4107be1b2b2854bc000401ea36a69daed36fb966a1e19a7a124 +SIZE (cwcwidth-0.1.10.tar.gz) = 60265 diff --git a/devel/py-cwcwidth/files/patch-pyproject.toml b/devel/py-cwcwidth/files/patch-pyproject.toml new file mode 100644 index 000000000000..4e400138e15c --- /dev/null +++ b/devel/py-cwcwidth/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-02-09 21:07:05 UTC ++++ pyproject.toml +@@ -1,7 +1,7 @@ requires = [ + [build-system] + requires = [ + "setuptools >= 43", +- "Cython >= 3", ++ "Cython >= 0.28", + ] + build-backend = "setuptools.build_meta" +