diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-02-18 14:08:10 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-02-18 14:09:19 +0000 |
commit | abc026513a9fe7c5ebdd4a6103733b73dc69fdce (patch) | |
tree | 165927e6d26bd6d0827614770a2b502b948f3fb4 /dev-python/python-lhafile | |
parent | app-emulation/fs-uae-launcher: Drop old 3.1.66 (diff) | |
download | gentoo-abc026513a9fe7c5ebdd4a6103733b73dc69fdce.tar.gz gentoo-abc026513a9fe7c5ebdd4a6103733b73dc69fdce.tar.bz2 gentoo-abc026513a9fe7c5ebdd4a6103733b73dc69fdce.zip |
dev-python/python-lhafile: Python 3.11, EAPI 8, fix homepage
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/python-lhafile')
-rw-r--r-- | dev-python/python-lhafile/python-lhafile-0.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild index b51d2ad813d2..42ea9642b9c0 100644 --- a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild +++ b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="LHA archive support for Python" -HOMEPAGE="https://fengestad.no/python-lhafile/" +HOMEPAGE="https://github.com/FrodeSolheim/python-lhafile" SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |