dev-python/kaitaistruct: Bump to 0.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-09-09 04:53:38 +02:00
parent 91c60bac5c
commit 677a096524
2 changed files with 23 additions and 0 deletions

View File

@@ -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

View File

@@ -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"