diff options
Diffstat (limited to 'devel/py-shtab')
| -rw-r--r-- | devel/py-shtab/Makefile | 2 | ||||
| -rw-r--r-- | devel/py-shtab/distinfo | 6 | ||||
| -rw-r--r-- | devel/py-shtab/files/patch-pyproject.toml | 18 |
3 files changed, 22 insertions, 4 deletions
diff --git a/devel/py-shtab/Makefile b/devel/py-shtab/Makefile index fba90636c2ca..3c5c1dc82c72 100644 --- a/devel/py-shtab/Makefile +++ b/devel/py-shtab/Makefile @@ -1,5 +1,5 @@ PORTNAME= shtab -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/iterative/shtab/releases/download/v${PORTVERSION}/ diff --git a/devel/py-shtab/distinfo b/devel/py-shtab/distinfo index f9073c9a35c0..d97497482faa 100644 --- a/devel/py-shtab/distinfo +++ b/devel/py-shtab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178066 -SHA256 (shtab-1.7.2.tar.gz) = 8c16673ade76a2d42417f03e57acf239bfb5968e842204c17990cae357d07d6f -SIZE (shtab-1.7.2.tar.gz) = 45751 +TIMESTAMP = 1763853384 +SHA256 (shtab-1.8.0.tar.gz) = 75f16d42178882b7f7126a0c2cb3c848daed2f4f5a276dd1ded75921cc4d073a +SIZE (shtab-1.8.0.tar.gz) = 46062 diff --git a/devel/py-shtab/files/patch-pyproject.toml b/devel/py-shtab/files/patch-pyproject.toml new file mode 100644 index 000000000000..35e6ec9e0929 --- /dev/null +++ b/devel/py-shtab/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2025-11-18 10:57:23 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=77", "setuptools_scm[toml]>=3.4"] ++requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4"] + build-backend = "setuptools.build_meta" + + [tool.setuptools_scm] +@@ -26,7 +26,7 @@ keywords = ["tab", "complete", "completion", "shell", + readme = "README.rst" + requires-python = ">=3.9" + keywords = ["tab", "complete", "completion", "shell", "bash", "zsh", "argparse"] +-license = "Apache-2.0" ++license = {text = "Apache-2.0"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", |
