Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libarchive-c/
Date: Thu, 02 Mar 2017 18:06:15
Message-Id: 1488477953.8067ecfd0ba030ac761b3685170ee9e330a21193.grozin@gentoo
1 commit: 8067ecfd0ba030ac761b3685170ee9e330a21193
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 18:05:53 2017 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 18:05:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8067ecfd
7
8 dev-python/libarchive-c: initial import
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/libarchive-c/Manifest | 1 +
13 dev-python/libarchive-c/libarchive-c-2.7.ebuild | 13 +++++++++++++
14 dev-python/libarchive-c/metadata.xml | 15 +++++++++++++++
15 3 files changed, 29 insertions(+)
16
17 diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest
18 new file mode 100644
19 index 00000000000..4de5193a5eb
20 --- /dev/null
21 +++ b/dev-python/libarchive-c/Manifest
22 @@ -0,0 +1 @@
23 +DIST libarchive-c-2.7.tar.gz 42299 SHA256 56eadbc383c27ec9cf6aad3ead72265e70f80fa474b20944328db38bab762b04 SHA512 809319cffc250130c1414885d4e2de399a8ba92f6025848f1423bde79eadc6f686f934f4b17fc0a90ea84379b94c5c38d4849b2b28e2e03f8d16548152dbc856 WHIRLPOOL d6de46b5df8a6997fe4e701345ec29ba47ac93970a9b7277a393e0a18470b6cc27dc90abb8b025351fa6b4568a613aa895e17d2578bc74e2da9df2f193d599fa
24
25 diff --git a/dev-python/libarchive-c/libarchive-c-2.7.ebuild b/dev-python/libarchive-c/libarchive-c-2.7.ebuild
26 new file mode 100644
27 index 00000000000..a4db4ef059b
28 --- /dev/null
29 +++ b/dev-python/libarchive-c/libarchive-c-2.7.ebuild
30 @@ -0,0 +1,13 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
36 +inherit distutils-r1
37 +DESCRIPTION="A Python interface to libarchive"
38 +HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ https://pypi.python.org/pypi/libarchive-c/"
39 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40 +LICENSE="CC0-1.0"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~x86"
43 +IUSE=""
44
45 diff --git a/dev-python/libarchive-c/metadata.xml b/dev-python/libarchive-c/metadata.xml
46 new file mode 100644
47 index 00000000000..c310749e934
48 --- /dev/null
49 +++ b/dev-python/libarchive-c/metadata.xml
50 @@ -0,0 +1,15 @@
51 +<?xml version="1.0" encoding="UTF-8"?>
52 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 +<pkgmetadata>
54 +<maintainer type="person">
55 + <email>grozin@g.o</email>
56 + <name>Andrey Grozin</name>
57 +</maintainer>
58 +<longdescription>
59 + A Python interface to libarchive.
60 + It uses the standard ctypes module to dynamically load and access the C library.
61 +</longdescription>
62 +<upstream>
63 + <remote-id type="pypi">libarchive-c</remote-id>
64 +</upstream>
65 +</pkgmetadata>