diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-09 08:54:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-09 10:41:43 +0200 |
commit | abfb369acfcbb70b449d956b62d550e72f4f3dfb (patch) | |
tree | 4e95dfaa672ceadd26f00b3b621d5be8ea45e78b /dev-python/kaitaistruct/kaitaistruct-0.10.ebuild | |
parent | app-admin/awscli: Bump to 1.25.26 (diff) | |
download | gentoo-abfb369acfcbb70b449d956b62d550e72f4f3dfb.tar.gz gentoo-abfb369acfcbb70b449d956b62d550e72f4f3dfb.tar.bz2 gentoo-abfb369acfcbb70b449d956b62d550e72f4f3dfb.zip |
dev-python/kaitaistruct: Bump to 0.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/kaitaistruct/kaitaistruct-0.10.ebuild')
-rw-r--r-- | dev-python/kaitaistruct/kaitaistruct-0.10.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild new file mode 100644 index 000000000000..0dbe4ba3e752 --- /dev/null +++ b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Kaitai Struct runtime for Python" +HOMEPAGE=" + https://kaitai.io/ + 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" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" |