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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14412138359 for ; Thu, 5 Nov 2020 12:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9E78E085E; Thu, 5 Nov 2020 12:32:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93533E085E for ; Thu, 5 Nov 2020 12:32:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CFC134068A for ; Thu, 5 Nov 2020 12:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1270436 for ; Thu, 5 Nov 2020 12:32:13 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1604579523.10d04154d2ebdd7557a80ba0879d199613d44e76.juippis@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.9.ebuild X-VCS-Directories: dev-python/kaitaistruct/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 10d04154d2ebdd7557a80ba0879d199613d44e76 X-VCS-Branch: master Date: Thu, 5 Nov 2020 12:32:13 +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: 72f7b3a6-6906-49ba-b84c-5c9bd174991f X-Archives-Hash: 6c7bfc830c122d45628fca06ab8754ba commit: 10d04154d2ebdd7557a80ba0879d199613d44e76 Author: Matt Smith offtopica uk> AuthorDate: Tue Nov 3 09:44:03 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Nov 5 12:32:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d04154 dev-python/kaitaistruct: Bump to 0.9 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matt Smith offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/18108 Signed-off-by: Joonas Niilola gentoo.org> dev-python/kaitaistruct/Manifest | 1 + dev-python/kaitaistruct/kaitaistruct-0.9.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest index ec7d0a659be..7d51bf2e2f0 100644 --- a/dev-python/kaitaistruct/Manifest +++ b/dev-python/kaitaistruct/Manifest @@ -1 +1,2 @@ DIST kaitaistruct-0.8.tar.gz 5158 BLAKE2B 802435e81c8ec2544f26109762d43d7761c8672714107861e5f981583bf38ab85b3c2f1f3be5d25429287b380b756599fb51cedd130870f2cd9cfe221fd2f509 SHA512 8361e30c5bec9a7c57c280d277232ff4123686f29f3813e61cde9bf7512ead2e2f447ea1e18b8925aefe432edbbd9682a690293dcb928a9049c4c81832b5666f +DIST kaitaistruct-0.9.tar.gz 5497 BLAKE2B c3f4dae4269b8bf5102a120aa8792ab710607efd854d01e1239e0269fe696d38183f82a4d93838756d5283cbaa36bd137ddc8b0ea6c91bc474eb89dfba4a76e5 SHA512 4654f18d72f31745f27eed035899231e69f9539a8e8322055b0dd99ad701dbd4d484357d0bc42f5a1953abc6947a90fc5ec9da80aeb862077c175c1295549682 diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild new file mode 100644 index 00000000000..2dedd2b60cc --- /dev/null +++ b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Kaitai Struct runtime for Python" +HOMEPAGE="https://kaitai.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86"