summaryrefslogtreecommitdiff
blob: 3fb7a95e1aa2b99c21fe67afcbd1604961d4d08c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Distributed under the terms of the GNU General Public License v2

EAPI="4-python"
PYTHON_MULTIPLE_ABIS="1"

inherit distutils

DESCRIPTION="rospkg Python library for ROS."
HOMEPAGE="http://www.ros.org"
SRC_URI="https://github.com/ros-infrastructure/${PN}/archive/${PV}.tar.gz"

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

DEPEND="dev-python/pyyaml"
RDEPEND="${DEPEND}"