Skip to content

Commit

Permalink
dev-python/kaitaistruct: Introducing new package
Browse files Browse the repository at this point in the history
Introducing dev-python/kaitaistruct into Gentoo repository.

Closes: https://bugs.gentoo.org/654860
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
bucefal91 committed Jun 5, 2018
1 parent a05c5c0 commit 954b177
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/kaitaistruct/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST kaitaistruct-0.8.tar.gz 5158 BLAKE2B 802435e81c8ec2544f26109762d43d7761c8672714107861e5f981583bf38ab85b3c2f1f3be5d25429287b380b756599fb51cedd130870f2cd9cfe221fd2f509 SHA512 8361e30c5bec9a7c57c280d277232ff4123686f29f3813e61cde9bf7512ead2e2f447ea1e18b8925aefe432edbbd9682a690293dcb928a9049c4c81832b5666f
18 changes: 18 additions & 0 deletions dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
Original file line number Diff line number Diff line change
@@ -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}]"
12 changes: 12 additions & 0 deletions dev-python/kaitaistruct/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 954b177

Please sign in to comment.