summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-13 13:57:23 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-13 14:00:34 +0300
commit21e374ebf8895f963f1a0c20ee8e14540e226ef6 (patch)
treec000fb2d734ddbbdf154dfa2bc5adb25130c57a7 /dev-python/kaitaistruct
parentdev-python/pyjwt: Remove old (diff)
downloadgentoo-21e374ebf8895f963f1a0c20ee8e14540e226ef6.tar.gz
gentoo-21e374ebf8895f963f1a0c20ee8e14540e226ef6.tar.bz2
gentoo-21e374ebf8895f963f1a0c20ee8e14540e226ef6.zip
dev-python/kaitaistruct: EAPI=8, PEP517
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/kaitaistruct')
-rw-r--r--dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
new file mode 100644
index 000000000000..fe3ab90fef8c
--- /dev/null
+++ b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
@@ -0,0 +1,16 @@
+# 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..10} )
+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 ~arm64 ~x86"