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 | |
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')
-rw-r--r-- | dev-python/kaitaistruct/Manifest | 1 | ||||
-rw-r--r-- | dev-python/kaitaistruct/kaitaistruct-0.10.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest index 19b946341c05..082b5680557a 100644 --- a/dev-python/kaitaistruct/Manifest +++ b/dev-python/kaitaistruct/Manifest @@ -1 +1,2 @@ +DIST kaitaistruct-0.10.tar.gz 7061 BLAKE2B 2d1f8c00415d43223b53c51ca185d79c8fdd9bbb1e512d2e3b8b800b5e7f52e90c35b869d8f82a116f15cc1f1222c41a62a01d07a7f62c567a4d7a82c0657d52 SHA512 b4db8b67fe5dd310121ecfad6db79d424e2bd7308b5ae2cc1cdbcd73538533b5bbe4047b71e2ff65d8109b213ad0a5b88a96cd593b08f910ea6ae9bf3c4cbfac DIST kaitaistruct-0.9.tar.gz 5497 BLAKE2B c3f4dae4269b8bf5102a120aa8792ab710607efd854d01e1239e0269fe696d38183f82a4d93838756d5283cbaa36bd137ddc8b0ea6c91bc474eb89dfba4a76e5 SHA512 4654f18d72f31745f27eed035899231e69f9539a8e8322055b0dd99ad701dbd4d484357d0bc42f5a1953abc6947a90fc5ec9da80aeb862077c175c1295549682 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" |