summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-11-20 23:34:39 +0000
committerJames Le Cuirot <chewi@gentoo.org>2019-11-20 23:36:23 +0000
commit66c7035d78bda1708a69672e9edaee1f76b40cc3 (patch)
treecc72fd83c5c1e5dc7c6de876ef733f7678f987b2
parentmedia-libs/libjpeg-turbo: Drop 2.0.2 (diff)
downloadgentoo-66c7035d78bda1708a69672e9edaee1f76b40cc3.tar.gz
gentoo-66c7035d78bda1708a69672e9edaee1f76b40cc3.tar.bz2
gentoo-66c7035d78bda1708a69672e9edaee1f76b40cc3.zip
dev-python/python-lhafile: Bump to 0.2.2 despite no actual changes
FS-UAE upstream did a dummy bump of this for some reason. I'm just doing this to make Repology happy. Dropping Python 2 support while I'm at it as it's no longer needed. Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--dev-python/python-lhafile/Manifest1
-rw-r--r--dev-python/python-lhafile/python-lhafile-0.2.2.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest
index 2b5914561b07..1be6d8db617c 100644
--- a/dev-python/python-lhafile/Manifest
+++ b/dev-python/python-lhafile/Manifest
@@ -1 +1,2 @@
DIST python-lhafile-0.2.1.tar.gz 265756 BLAKE2B bbe595f8b1cf8cc3fd3474110ec46bf26784cd90ccc03aea6b769c16162c611bed30b414e85e5ce60f3fe564192b4d5601ccc541f6de8fdf109b40d73acca559 SHA512 6c31134372f3ab0a10167abad2f07f86cc2fba961a104a42317d19e08bfd068004ec7d920d97541b39718ba1d8170bc8651819757fe9b5734dba3c4dc60f9000
+DIST python-lhafile-0.2.2.tar.gz 266494 BLAKE2B 03f4f8e58e261b74c32d65c9ea4507d088c5463424c4c279a320553689607e8f4ff13bab0c2e6fc4c252f923a50cae12ce8e4b8c14cb5d8eec2fd8129fa41a97 SHA512 304de9a000b76fae243f0a175040e16515524ccec051cffefd20dcf6995a37e3d4d2e13016794166a661b235700f540f8cc0be60979ed13ad6308056a95f1b2f
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..61c3f0895e46
--- /dev/null
+++ b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+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.