summaryrefslogtreecommitdiff
path: root/dev-python/kaitaistruct
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-13 14:04:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-13 14:04:41 +0000
commitbdcd1ba0cab23c57f5d926ff7d260f8d83d54ddc (patch)
tree57a259a57c1f6df468700e08b2918f8a380449ad /dev-python/kaitaistruct
parent27c4c392e99adae8a219bf11a8f257fa2d4786f5 (diff)
downloadbaldeagleos-repo-bdcd1ba0cab23c57f5d926ff7d260f8d83d54ddc.tar.gz
baldeagleos-repo-bdcd1ba0cab23c57f5d926ff7d260f8d83d54ddc.tar.xz
baldeagleos-repo-bdcd1ba0cab23c57f5d926ff7d260f8d83d54ddc.zip
Adding metadata
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..07f4080f020e
--- /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_{7,8,9,10} pypy3 )
+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"