diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:46:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:51:19 +0100 |
commit | 270f2fbb118204efd2c601083ef621ee7b65afeb (patch) | |
tree | cef149f5a6790e36c11795a8d888d4cf8d6d12f4 /dev-python/kaitaistruct | |
parent | dev-python/k5test: Use pypi.eclass (diff) | |
download | gentoo-270f2fbb118204efd2c601083ef621ee7b65afeb.tar.gz gentoo-270f2fbb118204efd2c601083ef621ee7b65afeb.tar.bz2 gentoo-270f2fbb118204efd2c601083ef621ee7b65afeb.zip |
dev-python/kaitaistruct: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/kaitaistruct')
-rw-r--r-- | dev-python/kaitaistruct/kaitaistruct-0.10.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild index a7eb4939d9e7..d207860de9f6 100644 --- a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild +++ b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Kaitai Struct runtime for Python" HOMEPAGE=" @@ -14,7 +14,6 @@ HOMEPAGE=" https://github.com/kaitai-io/kaitai_struct_python_runtime/ https://pypi.org/project/kaitaistruct/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |