dev-python/colcon-cd - 0.1.1 (ros-overlay)

Search

Install

Install this version:

emerge -a =dev-python/colcon-cd-0.1.1

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

autounmask =dev-python/colcon-cd-0.1.1

Or alternatively:

emerge --autounmask-write -a =dev-python/colcon-cd-0.1.1

Package Information

Description:
A shell function for colcon to change the current working directory.
Homepage:
https://colcon.readthedocs.io
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.1.1 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="A shell function for colcon to change the current working directory."
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.4.1[${PYTHON_USEDEP}]
        dev-python/colcon-package-information[${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-cd | euse -E <flag> -p dev-python/colcon-cd | euse -D <flag> -p dev-python/colcon-cd

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

>=dev-python/colcon-core-0.4.1[]
        dev-python/colcon-package-information[]
        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.4.1[]
        dev-python/colcon-package-information[]
        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.1.1

Type File Size Source URLs
DIST colcon-cd-0.1.1.tar.gz 8301 bytes https://github.com/colcon/colcon-cd/archive/0.1.1.tar.gz