Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 13:26:58 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401345 - in head/devel: . py-vcversioner
Message-ID:  <201511121326.tACDQwgB032897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Nov 12 13:26:58 2015
New Revision: 401345
URL: https://svnweb.freebsd.org/changeset/ports/401345

Log:
  devel/py-vcversioner: 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.
  
  WWW: https://github.com/habnabit/vcversioner

Added:
  head/devel/py-vcversioner/
  head/devel/py-vcversioner/Makefile   (contents, props changed)
  head/devel/py-vcversioner/distinfo   (contents, props changed)
  head/devel/py-vcversioner/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Nov 12 13:14:47 2015	(r401344)
+++ head/devel/Makefile	Thu Nov 12 13:26:58 2015	(r401345)
@@ -4357,6 +4357,7 @@
     SUBDIR += py-user_agents
     SUBDIR += py-utils
     SUBDIR += py-validictory
+    SUBDIR += py-vcversioner
     SUBDIR += py-venusian
     SUBDIR += py-versiontools
     SUBDIR += py-virtualenv

Added: head/devel/py-vcversioner/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vcversioner/Makefile	Thu Nov 12 13:26:58 2015	(r401345)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	vcversioner
+PORTVERSION=	2.14.0.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg@FreeBSD.org
+COMMENT=	Use version control tags to discover version numbers
+
+LICENSE=	ISCL
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-vcversioner/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vcversioner/distinfo	Thu Nov 12 13:26:58 2015	(r401345)
@@ -0,0 +1,2 @@
+SHA256 (vcversioner-2.14.0.0.tar.gz) = acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86
+SIZE (vcversioner-2.14.0.0.tar.gz) = 9015

Added: head/devel/py-vcversioner/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vcversioner/pkg-descr	Thu Nov 12 13:26:58 2015	(r401345)
@@ -0,0 +1,5 @@
+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.
+
+WWW: https://github.com/habnabit/vcversioner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511121326.tACDQwgB032897>