svn commit: r512570 - in head/devel: . ros-vcstools

Kurt Jaeger pi at FreeBSD.org
Sun Sep 22 10:02:11 UTC 2019


Author: pi
Date: Sun Sep 22 10:02:09 2019
New Revision: 512570
URL: https://svnweb.freebsd.org/changeset/ports/512570

Log:
  New port: devel/ros-vcstools
  
  The vcstools module provides a Python API for interacting with
  different version control systems (VCS/SCMs).
  
  WWW: http://wiki.ros.org/vcstools
  
  PR:		240638
  Submitted by:	Trenton Schulz <trueos at norwegianrockcat.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep 22 09:38:22 2019	(r512569)
+++ head/devel/Makefile	Sun Sep 22 10:02:09 2019	(r512570)
@@ -5394,6 +5394,7 @@
     SUBDIR += robodoc
     SUBDIR += root-doc
     SUBDIR += ros-rosinstall_generator
+    SUBDIR += ros-vcstools
     SUBDIR += rote
     SUBDIR += rpc2
     SUBDIR += rpclib

Added: head/devel/ros-vcstools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-vcstools/Makefile	Sun Sep 22 10:02:09 2019	(r512570)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	ros-vcstools
+DISTVERSION=	0.1.42
+CATEGORIES=	devel
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	trueos at norwegianrockcat.com
+COMMENT=	Python library for interacting with various VCS systems
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2:devel/py-dateutil@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR}
+
+USES=	python
+USE_PYTHON=	distutils autoplist
+USE_GITHUB=	yes
+GH_ACCOUNT=	vcstools
+GH_PROJECT=	vcstools
+
+.include <bsd.port.mk>

Added: head/devel/ros-vcstools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-vcstools/distinfo	Sun Sep 22 10:02:09 2019	(r512570)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1568625073
+SHA256 (vcstools-vcstools-0.1.42_GH0.tar.gz) = 3dccd4d3c82d3be6b0ba6a2def83af7e68ee495d108587ac66aa74720e5e9c97
+SIZE (vcstools-vcstools-0.1.42_GH0.tar.gz) = 65979

Added: head/devel/ros-vcstools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ros-vcstools/pkg-descr	Sun Sep 22 10:02:09 2019	(r512570)
@@ -0,0 +1,4 @@
+The vcstools module provides a Python API for interacting with
+different version control systems (VCS/SCMs).
+
+WWW: http://wiki.ros.org/vcstools


More information about the svn-ports-all mailing list