How to install python2-setuptools_scm_git_archive (noarch)
Git archive plugin setuptools_scm
Install
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo amazon-linux-extras install epel 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
| Package | Size | Changelog |
|---|---|---|
| python2-setuptools_scm_git_archive-1.1-lp152.1.1.noarch | 12 KiB |
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 |