[Lunar-commits] <moonbase-other> vcstools: introduced to -other
v4hn
me at v4hn.de
Wed Apr 24 02:51:47 CEST 2013
commit 6f37d3d0bf46dc0c376078e2cde25c6e6accfcea
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:27:30 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/6f37d3d0bf46dc0c376078e2cde25c6e6accfcea
vcstools: introduced to -other
---
python/vcstools/BUILD | +3/-0
python/vcstools/DEPENDS | +2/-0
python/vcstools/DETAILS | +14/-0
3 files changed, 19 insertions(+)
--- /dev/null
+++ b/python/vcstools/BUILD
@@ -0,0 +1,3 @@
+python setup.py build &&
+prepare_install &&
+python setup.py install --root=/
--- /dev/null
+++ b/python/vcstools/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends setuptools
--- /dev/null
+++ b/python/vcstools/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=vcstools
+ VERSION=0.1.30
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://pypi.python.org/packages/source/v/vcstools
+ SOURCE_VFY=sha1:6292fb92a84d0a6ee5ea2c48282977e6989fbd39
+ WEB_SITE=http://pypi.python.org/pypi/vcstools
+ ENTERED=20130415
+ UPDATED=20130415
+ SHORT="VCS/SCM source control library"
+
+cat << EOF
+Library for managing source code trees from multiple version
+control systems. Current supports svn, git, hg, and bzr.
+EOF
More information about the Lunar-commits
mailing list