devel/py-calver: Update to 2025.4.2

Changes:	https://github.com/di/calver/releases
This commit is contained in:
Po-Chuan Hsieh 2025-04-18 13:15:11 +08:00
parent bcdcbe1430
commit 0902c8cb71
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 22 additions and 5 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= calver
PORTVERSION= 2022.6.26
PORTREVISION= 1
PORTVERSION= 2025.4.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1657835419
SHA256 (calver-2022.6.26.tar.gz) = e05493a3b17517ef1748fbe610da11f10485faa7c416b9d33fd4a52d74894f8b
SIZE (calver-2022.6.26.tar.gz) = 6670
TIMESTAMP = 1744288864
SHA256 (calver-2025.4.2.tar.gz) = f854bb865a070da3d45f989f812b2fb6847a10c2d5a7490490ec16832617a463
SIZE (calver-2025.4.2.tar.gz) = 7719

View file

@ -0,0 +1,18 @@
--- pyproject.toml.orig 2025-04-02 14:49:56 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=77.0.1"] # https://github.com/di/calver/pull/19
+requires = ["setuptools>=61"] # https://github.com/di/calver/pull/19
build-backend = "setuptools.build_meta"
[project]
@@ -8,7 +8,7 @@ requires-python = ">=3.9"
description = "Setuptools extension for CalVer package versions"
readme = "README.md"
requires-python = ">=3.9"
-license = "Apache-2.0"
+license = { text = "Apache-2.0" }
authors = [
{ name = "Dustin Ingram", email = "di@python.org" }
]