diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-17 11:42:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-17 11:42:24 +0200 |
commit | 461ec24be108da436df19bc9749ea4b9626e7d41 (patch) | |
tree | 9604e85f2ddf02ffe9c6e21feacb3ed70a3f4f99 /dev-python/scrypt | |
parent | dev-python/shapely: Remove old (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/scrypt')
-rw-r--r-- | dev-python/scrypt/scrypt-0.8.24.ebuild | 10 |
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 |