From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B91AC1581D3 for ; Fri, 17 May 2024 09:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C16DE2AE2; Fri, 17 May 2024 09:49:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AE55E2AE2 for ; Fri, 17 May 2024 09:49:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25B8833DD21 for ; Fri, 17 May 2024 09:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 862881AE4 for ; Fri, 17 May 2024 09:49:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1715938944.461ec24be108da436df19bc9749ea4b9626e7d41.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scrypt/scrypt-0.8.24.ebuild X-VCS-Directories: dev-python/scrypt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 461ec24be108da436df19bc9749ea4b9626e7d41 X-VCS-Branch: master Date: Fri, 17 May 2024 09:49:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d148154d-403c-4c77-8e21-f0e4bd219a1a X-Archives-Hash: 0a6f3b7ab6573419c38e5a560486a541 commit: 461ec24be108da436df19bc9749ea4b9626e7d41 Author: Michał Górny gentoo org> AuthorDate: Fri May 17 09:42:24 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 17 09:42:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461ec24b dev-python/scrypt: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> 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 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