devel/py-cwcwidth: Remove cython hack
- Bump PORTREVISION for potential package change
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= cwcwidth
|
||||
PORTVERSION= 0.1.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -15,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=43:devel/py-setuptools@${PY_FL
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.9+
|
||||
USE_PYTHON= autoplist concurrent cython pep517
|
||||
USE_PYTHON= autoplist concurrent cython3 pep517
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user