commit:     8067ecfd0ba030ac761b3685170ee9e330a21193
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 18:05:53 2017 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 18:05:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8067ecfd

dev-python/libarchive-c: initial import

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/libarchive-c/Manifest                |  1 +
 dev-python/libarchive-c/libarchive-c-2.7.ebuild | 13 +++++++++++++
 dev-python/libarchive-c/metadata.xml            | 15 +++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest
new file mode 100644
index 00000000000..4de5193a5eb
--- /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 00000000000..a4db4ef059b
--- /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 00000000000..c310749e934
--- /dev/null
+++ b/dev-python/libarchive-c/metadata.xml
@@ -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>gro...@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>

Reply via email to