From 2cff6b95aaa3657f0405fe0b836b013f5c96faa9 Mon Sep 17 00:00:00 2001 From: Oleksandr Trotsenko Date: Tue, 5 Jun 2018 09:45:50 -0500 Subject: [PATCH] dev-python/kaitaistruct: Introducing new package Introducing dev-python/kaitaistruct into Gentoo repository. Closes: https://bugs.gentoo.org/654860 Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9251 Closes: https://bugs.gentoo.org/654860 --- dev-python/kaitaistruct/Manifest | 1 + .../kaitaistruct/kaitaistruct-0.8.ebuild | 18 ++++++++++++++++++ dev-python/kaitaistruct/metadata.xml | 12 ++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 dev-python/kaitaistruct/Manifest create mode 100644 dev-python/kaitaistruct/kaitaistruct-0.8.ebuild create mode 100644 dev-python/kaitaistruct/metadata.xml diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest new file mode 100644 index 0000000000000..ec7d0a659be27 --- /dev/null +++ b/dev-python/kaitaistruct/Manifest @@ -0,0 +1 @@ +DIST kaitaistruct-0.8.tar.gz 5158 BLAKE2B 802435e81c8ec2544f26109762d43d7761c8672714107861e5f981583bf38ab85b3c2f1f3be5d25429287b380b756599fb51cedd130870f2cd9cfe221fd2f509 SHA512 8361e30c5bec9a7c57c280d277232ff4123686f29f3813e61cde9bf7512ead2e2f447ea1e18b8925aefe432edbbd9682a690293dcb928a9049c4c81832b5666f diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild new file mode 100644 index 0000000000000..bc1eb4526a51f --- /dev/null +++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) + +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" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/kaitaistruct/metadata.xml b/dev-python/kaitaistruct/metadata.xml new file mode 100644 index 0000000000000..e7214b7e32c54 --- /dev/null +++ b/dev-python/kaitaistruct/metadata.xml @@ -0,0 +1,12 @@ + + + + + oleksandr.trotsenko@gmail.com + Oleksandr Trotsenko + + + proxy-maint@gentoo.org + Proxy Maintainers + +