From: Andrey Grozin Date: Thu, 2 Mar 2017 18:05:53 +0000 (+0700) Subject: dev-python/libarchive-c: initial import X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8067ecfd0ba030ac761b3685170ee9e330a21193;p=gentoo.git dev-python/libarchive-c: initial import Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest new file mode 100644 index 000000000000..4de5193a5eb0 --- /dev/null +++ b/dev-python/libarchive-c/Manifest @@ -0,0 +1 @@ +DIST libarchive-c-2.7.tar.gz 42299 SHA256 56eadbc383c27ec9cf6aad3ead72265e70f80fa474b20944328db38bab762b04 SHA512 809319cffc250130c1414885d4e2de399a8ba92f6025848f1423bde79eadc6f686f934f4b17fc0a90ea84379b94c5c38d4849b2b28e2e03f8d16548152dbc856 WHIRLPOOL d6de46b5df8a6997fe4e701345ec29ba47ac93970a9b7277a393e0a18470b6cc27dc90abb8b025351fa6b4568a613aa895e17d2578bc74e2da9df2f193d599fa diff --git a/dev-python/libarchive-c/libarchive-c-2.7.ebuild b/dev-python/libarchive-c/libarchive-c-2.7.ebuild new file mode 100644 index 000000000000..a4db4ef059b3 --- /dev/null +++ b/dev-python/libarchive-c/libarchive-c-2.7.ebuild @@ -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="" diff --git a/dev-python/libarchive-c/metadata.xml b/dev-python/libarchive-c/metadata.xml new file mode 100644 index 000000000000..c310749e9349 --- /dev/null +++ b/dev-python/libarchive-c/metadata.xml @@ -0,0 +1,15 @@ + + + + + grozin@gentoo.org + Andrey Grozin + + + A Python interface to libarchive. + It uses the standard ctypes module to dynamically load and access the C library. + + + libarchive-c + +