commit:     2a6944d9d355e3c45e0757564afbabb54a864af3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 05:10:04 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  3 05:10:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6944d9

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest              |  3 ---
 dev-python/pyfakefs/pyfakefs-5.1.0.ebuild | 30 ------------------------------
 dev-python/pyfakefs/pyfakefs-5.2.0.ebuild | 30 ------------------------------
 dev-python/pyfakefs/pyfakefs-5.2.1.ebuild | 30 ------------------------------
 4 files changed, 93 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 3a1cd3d3597a..6074b50d63b0 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,4 +1 @@
-DIST pyfakefs-5.1.0.gh.tar.gz 212507 BLAKE2B 
b9607ff2af71d6697bb5ea5ceae0bb1b92b9aa2e91bafdf24d3dab6f5412a6fd8ff590983085079e9a7b1569b839f4fc5b443d5904decf2de5511ab856e8de7d
 SHA512 
40d4e3fb422c2d9515c00bfa9940a8799d5e102a5775ac34d45e99286759451d1287df1e32f45956a84c1052cc02eed98a8f9789a628ac253771042b011ddd3e
-DIST pyfakefs-5.2.0.gh.tar.gz 218488 BLAKE2B 
b0d2fc01e6fc4b965d5b1099700864c309cb3531b4672fe86db7e1517e4661b64b268f3551eabdd6a20ce2c9b3c4b109bce050962ca7deec6450825292468677
 SHA512 
d1d7557f5bcf4ae5917f71d74ee942c428f39c9c1bca5cd31e6f7662084a0db044bddaa0e6e95ea7ee410444b46e3cae91f8dbf74050225f94ecd6436a4c5468
-DIST pyfakefs-5.2.1.gh.tar.gz 219084 BLAKE2B 
85769abbff7c0fb8497cd951785d362778178aec28649b873ade35da819fb496d075ebe1b615c7e5965f1bc8469bea59bcd47db0667ee50475d093e3014623e2
 SHA512 
79febb84ca53ccef1d550f40a36fdff0d4b92484e9ea7a616de914c37d1156f56653e60c549c6060b4bdda9a36e40bc4a94e58b762850a31a2a2c2f1b06358fe
 DIST pyfakefs-5.2.2.gh.tar.gz 219768 BLAKE2B 
be22ad269dcb8777c2fc6d8aed5079b84089980f5b62f1198ec2b4b3eea3688df3665bfc305a300e73917d65bc4209bc7bbf2a739d3852b1257036ca288a7846
 SHA512 
43ba719ad129f3e5188512a6f9b1eb8cfd7586f45a69c6623a9ae2429ca4dfa67d54cfc42032a599daaf736d46cb9e268c9f68150c16427667ed84e0917ed459

diff --git a/dev-python/pyfakefs/pyfakefs-5.1.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.1.0.ebuild
deleted file mode 100644
index bd296d0b3f4b..000000000000
--- a/dev-python/pyfakefs/pyfakefs-5.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A fake file system that mocks the Python file system modules"
-HOMEPAGE="
-       https://github.com/pytest-dev/pyfakefs/
-       https://pypi.org/project/pyfakefs/
-"
-SRC_URI="
-       https://github.com/pytest-dev/pyfakefs/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
-}

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.0.ebuild
deleted file mode 100644
index 876026d4079f..000000000000
--- a/dev-python/pyfakefs/pyfakefs-5.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A fake file system that mocks the Python file system modules"
-HOMEPAGE="
-       https://github.com/pytest-dev/pyfakefs/
-       https://pypi.org/project/pyfakefs/
-"
-SRC_URI="
-       https://github.com/pytest-dev/pyfakefs/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
-}

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.1.ebuild
deleted file mode 100644
index 876026d4079f..000000000000
--- a/dev-python/pyfakefs/pyfakefs-5.2.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A fake file system that mocks the Python file system modules"
-HOMEPAGE="
-       https://github.com/pytest-dev/pyfakefs/
-       https://pypi.org/project/pyfakefs/
-"
-SRC_URI="
-       https://github.com/pytest-dev/pyfakefs/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 via email to