summaryrefslogtreecommitdiff
blob: 4dd04b81ab254e3e4ed271068af162cce80bd88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}"