commit: 5014b8860b01c3449a5665850ef073b207eb0275
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 5 17:07:09 2021 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 17:07:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5014b886
dev-python/libarchive-c: bump to 3.1
Note that the upstream has removed all tests from the tarball!
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
dev-python/libarchive-c/Manifest | 1 +
dev-python/libarchive-c/libarchive-c-3.1.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest
index 3fb8a66fd2a..2887b129c7c 100644
--- a/dev-python/libarchive-c/Manifest
+++ b/dev-python/libarchive-c/Manifest
@@ -1 +1,2 @@
DIST libarchive-c-2.9.tar.gz 46408 BLAKE2B
e24d9ce56919b6c6217da7629ac3c87023f44d2f1470f6632b3e3b478d29e76edb8fed5e4f8d7a75ab5efd160588dba82d23960d0224ce571ea01af9fd7efaec
SHA512
b154cfe39247050c156d57f657b9668f3b1add879b7fb5b32cbc127becee63d1898fb1c4bd60e7fe72e814f544ddefa6680d582fec28b0feed90940fae8cc238
+DIST libarchive-c-3.1.tar.gz 11145 BLAKE2B
80d8918423ec23065cfd7dc391f458bdd44ade765c5e16c23f6cd1ff760e750551d1ff16ccd524a409f466512cb4caed9d25716d12021eafc915a9904bfd0f63
SHA512
1863e2981475839aebce50aa649f603dae7d54772fb864a83613e1d94ead48b64e0edfa0046fb91d1fc985a351911dcd13a24cddfefbb5b7403da1107dc3353c
diff --git a/dev-python/libarchive-c/libarchive-c-3.1.ebuild
b/dev-python/libarchive-c/libarchive-c-3.1.ebuild
new file mode 100644
index 00000000000..b8cdc82285f
--- /dev/null
+++ b/dev-python/libarchive-c/libarchive-c-3.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+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 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="app-arch/libarchive"