Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37537529
en ru br
ALT Linux repos
S:2.16.0.0-alt3

Group :: Development/Python3
RPM: python3-module-vcversioner

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.16.0.0-alt3
Build date: 23 july 2021, 04:04 ( 144.1 weeks ago )
Size: 17.73 Kb

Home page:   https://pypi.python.org/pypi/vcversioner/

License: ISCL
Summary: Use version control tags to discover version numbers
Description:

Elevator pitch: you can write a setup.py with no version information
specified, and vcversioner will find a recent, properly-formatted VCS
tag and extract a version from it.

It's much more convenient to be able to use your version control
system's tagging mechanism to derive a version number than to have to
duplicate that information all over the place. I eventually ended up
copy-pasting the same code into a couple different setup.py files just
to avoid duplicating version information. But, copy-pasting is dumb and
unit testing setup.py files is hard. This code got factored out into
vcversioner.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-vcversioner
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin