commit: 677a0965246cebc4c018954d35e08b314518e0e9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Sep 9 02:53:38 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 9 03:22:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677a0965
dev-python/kaitaistruct: Bump to 0.11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/kaitaistruct/Manifest | 2 ++ dev-python/kaitaistruct/kaitaistruct-0.11.ebuild | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest index 2fbcf9d70238..b21cd705075a 100644 --- a/dev-python/kaitaistruct/Manifest +++ b/dev-python/kaitaistruct/Manifest @@ -1 +1,3 @@ DIST kaitaistruct-0.10.tar.gz 7061 BLAKE2B 2d1f8c00415d43223b53c51ca185d79c8fdd9bbb1e512d2e3b8b800b5e7f52e90c35b869d8f82a116f15cc1f1222c41a62a01d07a7f62c567a4d7a82c0657d52 SHA512 b4db8b67fe5dd310121ecfad6db79d424e2bd7308b5ae2cc1cdbcd73538533b5bbe4047b71e2ff65d8109b213ad0a5b88a96cd593b08f910ea6ae9bf3c4cbfac +DIST kaitaistruct-0.11.tar.gz 11519 BLAKE2B fbed920167f5492176437529c9feb119f82674de1fff5f6c9df9148abf5c273708b417038490f55e0dc8b3be2b59182efb289bea035bf881323679c4a9105573 SHA512 4abcd0a801d134dd49f950ee0d920151c48c3b2b859f251b50d525c995e83e824ebf0fe02e7f6e576406f383921ba60d5ea764dacb6ae4162683d48c118bd090 +DIST kaitaistruct-0.11.tar.gz.provenance 9944 BLAKE2B 85b60cfcd39142709254614f0e093bb6b2a4871c65d16d8a86e129e8d71117f327ba23417cb7396addb665b241a11d3532c2f42b67288b2a64b09fb146827b3e SHA512 baf7d122150798744f97c42b66b0685183e9e9d24cb809b83b4174616e2990b7980db9f22211b053981d4299da071b25a653599f8a1807cb12842a2332046032 diff --git a/dev-python/kaitaistruct/kaitaistruct-0.11.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.11.ebuild new file mode 100644 index 000000000000..b2fe1fe777c6 --- /dev/null +++ b/dev-python/kaitaistruct/kaitaistruct-0.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=https://github.com/kaitai-io/kaitai_struct_python_runtime +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Kaitai Struct runtime for Python" +HOMEPAGE=" + https://kaitai.io/ + https://github.com/kaitai-io/kaitai_struct_python_runtime/ + https://pypi.org/project/kaitaistruct/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
