Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
Date: Fri, 13 May 2022 11:00:51
Message-Id: 1652439634.21e374ebf8895f963f1a0c20ee8e14540e226ef6.arthurzam@gentoo
1 commit: 21e374ebf8895f963f1a0c20ee8e14540e226ef6
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 10:57:23 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 11:00:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e374eb
7
8 dev-python/kaitaistruct: EAPI=8, PEP517
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild | 16 ++++++++++++++++
13 1 file changed, 16 insertions(+)
14
15 diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
16 new file mode 100644
17 index 000000000000..fe3ab90fef8c
18 --- /dev/null
19 +++ b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
20 @@ -0,0 +1,16 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517=setuptools
27 +PYTHON_COMPAT=( python3_{8..10} )
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="Kaitai Struct runtime for Python"
31 +HOMEPAGE="https://kaitai.io/"
32 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 +
34 +LICENSE="MIT"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~arm64 ~x86"