From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7EDC138334 for ; Mon, 23 Jul 2018 16:01:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD6A7E08EC; Mon, 23 Jul 2018 16:01:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72ADBE08EC for ; Mon, 23 Jul 2018 16:01:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1F46335D98 for ; Mon, 23 Jul 2018 16:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D90A2E0 for ; Mon, 23 Jul 2018 16:01:13 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1532361662.2cff6b95aaa3657f0405fe0b836b013f5c96faa9.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kaitaistruct/Manifest dev-python/kaitaistruct/kaitaistruct-0.8.ebuild dev-python/kaitaistruct/metadata.xml X-VCS-Directories: dev-python/kaitaistruct/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 2cff6b95aaa3657f0405fe0b836b013f5c96faa9 X-VCS-Branch: master Date: Mon, 23 Jul 2018 16:01:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 440c5708-3491-4af3-9e04-e5e506a24f2b X-Archives-Hash: f1384a21d7395743a035b207ac5fba0b commit: 2cff6b95aaa3657f0405fe0b836b013f5c96faa9 Author: Oleksandr Trotsenko gmail com> AuthorDate: Tue Jun 5 14:45:50 2018 +0000 Commit: Tony Vroon gentoo org> CommitDate: Mon Jul 23 16:01:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cff6b95 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 + dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 18 ++++++++++++++++++ dev-python/kaitaistruct/metadata.xml | 12 ++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest new file mode 100644 index 00000000000..ec7d0a659be --- /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 00000000000..bc1eb4526a5 --- /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 00000000000..e7214b7e32c --- /dev/null +++ b/dev-python/kaitaistruct/metadata.xml @@ -0,0 +1,12 @@ + + + + + oleksandr.trotsenko@gmail.com + Oleksandr Trotsenko + + + proxy-maint@gentoo.org + Proxy Maintainers + +