mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/py-calver: Update to 2025.4.2
Changes: https://github.com/di/calver/releases
This commit is contained in:
parent
bcdcbe1430
commit
0902c8cb71
3 changed files with 22 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= calver
|
PORTNAME= calver
|
||||||
PORTVERSION= 2022.6.26
|
PORTVERSION= 2025.4.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1657835419
|
TIMESTAMP = 1744288864
|
||||||
SHA256 (calver-2022.6.26.tar.gz) = e05493a3b17517ef1748fbe610da11f10485faa7c416b9d33fd4a52d74894f8b
|
SHA256 (calver-2025.4.2.tar.gz) = f854bb865a070da3d45f989f812b2fb6847a10c2d5a7490490ec16832617a463
|
||||||
SIZE (calver-2022.6.26.tar.gz) = 6670
|
SIZE (calver-2025.4.2.tar.gz) = 7719
|
||||||
|
|
18
devel/py-calver/files/patch-pyproject.toml
Normal file
18
devel/py-calver/files/patch-pyproject.toml
Normal 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" }
|
||||||
|
]
|
Loading…
Add table
Reference in a new issue