dev-python/libarchive-c: initial import
authorAndrey Grozin <grozin@gentoo.org>
Thu, 2 Mar 2017 18:05:53 +0000 (01:05 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Thu, 2 Mar 2017 18:05:53 +0000 (01:05 +0700)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/libarchive-c/Manifest [new file with mode: 0644]
dev-python/libarchive-c/libarchive-c-2.7.ebuild [new file with mode: 0644]
dev-python/libarchive-c/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest
new file mode 100644 (file)
index 0000000..4de5193
--- /dev/null
@@ -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 (file)
index 0000000..a4db4ef
--- /dev/null
@@ -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 (file)
index 0000000..c310749
--- /dev/null
@@ -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>