From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
Date: Mon, 23 Jul 2018 16:01:13 +0000 (UTC) [thread overview]
Message-ID: <1532361662.2cff6b95aaa3657f0405fe0b836b013f5c96faa9.chainsaw@gentoo> (raw)
commit: 2cff6b95aaa3657f0405fe0b836b013f5c96faa9
Author: Oleksandr Trotsenko <oleksandr.trotsenko <AT> gmail <DOT> com>
AuthorDate: Tue Jun 5 14:45:50 2018 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>oleksandr.trotsenko@gmail.com</email>
+ <name>Oleksandr Trotsenko</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2018-07-23 16:01 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-23 16:01 Tony Vroon [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-05 15:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/ Michał Górny
2020-04-26 23:28 Jonas Stein
2020-06-04 7:56 Joonas Niilola
2020-09-02 22:43 Sam James
2020-09-02 22:43 Sam James
2020-11-05 12:32 Joonas Niilola
2020-11-05 12:32 Joonas Niilola
2020-12-13 12:15 Michał Górny
2021-01-22 23:01 Sam James
2021-03-01 9:20 Agostino Sarubbo
2021-03-11 17:06 Sam James
2021-03-11 17:06 Sam James
2021-10-23 14:03 Arthur Zamarin
2022-05-13 11:00 Arthur Zamarin
2022-05-13 11:00 Arthur Zamarin
2022-06-11 11:32 Yixun Lan
2022-06-16 9:10 Jakov Smolić
2022-06-16 9:23 Michał Górny
2022-07-09 8:41 Michał Górny
2022-08-09 7:43 Agostino Sarubbo
2022-08-09 8:14 Michał Górny
2023-03-16 3:56 Michał Górny
2024-04-13 12:51 Matthew Smith
2024-04-13 12:51 Matthew Smith
2024-12-31 16:01 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1532361662.2cff6b95aaa3657f0405fe0b836b013f5c96faa9.chainsaw@gentoo \
--to=chainsaw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox