summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/wstool/wstool-0.1.1.ebuild')
-rw-r--r--dev-vcs/wstool/wstool-0.1.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-vcs/wstool/wstool-0.1.1.ebuild b/dev-vcs/wstool/wstool-0.1.1.ebuild
new file mode 100644
index 0000000..4dd04b8
--- /dev/null
+++ b/dev-vcs/wstool/wstool-0.1.1.ebuild
@@ -0,0 +1,20 @@
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="4-python"
+PYTHON_MULTIPLE_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="wstool provides commands to manage several local SCM repositories."
+HOMEPAGE="http://www.ros.org"
+SRC_URI="mirror://pypi/w/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools
+ dev-python/vcstools"
+RDEPEND="${DEPEND}"
+