dev-python/libarchive-c: initial import

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Andrey Grozin
2017-03-03 01:05:53 +07:00
parent 3a15cbb65d
commit 8067ecfd0b
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST libarchive-c-2.7.tar.gz 42299 SHA256 56eadbc383c27ec9cf6aad3ead72265e70f80fa474b20944328db38bab762b04 SHA512 809319cffc250130c1414885d4e2de399a8ba92f6025848f1423bde79eadc6f686f934f4b17fc0a90ea84379b94c5c38d4849b2b28e2e03f8d16548152dbc856 WHIRLPOOL d6de46b5df8a6997fe4e701345ec29ba47ac93970a9b7277a393e0a18470b6cc27dc90abb8b025351fa6b4568a613aa895e17d2578bc74e2da9df2f193d599fa

View File

@@ -0,0 +1,13 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="A Python interface to libarchive"
HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ https://pypi.python.org/pypi/libarchive-c/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>grozin@gentoo.org</email>
<name>Andrey Grozin</name>
</maintainer>
<longdescription>
A Python interface to libarchive.
It uses the standard ctypes module to dynamically load and access the C library.
</longdescription>
<upstream>
<remote-id type="pypi">libarchive-c</remote-id>
</upstream>
</pkgmetadata>