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 32FA7158089 for ; Wed, 1 Nov 2023 17:09:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AF922BC0BB; Wed, 1 Nov 2023 17:09:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E67F2BC0B1 for ; Wed, 1 Nov 2023 17:09:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C224335D0A for ; Wed, 1 Nov 2023 17:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86F1E1324 for ; Wed, 1 Nov 2023 17:09:16 +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: <1698858551.f11cbba9d2fa77ad53c9efdc400d8fd43c03b8c9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pslab-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pslab-python/pslab-python-2.5.0.ebuild X-VCS-Directories: dev-python/pslab-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f11cbba9d2fa77ad53c9efdc400d8fd43c03b8c9 X-VCS-Branch: master Date: Wed, 1 Nov 2023 17:09:16 +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: 05d06034-0f6d-4ff8-b774-2fd0762cc384 X-Archives-Hash: 44a31f621b0741efc7ea764d58e6fff6 commit: f11cbba9d2fa77ad53c9efdc400d8fd43c03b8c9 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 1 17:00:56 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 1 17:09:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11cbba9 dev-python/pslab-python: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/pslab-python/pslab-python-2.5.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/pslab-python/pslab-python-2.5.0.ebuild b/dev-python/pslab-python/pslab-python-2.5.0.ebuild index 7af65721053b..f01e7c9a4198 100644 --- a/dev-python/pslab-python/pslab-python-2.5.0.ebuild +++ b/dev-python/pslab-python/pslab-python-2.5.0.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -38,11 +38,10 @@ PATCHES=( "${FILESDIR}"/${PN}-2.5.0-ad9833_sys_version.patch ) -# Flaky in 2.5.0 EPYTEST_DESELECT=( + # Flaky in 2.5.0 tests/test_logic_analyzer.py::test_stop ) -distutils_enable_tests pytest - distutils_enable_sphinx docs dev-python/recommonmark +distutils_enable_tests pytest