From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2C4D5158176 for ; Fri, 17 Oct 2025 05:57:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 115293410BF for ; Fri, 17 Oct 2025 05:57:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 135671104B5; Fri, 17 Oct 2025 05:57:54 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0B29E1104B5 for ; Fri, 17 Oct 2025 05:57:54 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF6B43410BF for ; Fri, 17 Oct 2025 05:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D2791112 for ; Fri, 17 Oct 2025 05:57:52 +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: <1760680647.00027a72d5e01af01d0a01808fae05aa080c7a46.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nox/Manifest dev-python/nox/nox-2025.05.01.ebuild X-VCS-Directories: dev-python/nox/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 00027a72d5e01af01d0a01808fae05aa080c7a46 X-VCS-Branch: master Date: Fri, 17 Oct 2025 05:57:52 +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: 5e8b95d3-6ed5-4c7e-adb8-9848c5441071 X-Archives-Hash: 44b5ee2b69745dc3b9d7194f30c5c232 commit: 00027a72d5e01af01d0a01808fae05aa080c7a46 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 17 05:13:17 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 17 05:57:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00027a72 dev-python/nox: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/nox/Manifest | 1 - dev-python/nox/nox-2025.05.01.ebuild | 70 ------------------------------------ 2 files changed, 71 deletions(-) diff --git a/dev-python/nox/Manifest b/dev-python/nox/Manifest index 987aa6a233c5..a779208267df 100644 --- a/dev-python/nox/Manifest +++ b/dev-python/nox/Manifest @@ -1,2 +1 @@ -DIST nox-2025.05.01.gh.tar.gz 4023268 BLAKE2B b5cfdb095595108613b2bce716ca3fb84978278de23da21f01a5169931187837056bc1381d510f343593097ff4c779f834c06d1bcef61394e72c87db26a92022 SHA512 1b1efac7dd78029d6c61122cdafde8077bfe2635a1d3441e848847e5c81da6cd9f2db102796b855520e9d239ee5b9b782e50b40e904c9bafafcc2f44cf61e871 DIST nox-2025.10.14.gh.tar.gz 4029759 BLAKE2B fd524485099c0ed9fc363545792c44d919e6cf0abcfd11ac43fab8f9310c5225534d75a1a58c75edc2cbde46f094f148a5d6bd1aedc673e48887c2d8b5dec3c4 SHA512 94b420670391031b17bf3b77450db11bb8f047284ee8a47cf1faa0f526c46594dd4edb1941599c723c806a58aece99f83a7e668e37968b3c8ddc9ef65c9c8661 diff --git a/dev-python/nox/nox-2025.05.01.ebuild b/dev-python/nox/nox-2025.05.01.ebuild deleted file mode 100644 index dd08346abd41..000000000000 --- a/dev-python/nox/nox-2025.05.01.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) - -inherit distutils-r1 - -DESCRIPTION="Flexible test automation for Python" -HOMEPAGE=" - https://github.com/wntrblm/nox/ - https://pypi.org/project/nox/ -" -SRC_URI=" - https://github.com/wntrblm/nox/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/argcomplete-1.9.4[${PYTHON_USEDEP}] - >=dev-python/attrs-23.1[${PYTHON_USEDEP}] - >=dev-python/colorlog-2.6.1[${PYTHON_USEDEP}] - >=dev-python/dependency-groups-1.1[${PYTHON_USEDEP}] - >=dev-python/packaging-20.9[${PYTHON_USEDEP}] - >=dev-python/virtualenv-20.14.1[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/py[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - # remove upper bounds from dependencies - sed -i -e 's:<[0-9.]*,::' pyproject.toml || die - distutils-r1_src_prepare -} - -python_test() { - local EPYTEST_DESELECT=( - # TODO: conda? - 'tests/test_sessions.py::TestSessionRunner::test__create_venv_options[nox.virtualenv.CondaEnv.create-conda-CondaEnv]' - # Internet - tests/test_virtualenv.py::test_uv_install - tests/test_main.py::test_noxfile_script_mode - ) - - case ${EPYTHON} in - pypy3*) - EPYTEST_DESELECT+=( - # hardcoded CPython assumption - tests/test_tox_to_nox.py::test_commands_with_requirements - tests/test_tox_to_nox.py::test_skipinstall - tests/test_tox_to_nox.py::test_trivial - tests/test_tox_to_nox.py::test_usedevelop - ) - ;; - esac - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -o tmp_path_retention_policy=all -}