diff --git a/www/py-python-dotenv/Makefile b/www/py-python-dotenv/Makefile index 7f91e58b141f..af8e055e7286 100644 --- a/www/py-python-dotenv/Makefile +++ b/www/py-python-dotenv/Makefile @@ -1,31 +1,31 @@ PORTNAME= python-dotenv -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python_dotenv-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Add .env support to your django/flask apps WWW= https://github.com/theskumar/python-dotenv LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= rubygem-dotenv # bin/dotenv NO_ARCH= yes OPTIONS_DEFINE= CLI OPTIONS_DEFAULT=CLI CLI_DESC= Command-line interface support CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR} .include diff --git a/www/py-python-dotenv/distinfo b/www/py-python-dotenv/distinfo index 3ffb5b169140..7629b979339c 100644 --- a/www/py-python-dotenv/distinfo +++ b/www/py-python-dotenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586926 -SHA256 (python_dotenv-1.2.1.tar.gz) = 42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6 -SIZE (python_dotenv-1.2.1.tar.gz) = 44221 +TIMESTAMP = 1775587704 +SHA256 (python_dotenv-1.2.2.tar.gz) = 2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3 +SIZE (python_dotenv-1.2.2.tar.gz) = 50135 diff --git a/www/py-python-dotenv/files/patch-pyproject.toml b/www/py-python-dotenv/files/patch-pyproject.toml index 4af066d5eb37..4316b5e3ae05 100644 --- a/www/py-python-dotenv/files/patch-pyproject.toml +++ b/www/py-python-dotenv/files/patch-pyproject.toml @@ -1,18 +1,9 @@ ---- pyproject.toml.orig 2025-10-26 15:11:44 UTC +--- pyproject.toml.orig 2026-03-01 16:00:03 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",