diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-fasteners/Makefile | 2 | ||||
-rw-r--r-- | devel/py-fasteners/distinfo | 6 | ||||
-rw-r--r-- | devel/py-fasteners/files/patch-pyproject.toml | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/devel/py-fasteners/Makefile b/devel/py-fasteners/Makefile index 1a4324ac6c0a..a29c2677f8d1 100644 --- a/devel/py-fasteners/Makefile +++ b/devel/py-fasteners/Makefile @@ -1,5 +1,5 @@ PORTNAME= fasteners -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-fasteners/distinfo b/devel/py-fasteners/distinfo index 91ff5feeb77f..54e18f45f880 100644 --- a/devel/py-fasteners/distinfo +++ b/devel/py-fasteners/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695357807 -SHA256 (fasteners-0.19.tar.gz) = b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c -SIZE (fasteners-0.19.tar.gz) = 24832 +TIMESTAMP = 1757120648 +SHA256 (fasteners-0.20.tar.gz) = 55dce8792a41b56f727ba6e123fcaee77fd87e638a6863cec00007bfea84c8d8 +SIZE (fasteners-0.20.tar.gz) = 25087 diff --git a/devel/py-fasteners/files/patch-pyproject.toml b/devel/py-fasteners/files/patch-pyproject.toml new file mode 100644 index 000000000000..924d7201603b --- /dev/null +++ b/devel/py-fasteners/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-11 10:07:08 UTC ++++ pyproject.toml +@@ -5,7 +5,7 @@ keywords = ["lock", "thread", "process", "fasteners"] + readme = { file = "README.md", content-type = "text/markdown; charset=UTF-8" } + requires-python = ">=3.6" + keywords = ["lock", "thread", "process", "fasteners"] +-license = "Apache-2.0" ++license = { text = "Apache-2.0" } + authors = [{ name = "Joshua Harlow" }] + maintainers = [{ name = "Paulius Ĺ arka" }] + classifiers = [ |