summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 11:42:24 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 11:42:24 +0200
commit461ec24be108da436df19bc9749ea4b9626e7d41 (patch)
tree9604e85f2ddf02ffe9c6e21feacb3ed70a3f4f99
parentdev-python/shapely: Remove old (diff)
downloadgentoo-461ec24be108da436df19bc9749ea4b9626e7d41.tar.gz
gentoo-461ec24be108da436df19bc9749ea4b9626e7d41.tar.bz2
gentoo-461ec24be108da436df19bc9749ea4b9626e7d41.zip
dev-python/scrypt: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/scrypt/scrypt-0.8.24.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.24.ebuild b/dev-python/scrypt/scrypt-0.8.24.ebuild
index e8b2a29f5ce1..848abf12f1e7 100644
--- a/dev-python/scrypt/scrypt-0.8.24.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.24.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi
@@ -19,7 +19,11 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-RDEPEND="dev-libs/openssl:0="
-DEPEND="${RDEPEND}"
+DEPEND="
+ dev-libs/openssl:0=
+"
+RDEPEND="
+ ${DEPEND}
+"
distutils_enable_tests unittest