python-setuptools-scm
Port variant py39
Summary Package to manage versions by scm tags (3.9)
Package version 7.0.5
Homepage https://github.com/pypa/setuptools_scm/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 25 JUL 2022, 23:38:49 UTC
Port created 20 APR 2020, 15:00:59 UTC
Subpackage Descriptions
single setuptools_scm ============== setuptools_scm extract Python package versions from git or hg metadata instead of declaring them as the version argument or in a SCM managed file. Additionally setuptools_scm provides setuptools with a list of files that are managed by the SCM (i.e. it automatically adds all of the SCM-managed files to the sdist). Unwanted files must be excluded by discarding them via ``MANIFEST.in``. setuptools_scm support the following scm out of the box: * git * mercurial ``pyproject.toml`` usage ------------------------ The preferred way to configure setuptools_scm is to author settings in a ``tool.setuptools_scm section of pyproject.toml``. This feature requires Setuptools 42 or later, released in Nov, 2019. If your project needs to support build from sdist on older versions of Setuptools, you will need to also implement the ``setup.py usage`` for those legacy environments. First, ensure that setuptools_scm is present during the project's built step by specifying it as one of the build requirements. .. code:: toml # pyproject.toml [build-system] requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"] That will be sufficient to require setuptools_scm for projects that support PEP 518 ([pip] and [pep517]). Many tools, especially those that invoke ``setup.py`` for any reason, may continue to rely on setup_requires. For maximum compatibility with those uses, consider also including a setup_requires directive (described below in ``setup.py usage and setup.cfg``). To enable version inference, add this section to your ``pyproject.toml``: .. code:: toml # pyproject.toml [tool.setuptools_scm] Including this section is comparable to supplying ``use_scm_version=True in setup.py``. Additionally, include arbitrary keyword arguments in that section to be supplied to ``get_version()``. For example: .. code:: toml # pyproject.toml [tool.setuptools_scm] write_to = "pkg/_version.py" If you need to confirm which version string is being generated or debug the configuration, you can install `setuptools-scm `_ directly in your working environment and run: .. code-block:: shell $ python -m setuptools_scm # To explore other options, try: $ python -m setuptools_scm --help ``setup.py`` usage (deprecated) ------------------------------- .. warning:: setup_requires has been deprecated in favor of ``pyproject.toml The following settings are considered legacy behavior and superseded by the pyproject.toml`` usage, but for maximal compatibility, projects may also supply the configuration in this older form. To use setuptools_scm just modify your project's ``setup.py`` file like this: * Add setuptools_scm to the setup_requires parameter. * Add the use_scm_version parameter and set it to True. For example: .. code:: python from setuptools import setup setup(
Configuration Switches (platform-specific settings discarded)
PY310 OFF Build using Python 3.10 PY39 ON Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py39
autoselect-python:single:standard
Build and Runtime python39:single:standard
Runtime (only) python-packaging:single:py39
python-setuptools:single:py39
python-tomli:single:py39
python-typing-extensions:single:py39
Download groups
main mirror://PYPIWHL/01/ed/75a20e7b075e8ecb1f84e8debf833917905d8790b78008915bd68dddd5c4
Distribution File Information
7930f720905e03ccd1e1d821db521bff7ec2ac9cf0ceb6552dd73d24a45d3b02 42908 setuptools_scm-7.0.5-py3-none-any.whl
Ports that require python-setuptools-scm:py39
python-borgbackup:py39 Deduplicated, encrypted, compressed backups (3.9)
python-cffsubr:py39 CFF subroutinizer based on AFDKO tx tool (3.9)
python-compreffor:py39 CFF subroutinizer for fontTools (3.9)
python-lazy-object-proxy:py39 Fast and thorough lazy object proxy (3.9)
python-psautohint:py39 Wrapper for Adobe's PostScript autohinter (3.9)
python-pyclipper:py39 Cython wrapper for the AJ Clipper library (3.9)
python-pyocr:py39 Wrapper for OCR engines (Tesseract, etc) (3.9)
python-skia-pathops:py39 Skia library bindings (3.9)