git: b8b3eb08a15d - main - devel/py-tempora: Update to 5.10.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 19 Aug 2026 13:00:01 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b8b3eb08a15d5537191c342bf73f76b965e02060

commit b8b3eb08a15d5537191c342bf73f76b965e02060
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-08-19 12:26:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-08-19 12:56:01 +0000

    devel/py-tempora: Update to 5.10.0
    
    - Update LICENSE
    
    Changes:        https://github.com/jaraco/tempora/blob/main/NEWS.rst
---
 devel/py-tempora/Makefile                   | 16 +++++++---------
 devel/py-tempora/distinfo                   |  6 +++---
 devel/py-tempora/files/patch-pyproject.toml | 22 ----------------------
 3 files changed, 10 insertions(+), 34 deletions(-)

diff --git a/devel/py-tempora/Makefile b/devel/py-tempora/Makefile
index a67b7d39ed5a..98c9ed8bd570 100644
--- a/devel/py-tempora/Makefile
+++ b/devel/py-tempora/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tempora
-PORTVERSION=	5.9.0
+PORTVERSION=	5.10.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -8,17 +8,15 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Objects and routines pertaining to date and time
 WWW=		https://github.com/jaraco/tempora
 
-LICENSE=	MIT
+LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jaraco.collections>=5.2.1:devel/py-jaraco.collections@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.11<4:devel/py-flit-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jaraco.collections>=0:devel/py-jaraco.collections@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jaraco.context>=0:devel/py-jaraco.context@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}jaraco.functools>=4.2:devel/py-jaraco.functools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}more-itertools>=0:devel/py-more-itertools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}jaraco.functools>=0:devel/py-jaraco.functools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-tempora/distinfo b/devel/py-tempora/distinfo
index 811a607290d8..4af2d3efb16a 100644
--- a/devel/py-tempora/distinfo
+++ b/devel/py-tempora/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779223014
-SHA256 (tempora-5.9.0.tar.gz) = 66e6ddee320c38f4b253a7d8039337424c699916451b9271e0ccce770a4e8f62
-SIZE (tempora-5.9.0.tar.gz) = 24490
+TIMESTAMP = 1784005240
+SHA256 (tempora-5.10.0.tar.gz) = 40bea5d6ab4c3ff70c150fb8baa1aaba3849ced59c4a288e835d2693fd49b301
+SIZE (tempora-5.10.0.tar.gz) = 18902
diff --git a/devel/py-tempora/files/patch-pyproject.toml b/devel/py-tempora/files/patch-pyproject.toml
deleted file mode 100644
index 7980d7137582..000000000000
--- a/devel/py-tempora/files/patch-pyproject.toml
+++ /dev/null
@@ -1,22 +0,0 @@
---- pyproject.toml.orig	2026-05-06 00:06:54 UTC
-+++ pyproject.toml
-@@ -1,9 +1,7 @@ requires = [
- [build-system]
- requires = [
--	"setuptools>=77",
-+	"setuptools>=61",
- 	"setuptools_scm[toml]>=3.4.1",
--	# jaraco/skeleton#174
--	"coherent.licensed",
- ]
- build-backend = "setuptools.build_meta"
- 
-@@ -21,7 +19,7 @@ requires-python = ">=3.10"
- 	"Programming Language :: Python :: 3 :: Only",
- ]
- requires-python = ">=3.10"
--license = "MIT"
-+license = { text = "MIT" }
- dependencies = [
- 	"jaraco.functools>=4.2",
- 	"python-dateutil",