summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2020-11-03 09:44:03 +0000
committerJoonas Niilola <juippis@gentoo.org>2020-11-05 14:32:03 +0200
commit10d04154d2ebdd7557a80ba0879d199613d44e76 (patch)
treee7d8d51a0abb183b14c7852673988fc06a9c7d7a /dev-python/kaitaistruct
parentnet-proxy/mitmproxy: Bump to 5.3.0 (diff)
downloadgentoo-10d04154d2ebdd7557a80ba0879d199613d44e76.tar.gz
gentoo-10d04154d2ebdd7557a80ba0879d199613d44e76.tar.bz2
gentoo-10d04154d2ebdd7557a80ba0879d199613d44e76.zip
dev-python/kaitaistruct: Bump to 0.9
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matt Smith <matt@offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/18108 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/kaitaistruct')
-rw-r--r--dev-python/kaitaistruct/Manifest1
-rw-r--r--dev-python/kaitaistruct/kaitaistruct-0.9.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest
index ec7d0a659be2..7d51bf2e2f0e 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 000000000000..2dedd2b60ccd
--- /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"