Skip to content

Commit

Permalink
textproc/codespell: Update to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 5, 2023
1 parent f5fa6e9 commit 6c20cc7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions textproc/codespell/Makefile
@@ -1,5 +1,5 @@
PORTNAME= codespell
PORTVERSION= 2.2.5
PORTVERSION= 2.2.6
CATEGORIES= textproc
MASTER_SITES= PYPI

Expand All @@ -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}

Expand Down
6 changes: 3 additions & 3 deletions 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
8 changes: 4 additions & 4 deletions 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"

0 comments on commit 6c20cc7

Please sign in to comment.