commit: 39ce8538db788f61f1f7ec901ce5be99d1ddc1a0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 5 04:16:12 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 5 04:46:49 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ce8538
dev-python/rtslib-fb: Bump to 2.2.4 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/rtslib-fb/Manifest | 2 ++ dev-python/rtslib-fb/rtslib-fb-2.2.4.ebuild | 32 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-python/rtslib-fb/Manifest b/dev-python/rtslib-fb/Manifest index 675a97f7116c..db6b02203a4e 100644 --- a/dev-python/rtslib-fb/Manifest +++ b/dev-python/rtslib-fb/Manifest @@ -1,2 +1,4 @@ DIST rtslib-fb-2.1.76.tar.gz 78055 BLAKE2B df22093072a7e7b12a080db8253eff9e6aff1efb44a8bdb6c37a21601fd10beea03b665d1e1621904a9a0c1d1299e7f9e5f61682669f75a06f4e050c503da9a7 SHA512 fee3087702e44ede59b9635d7cbe7af06da104d6aeffc3fbb584ce6e8170b7856650a006ee574940448801a67e9f7d9610ccb9ad632dd6d0c378fe7c6cd1c159 DIST rtslib_fb-2.2.3.tar.gz 45629 BLAKE2B fe7514b09a386a8c6e6f5023dd5e04094551bd636f5a60b5d12006b1958336410532549fa9e7684c5a4fcc2890325057435e1287484c45ecc83992c33d10f62a SHA512 c02e635aaa6d62620ab5c252cd5a1231dc835dc3a385b914439d20eba7d41dacd9d6060c0bb68655c69f198e7f6b6c4806e6a1fb0d83c9905672361e3235c322 +DIST rtslib_fb-2.2.4.tar.gz 47341 BLAKE2B 1c9c579f5d193a629139f8e2b34db1594f36106aeac2155a74126474da00d24af424bac1165b460674a0cbd2a82f0be074ecf6475318fcbbe6e41db298ecebbf SHA512 5801f4785f54db0c21a05dc07b83eba8987e84b6fb7f83fb6b614e0595556c330f911d8eedfddf7c22654a50b0df4afb6c1b5fe66f8d0445c3f0db68423b4100 +DIST rtslib_fb-2.2.4.tar.gz.provenance 9775 BLAKE2B 19a2c7bdf950ceeff30e50a3e256ee6994c2c234740269a11fd32795c28a4fd95ee27be97f63c6f4df1e191ff17ec9225a4d60153dd3423c92a6e12624c2e3e4 SHA512 5bc843500a262fe9e5e0d1337f153ea83967e29fabf7cf80974d8d33f7934614d711c72cf5498a6841638c9eebddfe77b6f67b3e4fe543a84d8422649abb8c01 diff --git a/dev-python/rtslib-fb/rtslib-fb-2.2.4.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.2.4.ebuild new file mode 100644 index 000000000000..50d20c6203a5 --- /dev/null +++ b/dev-python/rtslib-fb/rtslib-fb-2.2.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYPI_VERIFY_REPO=https://github.com/open-iscsi/rtslib-fb +PYTHON_COMPAT=( python3_{11..13} ) + +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" + +RDEPEND=" + dev-python/pyudev[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" + +distutils_enable_tests import-check + +src_install() { + distutils-r1_src_install + systemd_dounit "${FILESDIR}/target.service" +}
