From 461ec24be108da436df19bc9749ea4b9626e7d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 17 May 2024 11:42:24 +0200 Subject: [PATCH] dev-python/scrypt: 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/scrypt/scrypt-0.8.24.ebuild | 10 +++++++--- 1 file 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 e8b2a29f5ce16..848abf12f1e78 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