From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-review/
Date: Wed, 29 Dec 2021 04:53:39 +0000 (UTC) [thread overview]
Message-ID: <1640753616.49abc82442a8a94e4fae49b66c68dec5c3e9f036.prometheanfire@gentoo> (raw)
commit: 49abc82442a8a94e4fae49b66c68dec5c3e9f036
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 29 04:51:58 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 04:53:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49abc824
dev-python/git-review: 2.2.0 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/git-review/Manifest | 1 +
dev-python/git-review/git-review-2.2.0.ebuild | 30 +++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
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
+}
next reply other threads:[~2021-12-29 4:53 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-29 4:53 Matthew Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-11 13:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/git-review/ Michał Górny
2024-04-13 15:31 Matthew Thode
2024-04-06 12:37 Michał Górny
2024-04-06 10:10 Arthur Zamarin
2024-04-06 9:35 Michał Górny
2024-03-19 7:20 Michał Górny
2023-05-03 15:14 Matthew Thode
2023-03-17 15:29 Michał Górny
2023-03-17 15:21 Michał Górny
2022-10-18 3:02 Sam James
2022-07-25 7:14 Michał Górny
2022-07-24 19:13 Sam James
2022-06-24 2:29 Matthew Thode
2022-05-21 19:25 Michał Górny
2022-05-21 17:35 Jakov Smolić
2022-05-21 17:35 Jakov Smolić
2022-04-19 8:45 Michał Górny
2021-12-31 20:21 Matthew Thode
2021-12-29 16:58 Matthew Thode
2021-12-29 3:26 Matthew Thode
2021-10-17 8:23 Michał Górny
2021-06-01 6:59 Agostino Sarubbo
2021-06-01 6:32 Agostino Sarubbo
2021-04-25 18:31 Matthew Thode
2020-10-16 2:04 Matthew Thode
2020-02-17 21:51 Matthew Thode
2020-02-17 21:51 Matthew Thode
2020-01-17 16:05 Matthew Thode
2019-06-24 13:51 Michael Haubenwallner
2018-11-01 15:48 Matthew Thode
2018-10-04 14:21 Matthew Thode
2018-02-20 16:29 Matt Thode
2018-01-20 18:52 Matt Thode
2015-11-18 8:57 Agostino Sarubbo
2015-11-17 9:59 Agostino Sarubbo
2015-09-19 15:06 Agostino Sarubbo
2015-09-03 3:57 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1640753616.49abc82442a8a94e4fae49b66c68dec5c3e9f036.prometheanfire@gentoo \
--to=prometheanfire@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox