How to install python2-setuptools_scm_git_archive in CentOS/RHEL 7 (noarch)
Git archive plugin setuptools_scm
Install
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm sudo yum -y install python2-setuptools_scm_git_archive
Description
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).
RPMs
Hardik Italia (2019-05-16)
—
- Update version to 1.1 · * only call `setup()` once, and update `setup.cfg` · * Reverting earlier change since bug was fixed in setuptools_scm 3.0.4 · * Update to support python 3. · * Updating package searcher for dependency for python 3.6 packages. · * add the parse fallback hook to ensure operation on customized scm parsing