pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Improve DESCR.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Tue Oct 11 14:20:20 2016 +0200
Changeset:	c2e386a71f9c410f81e028de7be4c861ac7c1ebe

Modified Files:
	py-vcversioner/DESCR

Log Message:
Improve DESCR.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c2e386a71f9c410f81e028de7be4c861ac7c1ebe

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-vcversioner/DESCR | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-vcversioner/DESCR b/py-vcversioner/DESCR
index 1d46f74..c50d225 100644
--- a/py-vcversioner/DESCR
+++ b/py-vcversioner/DESCR
@@ -1 +1,9 @@
-Use version control tags to discover version numbers
+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.


Home | Main Index | Thread Index | Old Index