setuptools_scm: Python build system extension to obtain package version from version control#
Description#
the blessed package to manage your versions by scm tags
License#
MIT
Upstream Contact#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
8.1.0
version_requirements.txt:
setuptools_scm >=7
Equivalent System Packages#
$ sudo pacman -S python-setuptools-scm
$ conda install setuptools_scm
$ sudo apt-get install python3-setuptools-scm
$ sudo yum install python-setuptools_scm
$ sudo pkg install devel/py-setuptools_scm
$ sudo emerge dev-python/setuptools-scm
$ sudo port install py-setuptools_scm
$ sudo zypper install python3\$\{PYTHON_MINOR\}-setuptools_scm
$ sudo xbps-install python3-setuptools_scm
See https://repology.org/project/python:setuptools-scm/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.