public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib-fb/
Date: Mon, 10 Mar 2025 07:19:50 +0000 (UTC)	[thread overview]
Message-ID: <1741591141.4fd9d781b9222a444da7ecba34574ebebfa2dead.sam@gentoo> (raw)

commit:     4fd9d781b9222a444da7ecba34574ebebfa2dead
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Mar 10 07:02:00 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 07:19:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd9d781

dev-python/rtslib-fb: restore 2.1.76

Bug: https://bugs.gentoo.org/950321
Bug: https://bugs.gentoo.org/950964
Reverts: e29d210541b6232a1ce68914d2de913b00718ab4
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rtslib-fb/Manifest                |  1 +
 dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild | 37 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/rtslib-fb/Manifest b/dev-python/rtslib-fb/Manifest
index 567ad78b14b1..7b339f433b05 100644
--- a/dev-python/rtslib-fb/Manifest
+++ b/dev-python/rtslib-fb/Manifest
@@ -1 +1,2 @@
+DIST rtslib-fb-2.1.76.tar.gz 78055 BLAKE2B df22093072a7e7b12a080db8253eff9e6aff1efb44a8bdb6c37a21601fd10beea03b665d1e1621904a9a0c1d1299e7f9e5f61682669f75a06f4e050c503da9a7 SHA512 fee3087702e44ede59b9635d7cbe7af06da104d6aeffc3fbb584ce6e8170b7856650a006ee574940448801a67e9f7d9610ccb9ad632dd6d0c378fe7c6cd1c159
 DIST rtslib_fb-2.2.2.tar.gz 45508 BLAKE2B e233bd7b346e7da98d8d6237f1cfc976a4963a13802c06175612c9c5497b20fb708228561b8a7a03dfd31e24359c1c339bae9c09228d2c3df5f1a5d9fbad6b08 SHA512 e64b0cc32520c19747c4e752a33aef9e27557f34a695d321b699bfd12feaba9749b32b5e292c96258bf0e6bf87fc4bb56287257691a7dccd786d12c9bec72964

diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild
new file mode 100644
index 000000000000..9cdf78cfd9fa
--- /dev/null
+++ b/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYPI_NO_NORMALIZE=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 systemd pypi
+
+DESCRIPTION="A Python object API for managing the Linux LIO kernel target"
+HOMEPAGE="
+	https://github.com/open-iscsi/rtslib-fb/
+	https://pypi.org/project/rtslib-fb/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	dev-python/pyudev[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+
+python_test() {
+	# super basic import test
+	"${EPYTHON}" - <<- EOF || die "Failed tests with ${EPYTHON}"
+		from rtslib_fb import RTSRoot
+	EOF
+}
+
+src_install() {
+	distutils-r1_src_install
+	systemd_dounit "${FILESDIR}/target.service"
+}


             reply	other threads:[~2025-03-10  7:19 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-10  7:19 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 17:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib-fb/ Michał Górny
2025-02-23 16:57 Sam James
2025-02-22 20:52 Sam James
2025-02-22 14:43 Arthur Zamarin
2025-02-22 14:43 Arthur Zamarin
2025-02-22  9:02 Arthur Zamarin
2025-02-22  8:47 Arthur Zamarin
2025-02-04  4:28 Michał Górny
2025-01-31  5:40 Michał Górny
2024-04-13 15:22 Matthew Thode
2023-10-25  5:54 Michał Górny
2023-10-24 18:37 Sam James
2023-08-07 19:16 Arthur Zamarin
2023-07-16 13:26 Sam James
2023-05-03 15:12 Matthew Thode
2023-03-17 15:29 Michał Górny
2022-11-25  9:08 Arthur Zamarin
2022-11-23  4:25 Sam James
2022-11-23  4:25 Sam James
2022-11-23  4:16 Sam James
2022-11-23  4:16 Sam James
2022-10-07  8:47 WANG Xuerui
2022-09-19  6:42 Michał Górny
2022-09-04 18:21 Arthur Zamarin
2022-08-25 17:39 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 10:59 Marek Szuba
2022-05-20  2:13 Matthew Thode
2021-10-18  8:44 Arthur Zamarin
2020-11-16  0:02 Michał Górny
2020-11-15 23:50 Sam James
2020-11-14 22:13 Michał Górny
2020-10-07  0:32 Sam James
2020-08-29 22:21 Aaron Bauman
2020-08-25 12:34 Sam James
2020-08-25  1:41 Sam James
2020-08-15  1:18 Sam James
2019-05-11 19:25 Matthew Thode
2019-04-10 22:44 Matthew Thode
2019-03-10 18:17 Matthew Thode
2018-06-26  1:28 Aaron Bauman
2018-06-25 23:20 Thomas Deutschmann
2018-05-13 16:58 Matt Thode
2018-03-06  0:00 Matt Thode
2018-03-06  0:00 Matt Thode
2018-02-05 17:32 Matt Thode
2017-03-26  4:16 Matt Thode
2017-01-12 17:34 Matt Thode
2016-11-02 19:58 Matt Thode
2016-05-09 22:27 Mike Frysinger
2016-04-21  5:32 Matt Thode
2016-02-28  7:25 Matt Thode
2015-11-16 16:26 Agostino Sarubbo
2015-11-16 16:15 Agostino Sarubbo
2015-10-15  7:58 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=1741591141.4fd9d781b9222a444da7ecba34574ebebfa2dead.sam@gentoo \
    --to=sam@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