dev-python/colcon-devtools - 0.2.3 (ros-overlay)

Search

Install

Install this version:

emerge -a =dev-python/colcon-devtools-0.2.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/colcon-devtools-0.2.3

Or alternatively:

emerge --autounmask-write -a =dev-python/colcon-devtools-0.2.3

Package Information

Description:
An extension for colcon-core to support CMake projects.
Homepage:
https://colcon.readthedocs.io
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.2.3 7 ~amd64 ~x86 ~arm ~arm64 0
View Raw Ebuild
# Copyright 2021 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
EAPI=7
PYTHON_COMPAT=( python{3_8,3_9,3_10} )

inherit distutils-r1

DESCRIPTION="An extension for colcon-core to support CMake projects."
HOMEPAGE="https://colcon.readthedocs.io"
SRC_URI="https://github.com/colcon/${PN}/archive/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm ~arm64"

IUSE="test"
DEPEND="dev-python/colcon-core[${PYTHON_USEDEP}]
        test? ( dev-python/flake8 )
        test? ( dev-pyton/flake8-import-order )
        test? ( dev-python/mock )
        test? ( dev-python/pep8 )
        test? ( dev-python/pylint )"
RDEPEND="${DEPEND}"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/colcon-devtools | euse -E <flag> -p dev-python/colcon-devtools | euse -D <flag> -p dev-python/colcon-devtools

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

dev-python/colcon-core[]
        test? ( dev-python/flake8 )
        test? ( dev-pyton/flake8-import-order )
        test? ( dev-python/mock )
        test? ( dev-python/pep8 )
        test? ( dev-python/pylint )

RDEPEND

dev-python/colcon-core[]
        test? ( dev-python/flake8 )
        test? ( dev-pyton/flake8-import-order )
        test? ( dev-python/mock )
        test? ( dev-python/pep8 )
        test? ( dev-python/pylint )

Manifest for 0.2.3

Type File Size Source URLs
DIST colcon-devtools-0.2.3.tar.gz 9264 bytes https://github.com/colcon/colcon-devtools/archive/0.2.3.tar.gz