Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 17:54:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553028 - in head/devel: . py-vcver
Message-ID:  <202010221754.09MHsRps060087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 22 17:54:26 2020
New Revision: 553028
URL: https://svnweb.freebsd.org/changeset/ports/553028

Log:
  Add py-vcver 0.2.11
  
  vcver is an approach for versioning that heavily relies on the version control
  system of choice for determining version strings.
  
  WWW: https://github.com/toumorokoshi/vcver-python

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Oct 22 17:54:21 2020	(r553027)
+++ head/devel/Makefile	Thu Oct 22 17:54:26 2020	(r553028)
@@ -5179,6 +5179,7 @@
     SUBDIR += py-validators
     SUBDIR += py-validictory
     SUBDIR += py-vcrpy
+    SUBDIR += py-vcver
     SUBDIR += py-vcversioner
     SUBDIR += py-venusian
     SUBDIR += py-verboselogs

Added: head/devel/py-vcver/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vcver/Makefile	Thu Oct 22 17:54:26 2020	(r553028)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	vcver
+PORTVERSION=	0.2.11
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Provide package versions with version control data
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-vcver/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vcver/distinfo	Thu Oct 22 17:54:26 2020	(r553028)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1603378142
+SHA256 (vcver-0.2.11.tar.gz) = 819c17c3c322b76f1cff67a351ce90e24677deca3a67bdfacafbdf29a85db791
+SIZE (vcver-0.2.11.tar.gz) = 13311

Added: head/devel/py-vcver/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vcver/pkg-descr	Thu Oct 22 17:54:26 2020	(r553028)
@@ -0,0 +1,4 @@
+vcver is an approach for versioning that heavily relies on the version control
+system of choice for determining version strings.
+
+WWW: https://github.com/toumorokoshi/vcver-python



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