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 1472515827B for ; Fri, 15 Aug 2025 16:48:10 +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 F2811340E18 for ; Fri, 15 Aug 2025 16:48:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 26AE911055F; Fri, 15 Aug 2025 16:48:06 +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 1CC1E11055F for ; Fri, 15 Aug 2025 16:48:06 +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 C5684340D3C for ; Fri, 15 Aug 2025 16:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5604F3351 for ; Fri, 15 Aug 2025 16:48:04 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1755275689.f1f2675c869f4df7bb953183d8f8ce184fbf7e0f.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-cases/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-cases/Manifest dev-python/pytest-cases/pytest-cases-3.8.6.ebuild X-VCS-Directories: dev-python/pytest-cases/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f1f2675c869f4df7bb953183d8f8ce184fbf7e0f X-VCS-Branch: dev Date: Fri, 15 Aug 2025 16:48:04 +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: 7161d99c-e58e-4a5d-9a11-0a4581e6f7a6 X-Archives-Hash: ea0f016a788f8c9262e1c7c5c02bfaba commit: f1f2675c869f4df7bb953183d8f8ce184fbf7e0f Author: David Roman gmail com> AuthorDate: Fri Aug 15 16:34:49 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri Aug 15 16:34:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1f2675c dev-python/pytest-cases: drop 3.8.6 Signed-off-by: David Roman gmail.com> dev-python/pytest-cases/Manifest | 1 - dev-python/pytest-cases/pytest-cases-3.8.6.ebuild | 46 ----------------------- 2 files changed, 47 deletions(-) diff --git a/dev-python/pytest-cases/Manifest b/dev-python/pytest-cases/Manifest index cf5240ebae..a296c97e11 100644 --- a/dev-python/pytest-cases/Manifest +++ b/dev-python/pytest-cases/Manifest @@ -1,2 +1 @@ -DIST pytest_cases-3.8.6.tar.gz 1092150 BLAKE2B 6db9e9e2116a5b961c615eec344439dd5afd86f6727e22ecdcce903368768886a89818a29766212b4ad663f9e7c2c004e3fb439937ce2a468dd7a3ac2adf7f04 SHA512 fe887a09ea63772c0c624afc35601c398b47884bf6f7571ffd5856a4c00df8633acdf6562972329c12ba27d54307c58435d1dcbd661fe7d32483e64fba40aff5 DIST pytest_cases-3.9.1.tar.gz 1094071 BLAKE2B 58399107030bc97d08a8a43534eb840d5426e02025215e58d0f1a48300d1b64a50969636b5dbcb96ad3b3479383ff0f6663e05b426d811a7e0491d2801894fd7 SHA512 46c8716bbd7a926c2b12c9190734f1779f236b8c8954aead75b4b83ea914e60520281bc1fd51420773ce08111dcb4e8f99ac646e468700bc1eb7e47873dd65dc diff --git a/dev-python/pytest-cases/pytest-cases-3.8.6.ebuild b/dev-python/pytest-cases/pytest-cases-3.8.6.ebuild deleted file mode 100644 index 377da80cc4..0000000000 --- a/dev-python/pytest-cases/pytest-cases-3.8.6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..13} ) -DISTUTILS_USE_PEP517=setuptools - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND=( - dev-python/mkdocs-material - dev-python/regex -) - -inherit distutils-r1 docs pypi - -DESCRIPTION="Separate test code from test cases in pytest" -HOMEPAGE=" - https://pypi.org/project/pytest-cases/ - https://github.com/smarie/python-pytest-cases -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/decopatch[${PYTHON_USEDEP}] - >=dev-python/makefun-1.15.1[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/pytest-harvest[${PYTHON_USEDEP}] - dev-python/pytest-steps[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_compile_all() { - docs_compile -} 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 864E215827B for ; Sat, 16 Aug 2025 11:22:27 +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 74A33340C9C for ; Sat, 16 Aug 2025 11:22:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E0D9B11056E; Sat, 16 Aug 2025 11:22:02 +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 DA3D111056D for ; Sat, 16 Aug 2025 11:22:02 +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 5C36E3408F9 for ; Sat, 16 Aug 2025 11:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB2783374 for ; Sat, 16 Aug 2025 11:21:58 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1755275689.f1f2675c869f4df7bb953183d8f8ce184fbf7e0f.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-cases/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-cases/Manifest dev-python/pytest-cases/pytest-cases-3.8.6.ebuild X-VCS-Directories: dev-python/pytest-cases/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f1f2675c869f4df7bb953183d8f8ce184fbf7e0f X-VCS-Branch: master Date: Sat, 16 Aug 2025 11:21:58 +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: 6c8eb1e2-b769-4b99-9b1b-9fad8ac0d3f3 X-Archives-Hash: 9421219849d25932b7a52cba7e1bf236 Message-ID: <20250816112158.G7S94B1hF_uKgmJSrBCd_YZwLOm18O88mwoqGoAtc68@z> commit: f1f2675c869f4df7bb953183d8f8ce184fbf7e0f Author: David Roman gmail com> AuthorDate: Fri Aug 15 16:34:49 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri Aug 15 16:34:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1f2675c dev-python/pytest-cases: drop 3.8.6 Signed-off-by: David Roman gmail.com> dev-python/pytest-cases/Manifest | 1 - dev-python/pytest-cases/pytest-cases-3.8.6.ebuild | 46 ----------------------- 2 files changed, 47 deletions(-) diff --git a/dev-python/pytest-cases/Manifest b/dev-python/pytest-cases/Manifest index cf5240ebae..a296c97e11 100644 --- a/dev-python/pytest-cases/Manifest +++ b/dev-python/pytest-cases/Manifest @@ -1,2 +1 @@ -DIST pytest_cases-3.8.6.tar.gz 1092150 BLAKE2B 6db9e9e2116a5b961c615eec344439dd5afd86f6727e22ecdcce903368768886a89818a29766212b4ad663f9e7c2c004e3fb439937ce2a468dd7a3ac2adf7f04 SHA512 fe887a09ea63772c0c624afc35601c398b47884bf6f7571ffd5856a4c00df8633acdf6562972329c12ba27d54307c58435d1dcbd661fe7d32483e64fba40aff5 DIST pytest_cases-3.9.1.tar.gz 1094071 BLAKE2B 58399107030bc97d08a8a43534eb840d5426e02025215e58d0f1a48300d1b64a50969636b5dbcb96ad3b3479383ff0f6663e05b426d811a7e0491d2801894fd7 SHA512 46c8716bbd7a926c2b12c9190734f1779f236b8c8954aead75b4b83ea914e60520281bc1fd51420773ce08111dcb4e8f99ac646e468700bc1eb7e47873dd65dc diff --git a/dev-python/pytest-cases/pytest-cases-3.8.6.ebuild b/dev-python/pytest-cases/pytest-cases-3.8.6.ebuild deleted file mode 100644 index 377da80cc4..0000000000 --- a/dev-python/pytest-cases/pytest-cases-3.8.6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..13} ) -DISTUTILS_USE_PEP517=setuptools - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND=( - dev-python/mkdocs-material - dev-python/regex -) - -inherit distutils-r1 docs pypi - -DESCRIPTION="Separate test code from test cases in pytest" -HOMEPAGE=" - https://pypi.org/project/pytest-cases/ - https://github.com/smarie/python-pytest-cases -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/decopatch[${PYTHON_USEDEP}] - >=dev-python/makefun-1.15.1[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/pytest-harvest[${PYTHON_USEDEP}] - dev-python/pytest-steps[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_compile_all() { - docs_compile -}