diff options
Diffstat (limited to 'dev-python/pythondialog/pythondialog-3.5.3.ebuild')
-rw-r--r-- | dev-python/pythondialog/pythondialog-3.5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pythondialog/pythondialog-3.5.3.ebuild b/dev-python/pythondialog/pythondialog-3.5.3.ebuild index 694085c05663..0e1109ba8ba4 100644 --- a/dev-python/pythondialog/pythondialog-3.5.3.ebuild +++ b/dev-python/pythondialog/pythondialog-3.5.3.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..11} pypy3 ) inherit distutils-r1 DESCRIPTION="A Python module for making simple text/console-mode user interfaces" HOMEPAGE="https://pythondialog.sourceforge.io/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/python3-${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/python3-${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" |