dev-python/colcon-cmake - 0.2.27 (ros-overlay)

Search

Install

Install this version:

emerge -a =dev-python/colcon-cmake-0.2.27

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

autounmask =dev-python/colcon-cmake-0.2.27

Or alternatively:

emerge --autounmask-write -a =dev-python/colcon-cmake-0.2.27

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.27 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-0.5.6[${PYTHON_USEDEP}]
        dev-python/colcon-library-path[${PYTHON_USEDEP}]
        test? ( >=dev-python/colcon-test-result-0.3.3[${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-cmake | euse -E <flag> -p dev-python/colcon-cmake | euse -D <flag> -p dev-python/colcon-cmake

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

>=dev-python/colcon-core-0.5.6[]
        dev-python/colcon-library-path[]
        test? ( >=dev-python/colcon-test-result-0.3.3[] )
        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-0.5.6[]
        dev-python/colcon-library-path[]
        test? ( >=dev-python/colcon-test-result-0.3.3[] )
        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.27

Type File Size Source URLs
DIST colcon-cmake-0.2.27.tar.gz 20813 bytes https://github.com/colcon/colcon-cmake/archive/0.2.27.tar.gz