aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 01:55:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 02:00:13 +0000
commit6c20cc7dfb88227d0afb69bc8f048a9a57f71675 (patch)
treeba923dbf3ae65f7a951f126ccc98dce75c8dbcae
parentf5fa6e9859a22591038ad8d2a36083abe0e19b01 (diff)
downloadports-6c20cc7dfb88227d0afb69bc8f048a9a57f71675.tar.gz
ports-6c20cc7dfb88227d0afb69bc8f048a9a57f71675.zip
textproc/codespell: Update to 2.2.6
-rw-r--r--textproc/codespell/Makefile4
-rw-r--r--textproc/codespell/distinfo6
-rw-r--r--textproc/codespell/files/patch-pyproject.toml8
3 files changed, 9 insertions, 9 deletions
diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile
index 5e106bbd9cc9..8e87e6bf06c6 100644
--- a/textproc/codespell/Makefile
+++ b/textproc/codespell/Makefile
@@ -1,5 +1,5 @@
PORTNAME= codespell
-PORTVERSION= 2.2.5
+PORTVERSION= 2.2.6
CATEGORIES= textproc
MASTER_SITES= PYPI
@@ -10,7 +10,7 @@ WWW= https://github.com/codespell-project/codespell
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
diff --git a/textproc/codespell/distinfo b/textproc/codespell/distinfo
index 47c97bc5f609..6b4ee15b1560 100644
--- a/textproc/codespell/distinfo
+++ b/textproc/codespell/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166086
-SHA256 (codespell-2.2.5.tar.gz) = 6d9faddf6eedb692bf80c9a94ec13ab4f5fb585aabae5f3750727148d7b5be56
-SIZE (codespell-2.2.5.tar.gz) = 242918
+TIMESTAMP = 1696432878
+SHA256 (codespell-2.2.6.tar.gz) = a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9
+SIZE (codespell-2.2.6.tar.gz) = 300968
diff --git a/textproc/codespell/files/patch-pyproject.toml b/textproc/codespell/files/patch-pyproject.toml
index 1db0fbf6e7ed..80844948390d 100644
--- a/textproc/codespell/files/patch-pyproject.toml
+++ b/textproc/codespell/files/patch-pyproject.toml
@@ -1,11 +1,11 @@
---- pyproject.toml.orig 2023-06-14 17:58:55 UTC
+--- pyproject.toml.orig 2023-10-02 19:34:35 UTC
+++ pyproject.toml
-@@ -64,7 +64,7 @@ repository = "https://github.com/codespell-project/cod
+@@ -65,7 +65,7 @@ repository = "https://github.com/codespell-project/cod
[build-system]
build-backend = "setuptools.build_meta"
--requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2"]
-+requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2"]
+-requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2, != 8.0.0"]
++requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2, != 8.0.0"]
[tool.setuptools_scm]
write_to = "codespell_lib/_version.py"