public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-mock/
Date: Sat,  5 Jun 2021 21:20:22 +0000 (UTC)	[thread overview]
Message-ID: <1622927906.37cbacf459bbc890a2b06e9356b3f6a62b8588c4.mgorny@gentoo> (raw)

commit:     37cbacf459bbc890a2b06e9356b3f6a62b8588c4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 21:18:26 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 21:18:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37cbacf4

dev-python/pytest-mock: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-mock/Manifest                 |  2 --
 dev-python/pytest-mock/pytest-mock-3.5.1.ebuild | 36 -------------------------
 dev-python/pytest-mock/pytest-mock-3.6.0.ebuild | 32 ----------------------
 3 files changed, 70 deletions(-)

diff --git a/dev-python/pytest-mock/Manifest b/dev-python/pytest-mock/Manifest
index 1244c4ba705..c05c153f905 100644
--- a/dev-python/pytest-mock/Manifest
+++ b/dev-python/pytest-mock/Manifest
@@ -1,3 +1 @@
-DIST pytest-mock-3.5.1.tar.gz 29135 BLAKE2B f9eb37bff0965772919c359ad56a0cdd0cac24fa763685c42ffaa2dfaea183a9c0be480269cbfc80990baaf406021c541b6dccc09602e98c8f731bbd530e928a SHA512 28ab2f239d3dfee134dd4e4fd467109cf3c76cb60aeb537dbc0c21b9a7619d068d54737e33d98c585e9341588fdafba4737ea5f428af37796f55e61ec30373a7
-DIST pytest-mock-3.6.0.tar.gz 29795 BLAKE2B ac0a9ebf47ceacaa6f1e109571a15509780ca25b67f46a74710fb81e3af4cb90f4bf95e077abd9c5be803fed1a4dfe691f57f4b0d89fbc91cb91ed85fd326f9b SHA512 158614ad655545a95134335b6ca5ab81bfae57a045a6e394c4195d267e2b5cce277302036ad7e23e3c771eaae71575b901ac3e02a734714d63ecb50c11b9df94
 DIST pytest-mock-3.6.1.tar.gz 29933 BLAKE2B 6c22d23f3a8e9b5ef26f990325f5a2c2897b60f61f84472716a1f984e72a8c38f6992e439ef581d7772e25a5fe9e76d190697d9c7bc8b5dcbf6375bead4b3dc3 SHA512 50a8ffbac1b20b1962558789b24d50c1e7d8d2e2706ee15a576eb5fd1b40d4523482dce7a1078d532b686ff8d38b6d769d356b04241528a0196e14acae0b6199

diff --git a/dev-python/pytest-mock/pytest-mock-3.5.1.ebuild b/dev-python/pytest-mock/pytest-mock-3.5.1.ebuild
deleted file mode 100644
index 17ca5abbe94..00000000000
--- a/dev-python/pytest-mock/pytest-mock-3.5.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Thin-wrapper around the mock package for easier use with pytest"
-HOMEPAGE="https://github.com/pytest-dev/pytest-mock/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
-IUSE=""
-
-RDEPEND=">=dev-python/pytest-5[${PYTHON_USEDEP}]"
-BDEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	if has_version dev-python/mock; then
-		# test fails when standalone mock is installed
-		sed -e 's|^\(def \)\(test_standalone_mock(\)|\1_\2|' -i tests/test_pytest_mock.py || die
-	fi
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	distutils_install_for_testing
-	pytest --assert=plain -vv || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/pytest-mock/pytest-mock-3.6.0.ebuild b/dev-python/pytest-mock/pytest-mock-3.6.0.ebuild
deleted file mode 100644
index 074f1d7ea00..00000000000
--- a/dev-python/pytest-mock/pytest-mock-3.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Thin-wrapper around the mock package for easier use with pytest"
-HOMEPAGE="https://github.com/pytest-dev/pytest-mock/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
-
-RDEPEND=">=dev-python/pytest-5[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local deselect=()
-	if has_version dev-python/mock; then
-		deselect+=(
-			tests/test_pytest_mock.py::test_standalone_mock
-		)
-	fi
-
-	distutils_install_for_testing
-	epytest --assert=plain ${deselect[@]/#/--deselect }
-}


             reply	other threads:[~2021-06-05 21:20 UTC|newest]

Thread overview: 112+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-05 21:20 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-14 12:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-mock/ Michał Górny
2024-05-08 18:31 Michał Górny
2024-03-22  4:38 Michał Górny
2023-11-22 11:04 Michał Górny
2023-11-22 11:04 Michał Górny
2023-10-20  4:42 Michał Górny
2023-07-10  1:47 Michał Górny
2023-06-16  3:34 Michał Górny
2023-05-24  8:35 Michał Górny
2023-05-23 15:42 Michał Górny
2023-03-17 15:23 Michał Górny
2022-12-25 16:22 Michał Górny
2022-11-03 19:42 Arthur Zamarin
2022-11-03 19:36 Arthur Zamarin
2022-09-28 18:34 Michał Górny
2022-07-29 12:49 Michał Górny
2022-07-29 11:45 Arthur Zamarin
2022-07-05 19:28 Arthur Zamarin
2022-06-25  5:11 Michał Górny
2022-05-10 20:38 Michał Górny
2022-04-25 17:16 Sam James
2022-03-16  8:00 Michał Górny
2022-01-30 19:15 Zac Medico
2022-01-28 23:01 Michał Górny
2022-01-28 23:01 Michał Górny
2022-01-28 18:38 Arthur Zamarin
2021-09-23  8:15 James Le Cuirot
2021-09-22  7:18 Arthur Zamarin
2021-06-05 20:35 Sam James
2021-05-25  1:29 Joshua Kinard
2021-05-07  8:04 Michał Górny
2021-05-06 11:38 Michał Górny
2021-04-25  7:56 Michał Górny
2021-03-02  8:53 Michał Górny
2021-03-02  4:37 Sam James
2021-01-18 18:48 Michał Górny
2021-01-18 16:53 Sam James
2021-01-11  9:21 Michał Górny
2021-01-05  9:17 Michał Górny
2020-12-16 10:09 Michał Górny
2020-11-28  8:32 Sam James
2020-09-21 16:06 Michał Górny
2020-09-20 14:36 Michał Górny
2020-09-19 21:33 Michał Górny
2020-09-19 20:53 Sam James
2020-09-19  7:21 Michał Górny
2020-09-19  1:01 Sam James
2020-09-18 15:43 Michał Górny
2020-08-27  7:00 Michał Górny
2020-08-22  6:16 Michał Górny
2020-08-21 19:15 Sergei Trofimovich
2020-08-21 19:00 Sergei Trofimovich
2020-08-21 15:36 Agostino Sarubbo
2020-08-21 15:31 Agostino Sarubbo
2020-08-21 15:27 Agostino Sarubbo
2020-07-12 20:19 Michał Górny
2020-07-11 19:55 Sergei Trofimovich
2020-07-11  8:06 Michał Górny
2020-07-11  7:51 Michał Górny
2020-07-06 19:15 Michał Górny
2020-06-29 13:40 Agostino Sarubbo
2020-06-06 18:01 Michał Górny
2020-06-05 16:10 Sergei Trofimovich
2020-06-05  5:54 Michał Górny
2020-06-03  6:59 Sergei Trofimovich
2020-06-02 22:21 Mart Raudsepp
2020-05-31  7:45 Michał Górny
2020-05-26  9:26 Michał Górny
2020-05-04 11:44 Michał Górny
2020-04-26 19:02 Matt Turner
2020-04-19  6:51 Michał Górny
2020-04-18 13:51 Michał Górny
2020-04-18 13:51 Michał Górny
2020-04-08 20:53 Sergei Trofimovich
2020-03-28 18:49 Michał Górny
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-02-03 11:31 Agostino Sarubbo
2020-01-31 22:17 Sergei Trofimovich
2019-12-30 21:54 Piotr Karbowski
2019-12-30 12:59 Michał Górny
2019-12-02 21:13 Aaron Bauman
2019-12-02 19:27 Aaron Bauman
2019-10-26 20:33 Zac Medico
2019-05-15 22:56 Sergei Trofimovich
2019-02-17 17:34 Sergei Trofimovich
2019-01-03 15:02 Sergei Trofimovich
2018-12-29 13:16 Sergei Trofimovich
2018-12-27 17:19 Matt Turner
2018-11-18 11:40 Mikle Kolyada
2018-11-18  9:38 Mikle Kolyada
2018-10-17 12:11 Tobias Klausmann
2018-08-18 22:21 Sergei Trofimovich
2018-08-06  9:14 Sergei Trofimovich
2018-08-06  9:14 Sergei Trofimovich
2018-08-06  9:14 Sergei Trofimovich
2018-07-21 20:52 Michał Górny
2018-07-21 10:14 Michał Górny
2018-07-21 10:14 Michał Górny
2018-07-21 10:14 Michał Górny
2018-07-21 10:14 Michał Górny
2017-10-30 20:15 Zac Medico
2017-10-29 22:13 Zac Medico
2017-10-19 12:29 Manuel Rüger
2017-09-30  0:00 Matt Thode
2017-06-23  5:58 Alexis Ballier
2017-04-15 19:42 Manuel Rüger
2017-02-13  9:00 Zac Medico
2017-01-01 21:21 Zac Medico
2016-12-31 15:23 Zac Medico
2016-09-19  2:24 Zac Medico

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=1622927906.37cbacf459bbc890a2b06e9356b3f6a62b8588c4.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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