diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 13:02:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:28:57 +0100 |
commit | 7fd4e2cbc587211e62b143e187ff97b3152b9e39 (patch) | |
tree | 61d3cd8e091e819c45041cf104b558e90397cfb3 /dev-python/rtslib-fb | |
parent | dev-python/py-zabbix: Use pypi.eclass (diff) | |
download | gentoo-7fd4e2cbc587211e62b143e187ff97b3152b9e39.tar.gz gentoo-7fd4e2cbc587211e62b143e187ff97b3152b9e39.tar.bz2 gentoo-7fd4e2cbc587211e62b143e187ff97b3152b9e39.zip |
dev-python/rtslib-fb: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rtslib-fb')
-rw-r--r-- | dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild index b5c09226970b..d3bff0e48967 100644 --- a/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild @@ -3,13 +3,13 @@ EAPI=7 +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 systemd +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" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |