dev-python/rosdistro - 0.9.1 (ros-overlay)

Search

Install

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

Package Information

Description:
Tools to work with catkinized rosdistro files
Homepage:
https://wiki.ros.org/rosdistro
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.9.1 8 ~amd64 ~arm 0
View Raw Ebuild
# 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

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/catkin_pkg[]
	dev-python/rospkg[]

BDEPEND

	test? (
		dev-python/pytest[]
		dev-python/pytest-mock[]
	)

Manifest for 0.9.1

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