pkgsrc-WIP-changes archive

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

Remove py-vcversioner, now in devel.



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

Modified Files:
	Makefile
Removed Files:
	py-vcversioner/DESCR
	py-vcversioner/Makefile
	py-vcversioner/PLIST
	py-vcversioner/distinfo

Log Message:
Remove py-vcversioner, now in devel.

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

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

diffstat:
 Makefile                |  1 -
 py-vcversioner/DESCR    |  9 ---------
 py-vcversioner/Makefile | 14 --------------
 py-vcversioner/PLIST    |  9 ---------
 py-vcversioner/distinfo |  6 ------
 5 files changed, 39 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 70982bd..f228ff7 100644
--- a/Makefile
+++ b/Makefile
@@ -3536,7 +3536,6 @@ SUBDIR+=	py-utilib_ply
 SUBDIR+=	py-validictory
 SUBDIR+=	py-vanity
 SUBDIR+=	py-varify
-SUBDIR+=	py-vcversioner
 SUBDIR+=	py-vdirsyncer-git
 SUBDIR+=	py-vegas
 SUBDIR+=	py-venusian
diff --git a/py-vcversioner/DESCR b/py-vcversioner/DESCR
deleted file mode 100644
index c50d225..0000000
--- a/py-vcversioner/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-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/py-vcversioner/Makefile b/py-vcversioner/Makefile
deleted file mode 100644
index a919cbf..0000000
--- a/py-vcversioner/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/02/20 11:52:17 jihbed Exp $
-
-DISTNAME=	vcversioner-2.16.0.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=v/vcversioner/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-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/py-vcversioner/PLIST b/py-vcversioner/PLIST
deleted file mode 100644
index ac985a9..0000000
--- a/py-vcversioner/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/02/20 11:52:17 jihbed 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/py-vcversioner/distinfo b/py-vcversioner/distinfo
deleted file mode 100644
index 8281e3d..0000000
--- a/py-vcversioner/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/02/20 11:52:17 jihbed 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


Home | Main Index | Thread Index | Old Index