diff options
author | pi <pi@FreeBSD.org> | 2019-09-22 18:02:09 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2019-09-22 18:02:09 +0800 |
commit | 4be864ac594a30a2b823c424baf4147d74ef11ba (patch) | |
tree | c2a3e1de88131c12261c034e91edb35b9b6d9eeb | |
parent | eceddae5cd147c2d5d85d006c8860ed79e0d6d69 (diff) | |
download | freebsd-ports-gnome-4be864ac594a30a2b823c424baf4147d74ef11ba.tar.gz freebsd-ports-gnome-4be864ac594a30a2b823c424baf4147d74ef11ba.tar.zst freebsd-ports-gnome-4be864ac594a30a2b823c424baf4147d74ef11ba.zip |
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@norwegianrockcat.com>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ros-vcstools/Makefile | 23 | ||||
-rw-r--r-- | devel/ros-vcstools/distinfo | 3 | ||||
-rw-r--r-- | devel/ros-vcstools/pkg-descr | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 672f49f7e4a2..6a03e8ca21f7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5394,6 +5394,7 @@ SUBDIR += robodoc SUBDIR += root-doc SUBDIR += ros-rosinstall_generator + SUBDIR += ros-vcstools SUBDIR += rote SUBDIR += rpc2 SUBDIR += rpclib diff --git a/devel/ros-vcstools/Makefile b/devel/ros-vcstools/Makefile new file mode 100644 index 000000000000..7a52c7545b73 --- /dev/null +++ b/devel/ros-vcstools/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= ros-vcstools +DISTVERSION= 0.1.42 +CATEGORIES= devel +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= trueos@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> diff --git a/devel/ros-vcstools/distinfo b/devel/ros-vcstools/distinfo new file mode 100644 index 000000000000..3678c551d781 --- /dev/null +++ b/devel/ros-vcstools/distinfo @@ -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 diff --git a/devel/ros-vcstools/pkg-descr b/devel/ros-vcstools/pkg-descr new file mode 100644 index 000000000000..be7e6ed9f017 --- /dev/null +++ b/devel/ros-vcstools/pkg-descr @@ -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 |