LogoSailfishOS Open Build Service > Projects > home:rcolistete > python-vcversioner
Log In

vcversioner - use version control tags to discover version numbers

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.

Source Files

Filename Size Changed Actions
python-vcversioner.spec 1.69 KB over 7 years ago Download File
vcversioner-2.16.0.0.tar.gz 8.81 KB over 7 years ago Download File

Latest Revision

Roberto Colistete Roberto Colistete (rcolistete) committed over 7 years ago (revision 5)

Comments for home:rcolistete (0)