summaryrefslogtreecommitdiff
blob: 97f1dded7a2e2085fd6f04fe6baf21f8f3ffeab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2008-2012 Funtoo Technologies
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
PYTHON_DEPEND="2"

inherit distutils

DESCRIPTION="The installer for ROS"
HOMEPAGE="http://www.ros.org/wiki"
SRC_URI="
	mirror://pypi/r/${PN}/${P}.tar.gz
	http://pr.willowgarage.com/downloads/${PN}/${P}.tar.gz
"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="
	dev-python/setuptools
"
RDEPEND="
	dev-python/pyyaml
	dev-python/vcstools
"