python-setuptools-scm-git-archive
Port variant py38
Summary Setuptools_scm plugin for git archives (PY38)
Package version 1.1
Homepage https://github.com/Changaco/setuptools_scm_git_archive/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py39
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 13 DEC 2020, 19:47:07 UTC
Port created 20 APR 2020, 15:00:59 UTC
Subpackage Descriptions
single This is a [setuptools_scm] plugin that adds support for git archives (for example the ones GitHub automatically generates). Note that it only works for archives of tagged commits (because git currently lacks a format option equivalent to ``git describe --tags``). Usage ----- Add 'setuptools_scm_git_archive' to the setup_requires parameter in your project's ``setup.py`` file: .. code:: python setup( ..., use_scm_version=True, setup_requires=['setuptools_scm', 'setuptools_scm_git_archive'], ..., ) Create a ``.git_archival.txt`` file with the following content:: ref-names: $Format:%D$ Then add this line to the ``.gitattributes`` file:: .git_archival.txt export-subst Finally, don't forget to commit these two files.
Configuration Switches (platform-specific settings discarded)
PY38 ON Build using Python 3.8 PY39 OFF Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py38
autoselect-python:single:standard
Build and Runtime python38:single:standard
Download groups
main mirror://PYPIWHL/7e/83/284c6d3fac2e74532a9f51f908018690709db9af1469cf728574f6be3abf
Distribution File Information
3df19d1f05f70bb4b33485a88669726f1b2f14600ef2e557b927fc9cbdbfff2b 3253 setuptools_scm_git_archive-1.1-py2.py3-none-any.whl
Ports that require python-setuptools-scm-git-archive:py38
python-pyocr:py38 Wrapper for OCR engines (Tesseract, etc) (PY38)