Install this version:
emerge -a =dev-python/rosdistro-0.9.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/rosdistro-0.9.1
Or alternatively:
emerge --autounmask-write -a =dev-python/rosdistro-0.9.1
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the Apache 2.0 license
EAPI=8
PYTHON_COMPAT=( python3_{8..11} pypy3 )
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro"
fi
inherit ${SCM} distutils-r1
DESCRIPTION="Tools to work with catkinized rosdistro files"
HOMEPAGE="https://wiki.ros.org/rosdistro"
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}-gh.tar.gz"
KEYWORDS="~amd64 ~arm"
fi
LICENSE="BSD"
SLOT="0"
RDEPEND="
dev-python/catkin_pkg[${PYTHON_USEDEP}]
dev-python/rospkg[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
dev-python/catkin_pkg[] dev-python/rospkg[]
test? ( dev-python/pytest[] dev-python/pytest-mock[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rosdistro-0.9.1-gh.tar.gz | 62331 bytes | https://github.com/ros-infrastructure/rosdistro/archive/0.9.1.tar.gz |