public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rbtools/
Date: Thu, 29 Jul 2021 04:41:12 +0000 (UTC)	[thread overview]
Message-ID: <1627533661.3d4295a73a15d929e3fb562e3725b9f195240991.graaff@gentoo> (raw)

commit:     3d4295a73a15d929e3fb562e3725b9f195240991
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 04:33:46 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 04:41:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4295a7

dev-util/rbtools: add 2.0.1

Closes: https://bugs.gentoo.org/804441
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-util/rbtools/Manifest             |  1 +
 dev-util/rbtools/rbtools-2.0.1.ebuild | 47 +++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-util/rbtools/Manifest b/dev-util/rbtools/Manifest
index 5303103c65a..90947fc8a83 100644
--- a/dev-util/rbtools/Manifest
+++ b/dev-util/rbtools/Manifest
@@ -1 +1,2 @@
+DIST RBTools-2.0.1.tar.gz 229394 BLAKE2B a3864c5a39854ffd8744cc562fb888aded06b86945b7b08bab1b172e557b80c0183352068722e6d530a7b0c2fae85f24ae1bbef9116538c5c31735ae5c47f313 SHA512 41ef3f6ad030e3551b76cce5358806442ddc78ad14cb3f2f5978d25858b44647fc80a8a98c84edc112d3e121748fa49aeca0ae24287c392d2f8d1d3b72df12ff
 DIST RBTools-2.0.tar.gz 229078 BLAKE2B 23a0c9e9241a6d989044a4197ed5812d81d43b10195788c7754265969166f654af5fafc5ac027f1cf6e9d00bdd7938455beef6719380e09eacf219fa13bc74ab SHA512 aa773744365fcb5bd2ed5413684290c1d794c8bc76f9f9d0fb9400ab1e2baa1b647db85b8992dfea3e3bffe7ee87f2d735b1e6d5385d621d011be62a64d8890b

diff --git a/dev-util/rbtools/rbtools-2.0.1.ebuild b/dev-util/rbtools/rbtools-2.0.1.ebuild
new file mode 100644
index 00000000000..4a077b612df
--- /dev/null
+++ b/dev-util/rbtools/rbtools-2.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit distutils-r1
+
+MY_PN="RBTools"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Command line tools for use with Review Board"
+HOMEPAGE="https://www.reviewboard.org/"
+SRC_URI="https://downloads.reviewboard.org/releases/${MY_PN}/$(ver_cut 1-2)/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-python/six-1.8.0[${PYTHON_USEDEP}]
+	dev-python/tqdm[${PYTHON_USEDEP}]
+	dev-python/texttable[${PYTHON_USEDEP}]
+	dev-python/colorama[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+DOCS=( AUTHORS NEWS README.md )
+
+S=${WORKDIR}/${MY_P}
+
+distutils_enable_tests nose
+
+src_prepare() {
+	default
+
+	# Avoid tests with unpackaged kgb for now
+	rm -f rbtools/clients/tests/test_svn.py rbtools/clients/tests/test_git.py \
+		rbtools/clients/tests/test_mercurial.py rbtools/utils/tests.py \
+		rbtools/commands/tests/test_setup_repo.py rbtools/api/tests/test_http_request.py || die
+
+	# Avoid tests requiring unpackaged test data
+	rm -f rbtools/clients/tests/test_scanning.py || die
+}


             reply	other threads:[~2021-07-29  4:41 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-29  4:41 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-16 17:16 [gentoo-commits] repo/gentoo:master commit in: dev-util/rbtools/ Arthur Zamarin
2025-07-16 17:16 Arthur Zamarin
2025-07-15 10:26 Hans de Graaff
2025-04-24 12:34 Hans de Graaff
2025-04-24 12:33 Hans de Graaff
2025-04-06 18:51 Sam James
2025-04-06 18:51 Sam James
2025-04-06 18:21 Hans de Graaff
2024-12-08 10:27 Hans de Graaff
2024-12-08 10:27 Hans de Graaff
2024-12-04 11:25 Hans de Graaff
2024-12-01 11:38 Hans de Graaff
2024-03-08 11:35 Hans de Graaff
2023-07-19 10:14 Jakov Smolić
2023-07-19 10:14 Jakov Smolić
2023-06-11 11:50 Hans de Graaff
2023-06-11 11:50 Hans de Graaff
2023-06-06 17:52 Arthur Zamarin
2023-02-14  6:56 Hans de Graaff
2023-01-14 11:47 Sam James
2023-01-14 11:47 Sam James
2022-12-19  6:51 Hans de Graaff
2022-12-05 18:24 Hans de Graaff
2022-12-05 18:24 Hans de Graaff
2022-11-12 13:52 Hans de Graaff
2022-10-30  6:48 Hans de Graaff
2022-10-25 12:50 Sam James
2022-10-25  9:08 Sam James
2022-10-25  6:02 Hans de Graaff
2022-10-05  5:33 Hans de Graaff
2022-09-01  0:36 Sam James
2022-06-24 20:59 Jakov Smolić
2022-06-17  4:52 Hans de Graaff
2022-05-22  5:29 Hans de Graaff
2022-05-21  9:47 Hans de Graaff
2022-03-24  6:09 Hans de Graaff
2022-01-22  9:48 Agostino Sarubbo
2022-01-21 23:20 Sam James
2022-01-08 11:47 Hans de Graaff
2021-08-29  7:55 Hans de Graaff
2021-07-29  4:41 Hans de Graaff
2021-06-01  6:59 Agostino Sarubbo
2021-06-01  6:32 Agostino Sarubbo
2021-01-17  9:47 Hans de Graaff
2020-11-30  6:18 Hans de Graaff
2020-11-30  6:18 Hans de Graaff
2020-10-13 10:01 Agostino Sarubbo
2020-09-02  5:20 Hans de Graaff
2020-04-15  4:16 Hans de Graaff
2020-02-09  7:21 Hans de Graaff
2020-02-07 12:12 Agostino Sarubbo
2020-02-06  8:21 Agostino Sarubbo
2020-02-04 17:04 Hans de Graaff
2020-02-04 15:40 Michał Górny
2019-10-02 19:08 Agostino Sarubbo
2019-10-02 18:53 Agostino Sarubbo
2019-09-28  6:03 Hans de Graaff
2019-09-28  6:03 Hans de Graaff
2019-09-06 19:11 Andreas Sturmlechner
2018-01-25 11:51 Michael Palimaka
2017-10-12 12:15 Michael Palimaka
2017-10-12 12:15 Michael Palimaka
2017-06-03 16:17 Michael Palimaka
2017-04-27 12:17 Michael Palimaka
2017-04-23 10:27 Agostino Sarubbo
2017-01-19 17:14 Johannes Huber
2017-01-19 17:14 Johannes Huber
2017-01-12 18:35 Michael Palimaka
2016-11-24 12:37 Michael Palimaka
2016-06-23 19:57 Michael Palimaka
2016-06-23 19:57 Michael Palimaka
2016-04-27 11:49 Michael Palimaka
2016-02-14 14:12 Michael Palimaka
2016-01-27  9:22 Agostino Sarubbo
2015-10-27 17:11 Michael Palimaka
2015-09-20 15:18 Michael Palimaka
2015-09-19 13:30 Agostino Sarubbo

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=1627533661.3d4295a73a15d929e3fb562e3725b9f195240991.graaff@gentoo \
    --to=graaff@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