public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/
Date: Sat, 13 Aug 2022 11:09:19 +0000 (UTC)	[thread overview]
Message-ID: <1660388925.ff57a62a4bcc1ed12d6a3f12eb3574d772f31f5f.arthurzam@gentoo> (raw)

commit:     ff57a62a4bcc1ed12d6a3f12eb3574d772f31f5f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 11:08:45 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 11:08:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff57a62a

dev-python/pyfakefs: drop 4.6.0, 4.6.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pyfakefs/Manifest              |  2 --
 dev-python/pyfakefs/pyfakefs-4.6.0.ebuild | 43 -------------------------------
 dev-python/pyfakefs/pyfakefs-4.6.1.ebuild | 30 ---------------------
 3 files changed, 75 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 014387b128c9..fedbed50f63d 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,5 +1,3 @@
 DIST pyfakefs-4.5.6.tar.gz 206310 BLAKE2B c37cb4709a285bfba411cd76da4f158cfe682d210411290ed3e06456ceb5b6de99ecc320da748c8d9b0e230b6384290638d3fd22f0e1388c1965b2b2806d2d30 SHA512 c7a31cc94eaa2b1830d4da355bf4d3de5cbdc8851561ec82fd2de9fe845457f13bcc25aa58a50afb862f396cb0e83c8bf71bb8be51cc3b628ff01b25db62eca6
-DIST pyfakefs-4.6.0.gh.tar.gz 208832 BLAKE2B 60a8c3223fc92e366beb8907ea0c8f242b91ddd422ab0b551d04d7c24ed3d4202b7c42b8971eef0f15fa27b7ed0821637e9341b3feeaf02232948a50898213d6 SHA512 9f507c7b0e28591886cb91c36dad22d6c55d123a447070c2fdc6573d2db1e2bb79cd5c203a9fce762882de680feacaf7e3b57f9bebf6922c643bf61fe44878f2
-DIST pyfakefs-4.6.1.gh.tar.gz 209134 BLAKE2B 81dc53dad9e815eaf3024f157aab36afcfd6547485b92b47e5acf2b03f49eb6ffe0d07da1c4d16b82585870535ba9d44580f190c28856dba6906d07996aba2f7 SHA512 ef2defe59e84e6e85408e7369efc86c1d6f3981456a2628552b63b8fca959ff8536b41fb006bd8b291bef9fb3dba17126c4e211a21f0d11cc29da8f7d5addce2
 DIST pyfakefs-4.6.2.gh.tar.gz 209535 BLAKE2B ffc14a6fbe55958c05cb9d2343d5375f1b72fb3264de2ccd72ee225a8569bb2de1a79cab597eb17f6b5ffeefa1ed224d0997ebd9b416ed357eff75cab24652bd SHA512 60a1c7f2ce969df91e0cabba85aaeb941ae38346c5f83f3fb39c112d49e51f53a837710b16d46096bbf7182b076f13b0aafbe4e7e34fdcfb2c49720958e35cef
 DIST pyfakefs-4.6.3.gh.tar.gz 209890 BLAKE2B 71f84ca02a8a1f9fa5541e0cac1cddd270a8fc66fe5d1f62e8c7bf017f4992e93a6d1bce83847c3833f841e7935d86d6b59b17ee114c82a9d2c36e9c5fe87d02 SHA512 b34091e4311c69ee3eb46cc631c00ec07804c6d5add42887f850275dc0c22d07a893d5dadf2febcbee15c631b476573e63ae52a9ae5780d83a0ef774cff11a5a

diff --git a/dev-python/pyfakefs/pyfakefs-4.6.0.ebuild b/dev-python/pyfakefs/pyfakefs-4.6.0.ebuild
deleted file mode 100644
index 926e0dc49359..000000000000
--- a/dev-python/pyfakefs/pyfakefs-4.6.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A fake file system that mocks the Python file system modules"
-HOMEPAGE="
-	https://github.com/jmcgeheeiv/pyfakefs/
-	https://pypi.org/project/pyfakefs/
-"
-SRC_URI="
-	https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	local EPYTEST_DESELECT=()
-
-	[[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
-		pyfakefs/pytest_tests/pytest_plugin_test.py::test_pause_resume
-		pyfakefs/pytest_tests/pytest_plugin_test.py::test_pause_resume_contextmanager
-		pyfakefs/tests/fake_filesystem_unittest_test.py::PauseResumeTest
-		pyfakefs/tests/fake_filesystem_unittest_test.py::PauseResumePatcherTest
-		pyfakefs/tests/fake_tempfile_test.py::FakeTempfileModuleTest::test_named_temporary_file
-		pyfakefs/tests/fake_tempfile_test.py::FakeTempfileModuleTest::test_named_temporary_file_no_delete
-		pyfakefs/tests/fake_tempfile_test.py::FakeTempfileModuleTest::test_temporary_file
-		pyfakefs/tests/fake_tempfile_test.py::FakeTempfileModuleTest::test_temporay_file_with_dir
-	)
-
-	epytest -p pyfakefs.pytest_plugin
-}

diff --git a/dev-python/pyfakefs/pyfakefs-4.6.1.ebuild b/dev-python/pyfakefs/pyfakefs-4.6.1.ebuild
deleted file mode 100644
index 54098f2af2c1..000000000000
--- a/dev-python/pyfakefs/pyfakefs-4.6.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A fake file system that mocks the Python file system modules"
-HOMEPAGE="
-	https://github.com/jmcgeheeiv/pyfakefs/
-	https://pypi.org/project/pyfakefs/
-"
-SRC_URI="
-	https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest -p pyfakefs.pytest_plugin
-}


             reply	other threads:[~2022-08-13 11:09 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-13 11:09 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02 10:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/ Michał Górny
2024-11-02  9:01 Michał Górny
2024-10-26 11:52 Michał Górny
2024-10-13 14:58 Michał Górny
2024-10-09  6:31 Michał Górny
2024-07-27  9:44 Michał Górny
2024-07-27  6:40 Arthur Zamarin
2024-07-13  4:46 Michał Górny
2024-07-05 18:52 Michał Górny
2024-05-28 12:10 Michał Górny
2024-05-22  6:55 Michał Górny
2024-05-13  2:12 Michał Górny
2024-04-27  8:26 Michał Górny
2024-04-27  6:53 Michał Górny
2024-04-12  3:35 Michał Górny
2024-04-08  3:06 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-03  9:17 Michał Górny
2024-02-03  8:48 Arthur Zamarin
2024-01-31  6:59 Michał Górny
2024-01-19 18:28 Arthur Zamarin
2023-12-09 14:00 Michał Górny
2023-12-09 13:56 Michał Górny
2023-12-01 14:14 Michał Górny
2023-12-01  5:39 Michał Górny
2023-11-19  9:44 Michał Górny
2023-11-19  9:44 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 19:21 Sam James
2023-10-12  4:39 Michał Górny
2023-09-25 18:49 Michał Górny
2023-09-25 16:54 Arthur Zamarin
2023-08-19  6:44 Michał Górny
2023-08-11 19:10 Michał Górny
2023-08-11 19:06 Arthur Zamarin
2023-07-11  5:52 Michał Górny
2023-07-11  5:52 Michał Górny
2023-05-03  5:20 Michał Górny
2023-05-02 19:09 Arthur Zamarin
2023-04-14  3:59 Michał Górny
2023-04-11 17:25 Michał Górny
2023-04-01  6:13 Michał Górny
2023-02-16 20:26 Michał Górny
2023-01-13  7:09 Michał Górny
2022-10-22 15:58 Michał Górny
2022-10-22 15:58 Michał Górny
2022-10-22 15:52 Arthur Zamarin
2022-10-10  7:43 Arthur Zamarin
2022-09-19 18:35 Arthur Zamarin
2022-08-21 18:58 Arthur Zamarin
2022-08-21 18:56 Arthur Zamarin
2022-08-13 11:09 Arthur Zamarin
2022-08-13 10:23 Arthur Zamarin
2022-07-21 20:17 Michał Górny
2022-07-15  8:17 Michał Górny
2022-07-14  5:58 Michał Górny
2022-07-13  8:10 Michał Górny
2022-05-24  6:16 Michał Górny
2022-04-19 13:39 Michał Górny
2022-04-19 11:47 Arthur Zamarin
2022-03-18 15:19 Michał Górny
2022-03-18 14:32 Arthur Zamarin
2022-03-18 10:08 Michał Górny
2022-02-17 20:19 Michał Górny
2022-02-17 19:39 Arthur Zamarin
2022-02-14 21:37 Michał Górny
2022-02-07 21:15 James Le Cuirot
2022-01-12 21:12 Michał Górny
2021-12-09 22:41 Michał Górny
2021-12-09 21:26 Sam James
2021-11-08 21:04 Michał Górny
2021-11-08 21:04 Michał Górny
2021-11-08  8:31 Michał Górny
2021-10-03 19:29 Michał Górny
2021-10-03 18:48 Sam James
2021-08-29 21:50 Michał Górny
2021-06-04 18:59 Michał Górny
2021-05-24 21:20 Joshua Kinard
2021-03-30 11:10 Michał Górny
2021-03-30  9:27 Sam James
2021-02-24 21:43 Michał Górny
2021-01-25 14:29 Michał Górny
2021-01-25 14:06 Sam James
2020-12-20 20:36 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 20:18 Sam James
2020-12-06 17:56 Sam James
2020-11-28  8:32 Sam James
2020-11-26 15:08 Michał Górny
2020-11-24  7:43 Michał Górny
2020-11-19 18:17 Michał Górny
2020-11-02 15:59 Michał Górny
2020-11-01 14:34 Michał Górny
2020-10-13 22:35 Louis Sautier
2020-09-20 15:38 Michał Górny
2020-08-19  9:03 Sam James
2020-07-21 17:08 Sergei Trofimovich
2020-07-17  0:35 Sam James
2020-07-12  2:45 Sam James
2020-07-09 10:39 Michał Górny
2020-07-09 10:39 Michał Górny
2020-07-09  8:41 Agostino Sarubbo
2020-07-09  8:27 Agostino Sarubbo
2020-06-28 12:00 Michał Górny
2020-06-26 21:16 Mart Raudsepp
2020-05-30  7:27 Michał Górny
2020-05-30  7:27 Michał Górny
2020-05-01  8:40 Mart Raudsepp
2020-04-13 21:50 Sergei Trofimovich
2020-04-13 21:50 Sergei Trofimovich
2020-03-28 17:44 Michał Górny
2020-03-05  5:50 Michał Górny
2020-03-05  5:50 Michał Górny
2020-03-03 11:21 Agostino Sarubbo
2020-03-03 10:39 Agostino Sarubbo
2020-03-03  7:22 Matt Turner
2020-03-03  7:01 Michał Górny
2020-02-23  8:54 Sergei Trofimovich
2020-02-06  8:34 Sergei Trofimovich
2020-01-31 22:17 Sergei Trofimovich
2020-01-29  6:44 Michał Górny
2019-06-25 21:53 Patrick McLean
2019-03-19 15:38 Rick Farina
2019-03-11  8:40 Mikle Kolyada
2018-06-15  6:03 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=1660388925.ff57a62a4bcc1ed12d6a3f12eb3574d772f31f5f.arthurzam@gentoo \
    --to=arthurzam@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