public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-cases/
Date: Fri, 26 Jan 2024 10:06:46 +0000 (UTC)	[thread overview]
Message-ID: <1706263313.18e4b6aba3b1340795fd8fe73b0598d5ea39c050.pastalian46@gentoo> (raw)

commit:     18e4b6aba3b1340795fd8fe73b0598d5ea39c050
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Jan 26 08:22:57 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Fri Jan 26 10:01:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18e4b6ab

dev-python/pytest-cases: drop 3.6.13, 3.6.14

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/pytest-cases/Manifest                   |  2 -
 dev-python/pytest-cases/pytest-cases-3.6.13.ebuild | 51 -------------------
 dev-python/pytest-cases/pytest-cases-3.6.14.ebuild | 57 ----------------------
 3 files changed, 110 deletions(-)

diff --git a/dev-python/pytest-cases/Manifest b/dev-python/pytest-cases/Manifest
index 882b0f6e73..60bc279571 100644
--- a/dev-python/pytest-cases/Manifest
+++ b/dev-python/pytest-cases/Manifest
@@ -1,3 +1 @@
-DIST pytest-cases-3.6.13.tar.gz 1082993 BLAKE2B c5259d78ce11dbeff2acca63762360622758edc19b8982f4cbade44459ae347c0c5b4334d9fcf42cf587ef301a193b9ab4c3a496462c403550580549c9be869b SHA512 70bb05afce137cc456dc98fd62d5fa778ce8728c7ffb30a05b765b88a689ce2ff01005f594c5be90e4892debbe925b2c05961d9e4bc567610da1be5b01f5a659
-DIST pytest-cases-3.6.14.tar.gz 1083239 BLAKE2B be32c3762f0baf74149276553e07817b75f7eb722ff54bfa46eb8756183fea1ac30089735cb4db7c45406d2c2477c7f95a80779aee388561bac55ac8c5cd84d2 SHA512 a621f55836cae197e3fd1f3460c56d6c1f813e3d0e42e8b193f6cb8c88496a3be18643b1df51cc499f15e09e25cebb8ed3f0e593779ea6d8a4c03a2bd92f6f30
 DIST pytest-cases-3.8.2.tar.gz 1094993 BLAKE2B 2a5b1dd57dca9b159756287b8bd4d2a54fa1f48e2256959343bb196867ab57ff6852826744f166ac39dbb0f06bcce4918a718a1097d5d2e3841b0a516838bf40 SHA512 5da2b8db56e91d3f0948b90b9225d21fad5c4cf2c319388844aca9b74b69ec9c91f7a661e28cc06b9ab8a85a11272fc4d5fc81d0d9d4b0abff80fb83d34744ad

diff --git a/dev-python/pytest-cases/pytest-cases-3.6.13.ebuild b/dev-python/pytest-cases/pytest-cases-3.6.13.ebuild
deleted file mode 100644
index 514163671d..0000000000
--- a/dev-python/pytest-cases/pytest-cases-3.6.13.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="dev-python/mkdocs-material"
-
-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.9.5[${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}]
-	)
-"
-
-EPYTEST_DESELECT=(
-	tests/pytest_extension/doc/test_doc_fixture_graph_union.py::test_closure
-	tests/pytest_extension/fixtures/fixture_unions/test_fixture_closure_edits.py::test_super_closure_edits2
-	tests/pytest_extension/fixtures/fixture_unions/test_fixtures_union_2hard.py::test_super_closure
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	sed "/pytest-runner/d" -i setup.cfg || die
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	docs_compile
-}

diff --git a/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild b/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild
deleted file mode 100644
index b24ac8c873..0000000000
--- a/dev-python/pytest-cases/pytest-cases-3.6.14.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-
-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.9.5[${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}]
-	)
-"
-
-EPYTEST_DESELECT=(
-	tests/pytest_extension/doc/test_doc_fixture_graph_union.py::test_closure
-	tests/pytest_extension/fixtures/fixture_unions/test_fixture_closure_edits.py::test_super_closure_edits2
-	tests/pytest_extension/fixtures/fixture_unions/test_fixtures_union_2hard.py::test_super_closure
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	sed "/pytest-runner/d" -i setup.cfg || die
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	docs_compile
-}


             reply	other threads:[~2024-01-26 10:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-26 10:06 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-26 10:06 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-cases/ Takuya Wakazono
2023-02-28 10:09 Anna Vyalkova
2023-02-25 23:27 Anna Vyalkova
2022-12-12 11:44 Anna Vyalkova
2022-05-30 19:26 Anna Vyalkova
2022-03-31  7:24 Anna Vyalkova
2022-02-09  0:24 Anna Vyalkova
2022-01-09  0:01 Anna Vyalkova

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1706263313.18e4b6aba3b1340795fd8fe73b0598d5ea39c050.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox