diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-07-06 22:55:49 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-07-06 22:55:49 +0100 |
commit | 614820e0a3479b33b2b40209acaddf9af5bd6aa2 (patch) | |
tree | f6260bd1450b782959d323b3861bbf485cd8d61a /dev-python/python-lhafile | |
parent | lua.eclass: clean up the eapi test (diff) | |
download | gentoo-614820e0a3479b33b2b40209acaddf9af5bd6aa2.tar.gz gentoo-614820e0a3479b33b2b40209acaddf9af5bd6aa2.tar.bz2 gentoo-614820e0a3479b33b2b40209acaddf9af5bd6aa2.zip |
dev-python/python-lhafile: Drop old 0.2.2
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/python-lhafile')
-rw-r--r-- | dev-python/python-lhafile/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-lhafile/python-lhafile-0.2.2.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest index 9fa6583dfd67..cbdcf14a57ee 100644 --- a/dev-python/python-lhafile/Manifest +++ b/dev-python/python-lhafile/Manifest @@ -1,2 +1 @@ -DIST python-lhafile-0.2.2.tar.gz 266494 BLAKE2B 03f4f8e58e261b74c32d65c9ea4507d088c5463424c4c279a320553689607e8f4ff13bab0c2e6fc4c252f923a50cae12ce8e4b8c14cb5d8eec2fd8129fa41a97 SHA512 304de9a000b76fae243f0a175040e16515524ccec051cffefd20dcf6995a37e3d4d2e13016794166a661b235700f540f8cc0be60979ed13ad6308056a95f1b2f DIST python-lhafile-0.3.0.tar.gz 267965 BLAKE2B 1331f21059f84f5e517339ac26546d73bc9dc125578840bf24483c274b651d8f0e2494b1b7e140bede07412b5c44e499269ea23dd1180bb955b1044b06d82ee8 SHA512 bb4db2767a702d30f2e713e5f7890d619de312d609761ade2ff8f4e99ffede8e35a72cd116abf3b8ea29b0885ebe2c993dc37f44722c8e5fe346be93dfdbbf81 diff --git a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild deleted file mode 100644 index 4b9af2248c9b..000000000000 --- a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=no - -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. |