From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/python-lhafile/Manifest | 1 + dev-python/python-lhafile/metadata.xml | 12 ++++++++++++ dev-python/python-lhafile/python-lhafile-0.2.2.ebuild | 17 +++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 dev-python/python-lhafile/Manifest create mode 100644 dev-python/python-lhafile/metadata.xml create mode 100644 dev-python/python-lhafile/python-lhafile-0.2.2.ebuild (limited to 'dev-python/python-lhafile') diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest new file mode 100644 index 000000000000..b0d87060d42a --- /dev/null +++ b/dev-python/python-lhafile/Manifest @@ -0,0 +1 @@ +DIST python-lhafile-0.2.2.tar.gz 266494 BLAKE2B 03f4f8e58e261b74c32d65c9ea4507d088c5463424c4c279a320553689607e8f4ff13bab0c2e6fc4c252f923a50cae12ce8e4b8c14cb5d8eec2fd8129fa41a97 SHA512 304de9a000b76fae243f0a175040e16515524ccec051cffefd20dcf6995a37e3d4d2e13016794166a661b235700f540f8cc0be60979ed13ad6308056a95f1b2f diff --git a/dev-python/python-lhafile/metadata.xml b/dev-python/python-lhafile/metadata.xml new file mode 100644 index 000000000000..9e2a1bc1dcac --- /dev/null +++ b/dev-python/python-lhafile/metadata.xml @@ -0,0 +1,12 @@ + + + + + chewi@gentoo.org + James Le Cuirot + + + FrodeSolheim/python-lhafile + + gentoo-staging + diff --git a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild new file mode 100644 index 000000000000..10197a81b54b --- /dev/null +++ b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild @@ -0,0 +1,17 @@ +# 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="LHA archive support for Python" +HOMEPAGE="https://fengestad.no/python-lhafile/" +SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +# NOTE: The tests don't work, they're probably outdated. -- cgit v1.3.1