diff options
Diffstat (limited to 'www/py-python-dotenv')
| -rw-r--r-- | www/py-python-dotenv/Makefile | 2 | ||||
| -rw-r--r-- | www/py-python-dotenv/distinfo | 6 | ||||
| -rw-r--r-- | www/py-python-dotenv/files/patch-pyproject.toml | 18 |
3 files changed, 22 insertions, 4 deletions
diff --git a/www/py-python-dotenv/Makefile b/www/py-python-dotenv/Makefile index dd5e751e38c4..7f91e58b141f 100644 --- a/www/py-python-dotenv/Makefile +++ b/www/py-python-dotenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-dotenv -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-python-dotenv/distinfo b/www/py-python-dotenv/distinfo index 97529f7ef5e3..3ffb5b169140 100644 --- a/www/py-python-dotenv/distinfo +++ b/www/py-python-dotenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954260 -SHA256 (python_dotenv-1.1.1.tar.gz) = a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab -SIZE (python_dotenv-1.1.1.tar.gz) = 41978 +TIMESTAMP = 1762586926 +SHA256 (python_dotenv-1.2.1.tar.gz) = 42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6 +SIZE (python_dotenv-1.2.1.tar.gz) = 44221 diff --git a/www/py-python-dotenv/files/patch-pyproject.toml b/www/py-python-dotenv/files/patch-pyproject.toml new file mode 100644 index 000000000000..4af066d5eb37 --- /dev/null +++ b/www/py-python-dotenv/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2025-10-26 15:11:44 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools >= 77.0"] ++requires = ["setuptools >= 61.0"] + build-backend = "setuptools.build_meta" + + [project] +@@ -8,7 +8,7 @@ authors = [ + authors = [ + {name = "Saurabh Kumar", email = "me+github@saurabh-kumar.com"}, + ] +-license = "BSD-3-Clause" ++license = {text = "BSD-3-Clause"} + keywords = [ + "environment variables", + "deployments", |
