summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 09:54:14 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 10:09:10 +0200
commitfe1966be33cc54ca6e7a858ab073be7dab15b3c5 (patch)
treedb0d7407336e0cfb30a05ad6b08b13673c598675 /dev-python/pynacl
parentdev-python/pymysql: Enable py3.13 (diff)
downloadgentoo-fe1966be33cc54ca6e7a858ab073be7dab15b3c5.tar.gz
gentoo-fe1966be33cc54ca6e7a858ab073be7dab15b3c5.tar.bz2
gentoo-fe1966be33cc54ca6e7a858ab073be7dab15b3c5.zip
dev-python/pynacl: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pynacl')
-rw-r--r--dev-python/pynacl/pynacl-1.5.0-r3.ebuild6
1 files 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 2d3d5572df02..16e71b1c2ade 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
"