diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-28 22:51:58 -0600 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-28 22:53:36 -0600 |
| commit | 49abc82442a8a94e4fae49b66c68dec5c3e9f036 (patch) | |
| tree | 9e7e85b3a547df3ae26f69944fe36e47aa653c80 /dev-python | |
| parent | 873d874069600e85391fd46206665c70751f0beb (diff) | |
| download | gentoo-49abc82442a8a94e4fae49b66c68dec5c3e9f036.tar.gz gentoo-49abc82442a8a94e4fae49b66c68dec5c3e9f036.tar.bz2 gentoo-49abc82442a8a94e4fae49b66c68dec5c3e9f036.zip | |
dev-python/git-review: 2.2.0 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/git-review/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/git-review/git-review-2.2.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/git-review/Manifest b/dev-python/git-review/Manifest index 8ab2955f568a..d1196af7d443 100644 --- a/dev-python/git-review/Manifest +++ b/dev-python/git-review/Manifest @@ -1 +1,2 @@ DIST git-review-2.1.0.tar.gz 62873 BLAKE2B 6685e43da07d4be0ffe3202a6a9be172257a8e665091b457318c118d95f571a9b97e555d4afea85fe590f264039bd86815c5a365fbc484a24b5c4ea748a340c2 SHA512 7beda9e704076285459c29ce2b7c0f07ab180212f24f62fa484430dfb323eb4473f9be030706eeca587d5cfb5cdbba6759aeaec6d377717ebf9a0f0157e1a190 +DIST git-review-2.2.0.tar.gz 64905 BLAKE2B a08b489bb4b53a9cc6510b11238bc947334a187e0ec7dad7e1240cf3efb110a5310cfe4f3278af9311108fcb0b915a9d1eabdd2aeabab3fed0a939cba9f88ae2 SHA512 9a33f6a1e60b0679b248db818a2a4559b4ee6a6b765f2e6a16fd566fd85587be363f837da2118e75bd3e6d54ba3dcc177d3d678d927d75cca6d8ad6ed4e8d4f7 diff --git a/dev-python/git-review/git-review-2.2.0.ebuild b/dev-python/git-review/git-review-2.2.0.ebuild new file mode 100644 index 000000000000..bd9c8e269e6b --- /dev/null +++ b/dev-python/git-review/git-review-2.2.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) +DISTUTILS_USE_SETUPTOOLS= + +inherit distutils-r1 + +DESCRIPTION="Tool to submit code to Gerrit" +HOMEPAGE="https://git.openstack.org/cgit/openstack-infra/git-review" +if [[ ${PV} == 9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://opendev.org/opendev/${PN}.git" +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux" +fi + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +DEPEND=">=dev-python/pbr-4.1.0[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/requests-1.1[${PYTHON_USEDEP}]" + +python_prepare_all() { + sed -i -e '/manpages/,+1d' setup.cfg || die + distutils-r1_python_prepare_all +} |
