From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE660158094 for ; Sat, 9 Jul 2022 08:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D15CE07D8; Sat, 9 Jul 2022 08:42:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7307BE07D8 for ; Sat, 9 Jul 2022 08:42:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A52CD340E3C for ; Sat, 9 Jul 2022 08:41:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8E8352C for ; Sat, 9 Jul 2022 08:41:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1657356103.abfb369acfcbb70b449d956b62d550e72f4f3dfb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kaitaistruct/Manifest dev-python/kaitaistruct/kaitaistruct-0.10.ebuild X-VCS-Directories: dev-python/kaitaistruct/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: abfb369acfcbb70b449d956b62d550e72f4f3dfb X-VCS-Branch: master Date: Sat, 9 Jul 2022 08:41:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d07cce92-163c-432c-a79e-1bd3a093d4ba X-Archives-Hash: 164eeec0d0b3af85e9019b7c4cef04ce commit: abfb369acfcbb70b449d956b62d550e72f4f3dfb Author: Michał Górny gentoo org> AuthorDate: Sat Jul 9 06:54:53 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 9 08:41:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfb369a dev-python/kaitaistruct: Bump to 0.10 Signed-off-by: Michał Górny gentoo.org> dev-python/kaitaistruct/Manifest | 1 + dev-python/kaitaistruct/kaitaistruct-0.10.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) 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"