mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/py-charset-normalizer: Remove py-mypy from BUILD_DEPENDS
- Bump PORTREVISION for package change
This commit is contained in:
parent
e2a396febe
commit
7739adfbf2
2 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
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}
|
||||
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
--- 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]
|
Loading…
Add table
Reference in a new issue