summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2018-11-11 20:52:02 +0700
committerAndrey Grozin <grozin@gentoo.org>2018-11-11 20:52:02 +0700
commit01c8929c30bc031743b773d624c17e765d1435f1 (patch)
tree04c67eb79e29de2a796db76ec8183b89d0cda2b7 /dev-python/libarchive-c/libarchive-c-2.8.ebuild
parentdev-vcs/stgit: version bump, 0.19 (diff)
downloadgentoo-01c8929c30bc031743b773d624c17e765d1435f1.tar.gz
gentoo-01c8929c30bc031743b773d624c17e765d1435f1.tar.bz2
gentoo-01c8929c30bc031743b773d624c17e765d1435f1.zip
dev-python/libarchive-c: bump to 2.8
Signed-off-by: Andrey Grozin <grozin@gentoo.org> Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/libarchive-c/libarchive-c-2.8.ebuild')
-rw-r--r--dev-python/libarchive-c/libarchive-c-2.8.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/libarchive-c/libarchive-c-2.8.ebuild b/dev-python/libarchive-c/libarchive-c-2.8.ebuild
new file mode 100644
index 000000000000..b7d282caeaa9
--- /dev/null
+++ b/dev-python/libarchive-c/libarchive-c-2.8.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+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=""