mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
textproc/codespell: Update to 2.2.6
Changes: https://github.com/codespell-project/codespell/releases
This commit is contained in:
parent
f5fa6e9859
commit
6c20cc7dfb
3 changed files with 9 additions and 9 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue