[NEW] devel/py3-vcversioner: Use version control tags to discover version

- Python3 specific version of devel/py-vcversioner

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
This commit is contained in:
Muhammad Moinur Rahman 2015-11-20 00:45:07 +00:00
parent a178b8850d
commit a776c14915
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401983
4 changed files with 27 additions and 0 deletions

View file

@ -4478,6 +4478,7 @@
SUBDIR += py3-gobject3
SUBDIR += py3-libpeas
SUBDIR += py3-pytz
SUBDIR += py3-vcversioner
SUBDIR += py3-xdg
SUBDIR += py_static_check
SUBDIR += pybugz

View file

@ -0,0 +1,19 @@
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$
PORTNAME= vcversioner
PORTVERSION= 2.14.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Use version control tags to discover version numbers
LICENSE= ISCL
USES= python:3
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (vcversioner-2.14.0.0.tar.gz) = acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86
SIZE (vcversioner-2.14.0.0.tar.gz) = 9015

View file

@ -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