dev-python/colcon-bash - 0.4.2 (ros-overlay)

Search

Install

Install this version:

emerge -a =dev-python/colcon-bash-0.4.2

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

autounmask =dev-python/colcon-bash-0.4.2

Or alternatively:

emerge --autounmask-write -a =dev-python/colcon-bash-0.4.2

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.4.2 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.3.18[${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-bash | euse -E <flag> -p dev-python/colcon-bash | euse -D <flag> -p dev-python/colcon-bash

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

>=dev-python/colcon-core-0.3.18[]
        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.3.18[]
        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.4.2

Type File Size Source URLs
DIST colcon-bash-0.4.2.tar.gz 9624 bytes https://github.com/colcon/colcon-bash/archive/0.4.2.tar.gz