aboutsummaryrefslogtreecommitdiff
path: root/www/py-planet-auth
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-planet-auth')
-rw-r--r--www/py-planet-auth/Makefile4
-rw-r--r--www/py-planet-auth/distinfo6
-rw-r--r--www/py-planet-auth/files/patch-pyproject.toml8
3 files changed, 9 insertions, 9 deletions
diff --git a/www/py-planet-auth/Makefile b/www/py-planet-auth/Makefile
index 9b23eec25a76..7091e62d1335 100644
--- a/www/py-planet-auth/Makefile
+++ b/www/py-planet-auth/Makefile
@@ -1,5 +1,5 @@
PORTNAME= planet-auth
-PORTVERSION= 2.1.1
+PORTVERSION= 2.3.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}StrEnum>=0:devel/py-strenum@${PY_FLAVOR}
-USES= python
+USES= python:3.10+
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/www/py-planet-auth/distinfo b/www/py-planet-auth/distinfo
index f2156bc7dceb..0d8c94b9fecc 100644
--- a/www/py-planet-auth/distinfo
+++ b/www/py-planet-auth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757120474
-SHA256 (planet_auth-2.1.1.tar.gz) = 9c380fdb8659e3c2d2fc97cb3852f5c6f533a23620b452bffa95a4a54b05260a
-SIZE (planet_auth-2.1.1.tar.gz) = 238343
+TIMESTAMP = 1761446794
+SHA256 (planet_auth-2.3.0.tar.gz) = 6d82ce93a8011beb13eb65a6bb38b32891208e82523177282644dec12b95126e
+SIZE (planet_auth-2.3.0.tar.gz) = 247228
diff --git a/www/py-planet-auth/files/patch-pyproject.toml b/www/py-planet-auth/files/patch-pyproject.toml
index b8ec61c41278..ab36e6079325 100644
--- a/www/py-planet-auth/files/patch-pyproject.toml
+++ b/www/py-planet-auth/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2025-08-12 03:59:50 UTC
+--- pyproject.toml.orig 2025-10-01 23:09:06 UTC
+++ pyproject.toml
@@ -12,10 +12,7 @@ authors = [{ name = "Carl Adams", email = "carl.adams@
# docs/index.md - front page for ReadTheDocs doc page. Complete developer user documentation.
@@ -12,12 +12,12 @@
classifiers = [
"Development Status :: 5 - Production/Stable",
]
-@@ -85,7 +82,7 @@ plauth = "planet_auth_utils.commands.cli.main:cmd_plau
+@@ -87,7 +84,7 @@ plauth = "planet_auth_utils.commands.cli.main:cmd_plau
plauth = "planet_auth_utils.commands.cli.main:cmd_plauth"
[build-system]
--requires = ["setuptools>=64", "setuptools_scm>=8", "wheel"]
-+requires = ["setuptools>=61", "setuptools_scm>=8", "wheel"]
+-requires = ["setuptools >= 77.0.3", "setuptools_scm >= 8"]
++requires = ["setuptools >= 61", "setuptools_scm >= 8"]
build-backend = "setuptools.build_meta"
[tool.setuptools.dynamic]