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
# 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"
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
| 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 |