diff options
Diffstat (limited to 'devel/py-cwcwidth')
| -rw-r--r-- | devel/py-cwcwidth/Makefile | 6 | ||||
| -rw-r--r-- | devel/py-cwcwidth/distinfo | 6 | ||||
| -rw-r--r-- | devel/py-cwcwidth/files/patch-pyproject.toml | 11 |
3 files changed, 6 insertions, 17 deletions
diff --git a/devel/py-cwcwidth/Makefile b/devel/py-cwcwidth/Makefile index 386a391ac4ee..a804ab465496 100644 --- a/devel/py-cwcwidth/Makefile +++ b/devel/py-cwcwidth/Makefile @@ -1,5 +1,5 @@ PORTNAME= cwcwidth -PORTVERSION= 0.1.10 +PORTVERSION= 0.1.12 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,8 @@ 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:3.9+ -USE_PYTHON= autoplist concurrent cython pep517 +USES= python:3.11+ +USE_PYTHON= autoplist concurrent cython3 pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-cwcwidth/distinfo b/devel/py-cwcwidth/distinfo index dcd2ef07abe9..728ec0809839 100644 --- a/devel/py-cwcwidth/distinfo +++ b/devel/py-cwcwidth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739663369 -SHA256 (cwcwidth-0.1.10.tar.gz) = 7468760f72c1f4107be1b2b2854bc000401ea36a69daed36fb966a1e19a7a124 -SIZE (cwcwidth-0.1.10.tar.gz) = 60265 +TIMESTAMP = 1762586788 +SHA256 (cwcwidth-0.1.12.tar.gz) = bfc16531d1246dd2558eb9b3a63aa37a9978672b956860dc5426da2343ebf366 +SIZE (cwcwidth-0.1.12.tar.gz) = 72009 diff --git a/devel/py-cwcwidth/files/patch-pyproject.toml b/devel/py-cwcwidth/files/patch-pyproject.toml deleted file mode 100644 index 4e400138e15c..000000000000 --- a/devel/py-cwcwidth/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- 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" - |
