mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
* Update WWW (remove superfluous trailing slash) Changelog since 3.1.0: * Add eggs for python3.7 and 3.8 to the deploy * Fix python3.8 support and add builds for up to python3.8 * Use a specific fallback root when calling fallbacks. Remove old hack that resets the root when fallback entrypoints are present. * Add fallback_version option, which sets the version to be used when everything else fails. * Add option git_describe_command to allow the user to control the way that git describe is called. https://github.com/pypa/setuptools_scm/blob/v3.3.3/CHANGELOG.rst PR: 238145 Submitted by: sunpoet
4 lines
183 B
Text
4 lines
183 B
Text
Handles managing your python package versions in scm metadata instead of
|
|
declaring them as the version argument or in a scm managed file.
|
|
|
|
WWW: https://github.com/pypa/setuptools_scm
|