dev-python/git-pull-request - 2.10.0 (ros-overlay)

Search

Install

Install this version:

emerge -a =dev-python/git-pull-request-2.10.0

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

autounmask =dev-python/git-pull-request-2.10.0

Or alternatively:

emerge --autounmask-write -a =dev-python/git-pull-request-2.10.0

Package Information

Description:
Command line tool to send GitHub pull requests.
Homepage:
https://github.com/jd/git-pull-request
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.10.0 8 ~x86 ~amd64 ~arm ~arm64 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{4,5,6} pypy3 )

inherit distutils-r1

DESCRIPTION="Command line tool to send GitHub pull requests."
HOMEPAGE="https://github.com/jd/git-pull-request"
SRC_URI="https://github.com/jd/${PN}/archive/${PV}.tar.gz"

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

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

PATCHES="${FILESDIR}/fix-setup-cfg.patch"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/git-pull-request | euse -E <flag> -p dev-python/git-pull-request | euse -D <flag> -p dev-python/git-pull-request

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-python/pbr[]

RDEPEND

	dev-python/pbr[]

Manifest for 2.10.0

Type File Size Source URLs
DIST 2.10.0.tar.gz 17313 bytes https://github.com/jd/git-pull-request/archive/2.10.0.tar.gz