diff options
author | Diogo Pereira <sir.suriv@gmail.com> | 2020-10-02 09:19:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-07 00:32:03 +0000 |
commit | 3ed42f167f88fd8221b994558b0b94cced6009fb (patch) | |
tree | ba93e0fdc579158bb555e8194a7ea42d6e54e9af /dev-python/rtslib-fb | |
parent | media-gfx/img2pdf: drop old (diff) | |
download | gentoo-3ed42f167f88fd8221b994558b0b94cced6009fb.tar.gz gentoo-3ed42f167f88fd8221b994558b0b94cced6009fb.tar.bz2 gentoo-3ed42f167f88fd8221b994558b0b94cced6009fb.zip |
dev-python/rtslib-fb: version bump to 2.1.74
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Diogo Pereira <sir.suriv@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17745
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/rtslib-fb')
-rw-r--r-- | dev-python/rtslib-fb/Manifest | 1 | ||||
-rw-r--r-- | dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/rtslib-fb/Manifest b/dev-python/rtslib-fb/Manifest index 441a86d1fb75..c9f7958ebf3d 100644 --- a/dev-python/rtslib-fb/Manifest +++ b/dev-python/rtslib-fb/Manifest @@ -1 +1,2 @@ DIST rtslib-fb-2.1.73.tar.gz 73883 BLAKE2B 2e1a9306386b019ed7d4f89dc976959020f981812a28f0a8f4c520f311ec6ce08da2e45115d394cab272296bd84e16fd1c15a6aecdf4650d52f96e294aed4cc5 SHA512 70bfad6a055af1242f989fcab706b5a49ebe8c1ed7183ac3f739eb54e0c628cc27efe9823dd017c33d735847888a142a791fdba3e5f4d4817290df7f8b6347f0 +DIST rtslib-fb-2.1.74.tar.gz 73919 BLAKE2B d16527ed1efae379aa976929d8e6dd8a13cb1d47eb8efe8897ee495b0864225f520b42bd27fe502a1fad11369d20690b9751e54ae7a328c60917144114358d24 SHA512 b0b0722a5a7e10af698ae0570a65b51d7f091bfcc370850dacb3087471ca98bd229b4a5ed73760b7ed5bbee1b53dae4781cc2b3d5e7a1ff8ce37c5c144477852 diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild new file mode 100644 index 000000000000..0b6c439786d1 --- /dev/null +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 systemd + +DESCRIPTION="A Python object API for managing the Linux LIO kernel target" +HOMEPAGE="https://github.com/open-iscsi/rtslib-fb" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="dev-python/pyudev[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" + +src_install() { + distutils-r1_src_install + systemd_dounit "${FILESDIR}/target.service" +} |