summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-10-11 12:24:32 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-10-11 12:24:32 +0000
commit01ace22040c569da75bf45d8b22ccb889ef47bd5 (patch)
treed2db1887ff0056b4788cb5f74ad2e1856ec9e536 /devel
parentb991ccd240845f8e8b29cdb1b2f239bca91a019b (diff)
downloadpkgsrc-01ace22040c569da75bf45d8b22ccb889ef47bd5.tar.gz
New package, py-vcversioner, from pkgsrc-wip.
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/py-vcversioner/DESCR9
-rw-r--r--devel/py-vcversioner/Makefile14
-rw-r--r--devel/py-vcversioner/PLIST9
-rw-r--r--devel/py-vcversioner/distinfo6
5 files changed, 40 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d0461fa3835..0c48f6902bd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2324 2016/10/10 23:16:29 taca Exp $
+# $NetBSD: Makefile,v 1.2325 2016/10/11 12:24:32 bsiegert Exp $
#
COMMENT= Development utilities
@@ -1944,6 +1944,7 @@ SUBDIR+= py-unittest2py3k
SUBDIR+= py-urwid
SUBDIR+= py-usb
SUBDIR+= py-uuid
+SUBDIR+= py-vcversioner
SUBDIR+= py-virtualenv
SUBDIR+= py-wcwidth
SUBDIR+= py-wheel
diff --git a/devel/py-vcversioner/DESCR b/devel/py-vcversioner/DESCR
new file mode 100644
index 00000000000..c50d2258f73
--- /dev/null
+++ b/devel/py-vcversioner/DESCR
@@ -0,0 +1,9 @@
+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.
diff --git a/devel/py-vcversioner/Makefile b/devel/py-vcversioner/Makefile
new file mode 100644
index 00000000000..ac792956b02
--- /dev/null
+++ b/devel/py-vcversioner/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2016/10/11 12:24:33 bsiegert Exp $
+
+DISTNAME= vcversioner-2.16.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=v/vcversioner/}
+
+MAINTAINER= kamelderouiche@yahoo.com
+HOMEPAGE= https://github.com/habnabit/vcversioner
+COMMENT= Use version control tags to discover version numbers
+LICENSE= isc
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-vcversioner/PLIST b/devel/py-vcversioner/PLIST
new file mode 100644
index 00000000000..1cb44d929b5
--- /dev/null
+++ b/devel/py-vcversioner/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2016/10/11 12:24:33 bsiegert Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/vcversioner.py
+${PYSITELIB}/vcversioner.pyc
+${PYSITELIB}/vcversioner.pyo
diff --git a/devel/py-vcversioner/distinfo b/devel/py-vcversioner/distinfo
new file mode 100644
index 00000000000..13814018bcc
--- /dev/null
+++ b/devel/py-vcversioner/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/10/11 12:24:33 bsiegert Exp $
+
+SHA1 (vcversioner-2.16.0.0.tar.gz) = ce076b62e8f0772bf79f29762bfc3cf09f6781b5
+RMD160 (vcversioner-2.16.0.0.tar.gz) = b7f3e58ffedb53a6a2824ffbe60c3ec8f01049ee
+SHA512 (vcversioner-2.16.0.0.tar.gz) = e4e34693aa813e57991eca01d20102bd2e939b536461e2e9e063ac0e3558580e57d7e8d5e08d010690b3c901c97e53f187f20b48520b333eb492ec33e85757d8
+Size (vcversioner-2.16.0.0.tar.gz) = 9024 bytes