dev-python/python-lhafile: Bump to 0.2.2 despite no actual changes
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 20 Nov 2019 23:34:39 +0000 (23:34 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 20 Nov 2019 23:36:23 +0000 (23:36 +0000)
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>
dev-python/python-lhafile/Manifest
dev-python/python-lhafile/python-lhafile-0.2.2.ebuild [new file with mode: 0644]

index 2b5914561b071ad0eae290341bbd74aa81b2c007..1be6d8db617c145171bbce94d098b136bc092c53 100644 (file)
@@ -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 (file)
index 0000000..61c3f08
--- /dev/null
@@ -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.