From fe1966be33cc54ca6e7a858ab073be7dab15b3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 18 May 2024 09:54:14 +0200 Subject: [PATCH] dev-python/pynacl: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pynacl/pynacl-1.5.0-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pynacl/pynacl-1.5.0-r3.ebuild b/dev-python/pynacl/pynacl-1.5.0-r3.ebuild index 2d3d5572df02c..16e71b1c2adeb 100644 --- a/dev-python/pynacl/pynacl-1.5.0-r3.ebuild +++ b/dev-python/pynacl/pynacl-1.5.0-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 @@ -15,7 +15,7 @@ HOMEPAGE=" https://pypi.org/project/PyNaCl/ " SRC_URI=" - https://github.com/pyca/${PN}/archive/${PV}.tar.gz + https://github.com/pyca/pynacl/archive/${PV}.tar.gz -> ${P}.gh.tar.gz "