Skip to content
Snippets Groups Projects
Verified Commit 7739adfb authored by sunpoet's avatar sunpoet
Browse files

textproc/py-charset-normalizer: Remove py-mypy from BUILD_DEPENDS

- Bump PORTREVISION for package change
parent e2a396fe
No related branches found
No related tags found
No related merge requests found
PORTNAME= charset-normalizer
PORTVERSION= 3.4.1
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI \
https://github.com/jawah/charset_normalizer/releases/download/${PORTVERSION}/
......@@ -14,8 +15,7 @@ WWW= https://charset-normalizer.readthedocs.io/en/latest/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy>=1.4.1<1.14.0_99:devel/py-mypy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
......
--- pyproject.toml.orig 2024-12-24 16:22:27 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools", "setuptools-scm", "mypy>=1.4.1,<=1.14.0"]
+requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment