public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-review/
Date: Tue, 19 Apr 2022 08:45:27 +0000 (UTC)	[thread overview]
Message-ID: <1650357915.6502206f2d5560613958a648126c4c49263cde6d.mgorny@gentoo> (raw)

commit:     6502206f2d5560613958a648126c4c49263cde6d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 08:14:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 08:45:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6502206f

dev-python/git-review: Bump to 2.3.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/git-review/Manifest                           |  1 +
 .../{git-review-9999.ebuild => git-review-2.3.0.ebuild}  | 16 ++++++++++------
 dev-python/git-review/git-review-9999.ebuild             | 16 ++++++++++------
 3 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/dev-python/git-review/Manifest b/dev-python/git-review/Manifest
index 53e95fdd7ef2..38968e5a481a 100644
--- a/dev-python/git-review/Manifest
+++ b/dev-python/git-review/Manifest
@@ -1 +1,2 @@
 DIST git-review-2.2.0.tar.gz 64905 BLAKE2B a08b489bb4b53a9cc6510b11238bc947334a187e0ec7dad7e1240cf3efb110a5310cfe4f3278af9311108fcb0b915a9d1eabdd2aeabab3fed0a939cba9f88ae2 SHA512 9a33f6a1e60b0679b248db818a2a4559b4ee6a6b765f2e6a16fd566fd85587be363f837da2118e75bd3e6d54ba3dcc177d3d678d927d75cca6d8ad6ed4e8d4f7
+DIST git-review-2.3.0.tar.gz 66005 BLAKE2B b074811614093058525ec817770d9d1d0d0adc4f154ec7a8882406c1954672063e3cd58df28d0ce17735b5a135f0a6be97657207e16dbe8b7719e9b6f77aea28 SHA512 841ea039e73e2571ee01ba08781d82c5ee0c136be092d2f7ff44e59284f2e77d57537ef5aef3eaf24a0f93f63106fd2404e1ec89745a723386944b5e0b32faf0

diff --git a/dev-python/git-review/git-review-9999.ebuild b/dev-python/git-review/git-review-2.3.0.ebuild
similarity index 71%
copy from dev-python/git-review/git-review-9999.ebuild
copy to dev-python/git-review/git-review-2.3.0.ebuild
index bd9c8e269e6b..16e5454edee8 100644
--- a/dev-python/git-review/git-review-9999.ebuild
+++ b/dev-python/git-review/git-review-2.3.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 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=
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -19,10 +20,13 @@ 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}]"
+BDEPEND="
+	>=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

diff --git a/dev-python/git-review/git-review-9999.ebuild b/dev-python/git-review/git-review-9999.ebuild
index bd9c8e269e6b..16e5454edee8 100644
--- a/dev-python/git-review/git-review-9999.ebuild
+++ b/dev-python/git-review/git-review-9999.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 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=
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -19,10 +20,13 @@ 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}]"
+BDEPEND="
+	>=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


             reply	other threads:[~2022-04-19  8:45 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19  8:45 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-13 15:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/git-review/ 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ć
2021-12-31 20:21 Matthew Thode
2021-12-29 16:58 Matthew Thode
2021-12-29  4:53 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=1650357915.6502206f2d5560613958a648126c4c49263cde6d.mgorny@gentoo \
    --to=mgorny@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