dev-python/vcstool - 0.3.0 (ros-overlay)

Search

Install

Install this version:

emerge -a =dev-python/vcstool-0.3.0

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

autounmask =dev-python/vcstool-0.3.0

Or alternatively:

emerge --autounmask-write -a =dev-python/vcstool-0.3.0

Package Information

Description:
Command line tool for handling multiple repositories
Homepage:
http://github.com/dirk-thomas/vcstool
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.3.0 8 ~amd64 ~x86 ~arm ~arm64 0
View Raw Ebuild
# Copyright 2021 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
EAPI=8
PYTHON_COMPAT=( python3_{8..10} pypy3 )

inherit distutils-r1

DESCRIPTION="Command line tool for handling multiple repositories"
HOMEPAGE="http://github.com/dirk-thomas/vcstool"
SRC_URI="https://github.com/dirk-thomas/${PN}/archive/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"

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

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/pyyaml[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

Inherited Eclasses

Dependencies

DEPEND

dev-python/setuptools[]
        dev-python/pyyaml[]

RDEPEND

dev-python/setuptools[]
        dev-python/pyyaml[]

Manifest for 0.3.0

Type File Size Source URLs
DIST vcstool-0.3.0.tar.gz 38641 bytes https://github.com/dirk-thomas/vcstool/archive/0.3.0.tar.gz