CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/04/15 07:30:36
Modified files:
devel/py-calver: Makefile distinfo
Added files:
devel/py-calver/patches: patch-pyproject_toml
Log message:
update to py3-calver-2025.4.2
some messing about with 'license' in pyproject.toml; setuptools 77.0 added
handling of 'license = "some-spdx-string"' (not previously supported) and
added a warning if the old syntax 'license = {text = "some-spdx-string"}'
is used. calver started using the new syntax and requiring a newer version
of setuptools.
imho this is rather unhelpful of setuptools.
re https://github.com/di/calver/pull/19, https://github.com/di/calver/pull/21