diff options
author | Sam James <sam@gentoo.org> | 2024-06-02 05:56:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-02 05:57:07 +0100 |
commit | 00bb7b0c75fa9e3ef5d7a278c91bcaaf57f34c87 (patch) | |
tree | bddbff4bd168941b66333c149e880c39db1797bc /net-dns | |
parent | dev-build/automake-vanilla: enable py3.12 (diff) | |
download | gentoo-00bb7b0c75fa9e3ef5d7a278c91bcaaf57f34c87.tar.gz gentoo-00bb7b0c75fa9e3ef5d7a278c91bcaaf57f34c87.tar.bz2 gentoo-00bb7b0c75fa9e3ef5d7a278c91bcaaf57f34c87.zip |
net-dns/dnsviz: enable py3.12
Closes: https://bugs.gentoo.org/929688
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsviz/dnsviz-0.10.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-dns/dnsviz/dnsviz-0.10.0.ebuild b/net-dns/dnsviz/dnsviz-0.10.0.ebuild index 2638e94461f9..f36f4730d7b4 100644 --- a/net-dns/dnsviz/dnsviz-0.10.0.ebuild +++ b/net-dns/dnsviz/dnsviz-0.10.0.ebuild @@ -1,10 +1,10 @@ -# 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} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature @@ -14,18 +14,15 @@ HOMEPAGE=" https://github.com/dnsviz/dnsviz/ https://pypi.org/project/dnsviz/ " - # 0.10.0 is untagged, see https://github.com/dnsviz/dnsviz/issues/122 SRC_URI=" https://github.com/dnsviz/dnsviz/archive/86ceba56e8ed23df0ec091b8750025ac374f3916.tar.gz -> ${P}.gh.tar.gz " - -SLOT="0" - S="${WORKDIR}/${PN}-86ceba56e8ed23df0ec091b8750025ac374f3916" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |