commit:     42285dda639c80ccfbddce47819d70d854e27c58
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Tue May  7 14:15:55 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May  7 14:15:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42285dda

dev-python/py-nanoid: enable py3.12, pypy3

Closes: https://bugs.gentoo.org/931402
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/py-nanoid/py-nanoid-9999.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-python/py-nanoid/py-nanoid-9999.ebuild 
b/dev-python/py-nanoid/py-nanoid-9999.ebuild
index 83fd7acbda..6b00fa5daa 100644
--- a/dev-python/py-nanoid/py-nanoid-9999.ebuild
+++ b/dev-python/py-nanoid/py-nanoid-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 git-r3
 
@@ -15,10 +15,4 @@ EGIT_REPO_URI="https://github.com/puyuan/py-nanoid.git";
 LICENSE="MIT"
 SLOT="0"
 
-BDEPEND="
-       dev-python/pytest[${PYTHON_USEDEP}]
-       dev-python/flake8[${PYTHON_USEDEP}]
-"
-DEPEND="${BDEPEND}"
-
 distutils_enable_tests pytest

Reply via email to