commit:     6c043ed35febe1a550b0e77a7498884aeabd6a86
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 23:33:39 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 23:33:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c043ed3

dev-python/libarchive-c: bump up to 2.9

While at it switch to EAPI=7 and add RDEPEND on a c library
it provildes bindings for.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-python/libarchive-c/Manifest                |  1 +
 dev-python/libarchive-c/libarchive-c-2.9.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest
index 6fe72ca98f2..5de3e53f7b9 100644
--- a/dev-python/libarchive-c/Manifest
+++ b/dev-python/libarchive-c/Manifest
@@ -1 +1,2 @@
 DIST libarchive-c-2.8.tar.gz 45182 BLAKE2B 
8282c46f1e2bd4c9e83809743953fd8f11408e7c7b0849735cb1c4afda35387cfd6889a0443ecda26bd411a7dcab384e42c685650d62be591fc72bdb151770a8
 SHA512 
533b23081996f2bfbd558e379d69e0c02ecfc7e62d39f4ae2ecf5b639511ecffc073422e78d7357cc58daa260b956a6399b42db5d26d6e3933622c622fa8dc5f
+DIST libarchive-c-2.9.tar.gz 46408 BLAKE2B 
e24d9ce56919b6c6217da7629ac3c87023f44d2f1470f6632b3e3b478d29e76edb8fed5e4f8d7a75ab5efd160588dba82d23960d0224ce571ea01af9fd7efaec
 SHA512 
b154cfe39247050c156d57f657b9668f3b1add879b7fb5b32cbc127becee63d1898fb1c4bd60e7fe72e814f544ddefa6680d582fec28b0feed90940fae8cc238

diff --git a/dev-python/libarchive-c/libarchive-c-2.9.ebuild 
b/dev-python/libarchive-c/libarchive-c-2.9.ebuild
new file mode 100644
index 00000000000..8b2f554429d
--- /dev/null
+++ b/dev-python/libarchive-c/libarchive-c-2.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python interface to libarchive"
+HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ 
https://pypi.org/project/libarchive-c/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-arch/libarchive"

Reply via email to