[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-07-27 Thread Michał Górny
commit: b1758899c435bcf178f5daf05f840bcb0e121f20
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 27 09:35:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 27 09:44:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1758899

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest   |  2 -
 dev-python/pyfakefs/pyfakefs-5.5.0.ebuild  | 44 
 .../pyfakefs/pyfakefs-5.6_pre20240703.ebuild   | 47 --
 3 files changed, 93 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 1b047122af84..0bd9cd62dbb0 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,4 +1,2 @@
 DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8
-DIST pyfakefs-5.5.0.gh.tar.gz 239883 BLAKE2B 
cf9b91fbfbb77b012ec768ac2188ea5c611a271f50ded69cc92607d955b4dda8cacf7b0560da5a2b57f7a4aa6879fafb328357e5996d8c7c025f531530a04f4d
 SHA512 
d9f05318f26ca9c26e0cca3c4fdf19dc3cf33bd21a6a87e1e4d8871b06eba9d8ba875301b001221ec9e0bd17c14f8aba3e61d3ec5b3c72587d28b7b5263e2a2c
 DIST pyfakefs-5.6.0.gh.tar.gz 242557 BLAKE2B 
d29e83d5ad6c7e313d28484754d2064d820856429c0e48e3b5851ecc1ae8cdfdc632f5855548229bc362b5323a7166b8d3776f2a2ccfb7472938362695a9f6f7
 SHA512 
7f3d8798088c66aaf57e238ee8f4693164508d23ff59fcde4a546af26da850a8c33cf0c552cb312ccfefc463db78ac80a356ce55634afc276124064ee210
-DIST pyfakefs-9c19d6a55e6ebac98267713d571202e82b641279.gh.tar.gz 242645 
BLAKE2B 
175ebb18f15222152b12d0651cc378393f8a6d758d33355babca017a4fa4462610499466e0ba4ff429ac066880e1475fcb5c504cf085e067c87ceb878537ffb3
 SHA512 
b9c57128d057560882558b8d5ece24c98e377a6ed563e69d1e899106295f2fc43058265da092d34b9c00e886171f905acff851f78ce3e9c66ff4a9c0b1288581

diff --git a/dev-python/pyfakefs/pyfakefs-5.5.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.5.0.ebuild
deleted file mode 100644
index ebe04cf6f2f1..
--- a/dev-python/pyfakefs/pyfakefs-5.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
-   local EPYTEST_IGNORE=(
-   # test for regression with opentimelineio package
-   pyfakefs/pytest_tests/segfault_test.py
-   # test for regression with undefined package
-   pyfakefs/pytest_tests/pytest_fixture_test.py
-   )
-
-   if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then
-   EPYTEST_IGNORE+=(
-   pyfakefs/pytest_tests/pytest_reload_pandas_test.py
-   )
-   fi
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pyfakefs.pytest_plugin
-}

diff --git a/dev-python/pyfakefs/pyfakefs-5.6_pre20240703.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.6_pre20240703.ebuild
deleted file mode 100644
index bda023a13df1..
--- a/dev-python/pyfakefs/pyfakefs-5.6_pre20240703.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1
-
-EGIT_COMMIT=9c19d6a55e6ebac98267713d571202e82b641279
-MY_P=${PN}-${EGIT_COMMIT}
-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/${EGIT_COMMIT}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-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 EPYTEST_DESELECT=()
-   local EPYTEST_IGNORE=(
-   # test for regression with opentimelineio package
-   pyfakefs/pytest_tests/segfault_test.py
-   # test 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-07-26 Thread Arthur Zamarin
commit: 39899412d372a3a81ed30ddcb16f8542d88f0b84
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 27 06:40:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 27 06:40:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39899412

dev-python/pyfakefs: Stabilize 5.6.0 ALLARCHES, #936703

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-5.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.6.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.6.0.ebuild
index 9ebc980ca040..fb9c7d607786 100644
--- a/dev-python/pyfakefs/pyfakefs-5.6.0.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.6.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-07-12 Thread Michał Górny
commit: f26884479ab72585ad5bc2f624a7a9a17fc29757
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 13 04:15:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 13 04:44:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2688447

dev-python/pyfakefs: Bump to 5.6.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.6.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index b69fb60e375f..1b047122af84 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,4 @@
 DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8
 DIST pyfakefs-5.5.0.gh.tar.gz 239883 BLAKE2B 
cf9b91fbfbb77b012ec768ac2188ea5c611a271f50ded69cc92607d955b4dda8cacf7b0560da5a2b57f7a4aa6879fafb328357e5996d8c7c025f531530a04f4d
 SHA512 
d9f05318f26ca9c26e0cca3c4fdf19dc3cf33bd21a6a87e1e4d8871b06eba9d8ba875301b001221ec9e0bd17c14f8aba3e61d3ec5b3c72587d28b7b5263e2a2c
+DIST pyfakefs-5.6.0.gh.tar.gz 242557 BLAKE2B 
d29e83d5ad6c7e313d28484754d2064d820856429c0e48e3b5851ecc1ae8cdfdc632f5855548229bc362b5323a7166b8d3776f2a2ccfb7472938362695a9f6f7
 SHA512 
7f3d8798088c66aaf57e238ee8f4693164508d23ff59fcde4a546af26da850a8c33cf0c552cb312ccfefc463db78ac80a356ce55634afc276124064ee210
 DIST pyfakefs-9c19d6a55e6ebac98267713d571202e82b641279.gh.tar.gz 242645 
BLAKE2B 
175ebb18f15222152b12d0651cc378393f8a6d758d33355babca017a4fa4462610499466e0ba4ff429ac066880e1475fcb5c504cf085e067c87ceb878537ffb3
 SHA512 
b9c57128d057560882558b8d5ece24c98e377a6ed563e69d1e899106295f2fc43058265da092d34b9c00e886171f905acff851f78ce3e9c66ff4a9c0b1288581

diff --git a/dev-python/pyfakefs/pyfakefs-5.6.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.6.0.ebuild
new file mode 100644
index ..9ebc980ca040
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.6.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} 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 EPYTEST_DESELECT=()
+   local EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   # test for regression with undefined package
+   pyfakefs/pytest_tests/pytest_fixture_test.py
+   )
+
+   if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then
+   EPYTEST_IGNORE+=(
+   pyfakefs/pytest_tests/pytest_reload_pandas_test.py
+   )
+   fi
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-07-05 Thread Michał Górny
commit: 9d488ca7aa0e2a829d9dea6308d4ddde05760041
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  5 18:07:26 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  5 18:52:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d488ca7

dev-python/pyfakefs: Bump to 5.6_pre20240703

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

 dev-python/pyfakefs/Manifest   |  1 +
 .../pyfakefs/pyfakefs-5.6_pre20240703.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 0a3970bfc438..b69fb60e375f 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8
 DIST pyfakefs-5.5.0.gh.tar.gz 239883 BLAKE2B 
cf9b91fbfbb77b012ec768ac2188ea5c611a271f50ded69cc92607d955b4dda8cacf7b0560da5a2b57f7a4aa6879fafb328357e5996d8c7c025f531530a04f4d
 SHA512 
d9f05318f26ca9c26e0cca3c4fdf19dc3cf33bd21a6a87e1e4d8871b06eba9d8ba875301b001221ec9e0bd17c14f8aba3e61d3ec5b3c72587d28b7b5263e2a2c
+DIST pyfakefs-9c19d6a55e6ebac98267713d571202e82b641279.gh.tar.gz 242645 
BLAKE2B 
175ebb18f15222152b12d0651cc378393f8a6d758d33355babca017a4fa4462610499466e0ba4ff429ac066880e1475fcb5c504cf085e067c87ceb878537ffb3
 SHA512 
b9c57128d057560882558b8d5ece24c98e377a6ed563e69d1e899106295f2fc43058265da092d34b9c00e886171f905acff851f78ce3e9c66ff4a9c0b1288581

diff --git a/dev-python/pyfakefs/pyfakefs-5.6_pre20240703.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.6_pre20240703.ebuild
new file mode 100644
index ..bda023a13df1
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.6_pre20240703.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1
+
+EGIT_COMMIT=9c19d6a55e6ebac98267713d571202e82b641279
+MY_P=${PN}-${EGIT_COMMIT}
+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/${EGIT_COMMIT}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+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 EPYTEST_DESELECT=()
+   local EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   # test for regression with undefined package
+   pyfakefs/pytest_tests/pytest_fixture_test.py
+   )
+
+   if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then
+   EPYTEST_IGNORE+=(
+   pyfakefs/pytest_tests/pytest_reload_pandas_test.py
+   )
+   fi
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-05-28 Thread Michał Górny
commit: 010e09cb697370036c78f97ddb0c8e27ed2b4a85
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 12:07:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 28 12:07:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010e09cb

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-5.4.1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 073b231c1255..0a3970bfc438 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,2 @@
 DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8
-DIST pyfakefs-5.4.1.gh.tar.gz 237928 BLAKE2B 
8abea2d884d69717ab754c3833f86230e981ddb099f8f9493d4d82ff0ff73e644ec793ea5e68edc662fee72dfd833fcab068b73fd528d2e5d8445823
 SHA512 
f27ce662a443623717a91e3fe1895cbbf7a64d009b7846b61c890ebabb0c3bb978b12bb83b68460fc026f4a0cfe846afb6057b72306e822dc8ba75d6e2f1b555
 DIST pyfakefs-5.5.0.gh.tar.gz 239883 BLAKE2B 
cf9b91fbfbb77b012ec768ac2188ea5c611a271f50ded69cc92607d955b4dda8cacf7b0560da5a2b57f7a4aa6879fafb328357e5996d8c7c025f531530a04f4d
 SHA512 
d9f05318f26ca9c26e0cca3c4fdf19dc3cf33bd21a6a87e1e4d8871b06eba9d8ba875301b001221ec9e0bd17c14f8aba3e61d3ec5b3c72587d28b7b5263e2a2c

diff --git a/dev-python/pyfakefs/pyfakefs-5.4.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.4.1.ebuild
deleted file mode 100644
index ebe04cf6f2f1..
--- a/dev-python/pyfakefs/pyfakefs-5.4.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
-   local EPYTEST_IGNORE=(
-   # test for regression with opentimelineio package
-   pyfakefs/pytest_tests/segfault_test.py
-   # test for regression with undefined package
-   pyfakefs/pytest_tests/pytest_fixture_test.py
-   )
-
-   if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then
-   EPYTEST_IGNORE+=(
-   pyfakefs/pytest_tests/pytest_reload_pandas_test.py
-   )
-   fi
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pyfakefs.pytest_plugin
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-05-21 Thread Michał Górny
commit: 6c44379ac4838714804c350fa19383e8911800e1
Author: Joe Kappus  wt  gd>
AuthorDate: Mon May  6 06:27:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 22 06:55:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c44379a

dev-python/pyfakefs: readd 5.3.5

Signed-off-by: Joe Kappus  wt.gd>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.3.5.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 0103e03c5326..073b231c1255 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
+DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8
 DIST pyfakefs-5.4.1.gh.tar.gz 237928 BLAKE2B 
8abea2d884d69717ab754c3833f86230e981ddb099f8f9493d4d82ff0ff73e644ec793ea5e68edc662fee72dfd833fcab068b73fd528d2e5d8445823
 SHA512 
f27ce662a443623717a91e3fe1895cbbf7a64d009b7846b61c890ebabb0c3bb978b12bb83b68460fc026f4a0cfe846afb6057b72306e822dc8ba75d6e2f1b555
 DIST pyfakefs-5.5.0.gh.tar.gz 239883 BLAKE2B 
cf9b91fbfbb77b012ec768ac2188ea5c611a271f50ded69cc92607d955b4dda8cacf7b0560da5a2b57f7a4aa6879fafb328357e5996d8c7c025f531530a04f4d
 SHA512 
d9f05318f26ca9c26e0cca3c4fdf19dc3cf33bd21a6a87e1e4d8871b06eba9d8ba875301b001221ec9e0bd17c14f8aba3e61d3ec5b3c72587d28b7b5263e2a2c

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild
new file mode 100644
index ..ebe04cf6f2f1
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
+   local EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   # test for regression with undefined package
+   pyfakefs/pytest_tests/pytest_fixture_test.py
+   )
+
+   if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then
+   EPYTEST_IGNORE+=(
+   pyfakefs/pytest_tests/pytest_reload_pandas_test.py
+   )
+   fi
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-05-12 Thread Michał Górny
commit: 4ab8ffc10b6072bed98ab6896e1eb37a08061935
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 13 01:56:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 13 02:12:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab8ffc1

dev-python/pyfakefs: Bump to 5.5.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.5.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index ca8639a01728..0103e03c5326 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-5.4.1.gh.tar.gz 237928 BLAKE2B 
8abea2d884d69717ab754c3833f86230e981ddb099f8f9493d4d82ff0ff73e644ec793ea5e68edc662fee72dfd833fcab068b73fd528d2e5d8445823
 SHA512 
f27ce662a443623717a91e3fe1895cbbf7a64d009b7846b61c890ebabb0c3bb978b12bb83b68460fc026f4a0cfe846afb6057b72306e822dc8ba75d6e2f1b555
+DIST pyfakefs-5.5.0.gh.tar.gz 239883 BLAKE2B 
cf9b91fbfbb77b012ec768ac2188ea5c611a271f50ded69cc92607d955b4dda8cacf7b0560da5a2b57f7a4aa6879fafb328357e5996d8c7c025f531530a04f4d
 SHA512 
d9f05318f26ca9c26e0cca3c4fdf19dc3cf33bd21a6a87e1e4d8871b06eba9d8ba875301b001221ec9e0bd17c14f8aba3e61d3ec5b3c72587d28b7b5263e2a2c

diff --git a/dev-python/pyfakefs/pyfakefs-5.5.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.5.0.ebuild
new file mode 100644
index ..85eb97cbee97
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.5.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
+   local EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   # test for regression with undefined package
+   pyfakefs/pytest_tests/pytest_fixture_test.py
+   )
+
+   if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then
+   EPYTEST_IGNORE+=(
+   pyfakefs/pytest_tests/pytest_reload_pandas_test.py
+   )
+   fi
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-04-27 Thread Michał Górny
commit: da2c1f87af2e4be23b02e8e8615e143dc3a07c02
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 08:23:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 08:23:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2c1f87

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  2 --
 dev-python/pyfakefs/pyfakefs-5.3.5.ebuild | 38 --
 dev-python/pyfakefs/pyfakefs-5.4.0.ebuild | 44 ---
 3 files changed, 84 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index f8ed7f01d7bd..ca8639a01728 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1 @@
-DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8
-DIST pyfakefs-5.4.0.gh.tar.gz 237951 BLAKE2B 
c71354c00f9e33248796cf02a0fc85ec53904900deebfd40e5755e23a0fc43012ce0128a8145ec2e9d6b8724f5733634810dc2018aeaaeea9301e91cee71dbf1
 SHA512 
e8d6bf79cd5381c0b7157741b8b0de068ea19148f48ce0841cff48e05d48dd01090ae73c5c1e633797a479631d2072a6c16350eabe6edcf0590e8e98f2b187a0
 DIST pyfakefs-5.4.1.gh.tar.gz 237928 BLAKE2B 
8abea2d884d69717ab754c3833f86230e981ddb099f8f9493d4d82ff0ff73e644ec793ea5e68edc662fee72dfd833fcab068b73fd528d2e5d8445823
 SHA512 
f27ce662a443623717a91e3fe1895cbbf7a64d009b7846b61c890ebabb0c3bb978b12bb83b68460fc026f4a0cfe846afb6057b72306e822dc8ba75d6e2f1b555

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild
deleted file mode 100644
index 0f4599b8a6e3..
--- a/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
-   local EPYTEST_IGNORE=(
-   # test for regression with opentimelineio package
-   pyfakefs/pytest_tests/segfault_test.py
-   # test for regression with undefined package
-   pyfakefs/pytest_tests/pytest_fixture_test.py
-   )
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pyfakefs.pytest_plugin
-}

diff --git a/dev-python/pyfakefs/pyfakefs-5.4.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.4.0.ebuild
deleted file mode 100644
index 85eb97cbee97..
--- a/dev-python/pyfakefs/pyfakefs-5.4.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
-   local EPYTEST_IGNORE=(
-   # test for regression with opentimelineio package
-   pyfakefs/pytest_tests/segfault_test.py
-   # test for regression with undefined package
-   pyfakefs/pytest_tests/pytest_fixture_test.py
-   )
-
-   if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then
-   EPYTEST_IGNORE+=(
-   pyfakefs/pytest_tests/pytest_reload_pandas_test.py
-   )
-   fi
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pyfakefs.pytest_plugin
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-04-26 Thread Michał Górny
commit: 202fc08e31b0eec47e78d4fbc88909b82b9d5cb7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 06:53:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 06:53:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202fc08e

dev-python/pyfakefs: Stabilize 5.4.1 ALLARCHES, #930746

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

 dev-python/pyfakefs/pyfakefs-5.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.4.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.4.1.ebuild
index 85eb97cbee97..ebe04cf6f2f1 100644
--- a/dev-python/pyfakefs/pyfakefs-5.4.1.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.4.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-04-11 Thread Michał Górny
commit: e77215db4265ed4d1bc287445d8423ac9c5ccc29
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 12 03:27:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 12 03:35:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77215db

dev-python/pyfakefs: Bump to 5.4.1

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.4.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index bc5756a1b85f..f8ed7f01d7bd 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8
 DIST pyfakefs-5.4.0.gh.tar.gz 237951 BLAKE2B 
c71354c00f9e33248796cf02a0fc85ec53904900deebfd40e5755e23a0fc43012ce0128a8145ec2e9d6b8724f5733634810dc2018aeaaeea9301e91cee71dbf1
 SHA512 
e8d6bf79cd5381c0b7157741b8b0de068ea19148f48ce0841cff48e05d48dd01090ae73c5c1e633797a479631d2072a6c16350eabe6edcf0590e8e98f2b187a0
+DIST pyfakefs-5.4.1.gh.tar.gz 237928 BLAKE2B 
8abea2d884d69717ab754c3833f86230e981ddb099f8f9493d4d82ff0ff73e644ec793ea5e68edc662fee72dfd833fcab068b73fd528d2e5d8445823
 SHA512 
f27ce662a443623717a91e3fe1895cbbf7a64d009b7846b61c890ebabb0c3bb978b12bb83b68460fc026f4a0cfe846afb6057b72306e822dc8ba75d6e2f1b555

diff --git a/dev-python/pyfakefs/pyfakefs-5.4.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.4.1.ebuild
new file mode 100644
index ..85eb97cbee97
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.4.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
+   local EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   # test for regression with undefined package
+   pyfakefs/pytest_tests/pytest_fixture_test.py
+   )
+
+   if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then
+   EPYTEST_IGNORE+=(
+   pyfakefs/pytest_tests/pytest_reload_pandas_test.py
+   )
+   fi
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-04-07 Thread Michał Górny
commit: ca9f937da4ce7f1110ae96414f77a80bc45ec457
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  8 02:57:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  8 03:03:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9f937d

dev-python/pyfakefs: Bump to 5.4.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.4.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 107b476dcd19..bc5756a1b85f 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8
+DIST pyfakefs-5.4.0.gh.tar.gz 237951 BLAKE2B 
c71354c00f9e33248796cf02a0fc85ec53904900deebfd40e5755e23a0fc43012ce0128a8145ec2e9d6b8724f5733634810dc2018aeaaeea9301e91cee71dbf1
 SHA512 
e8d6bf79cd5381c0b7157741b8b0de068ea19148f48ce0841cff48e05d48dd01090ae73c5c1e633797a479631d2072a6c16350eabe6edcf0590e8e98f2b187a0

diff --git a/dev-python/pyfakefs/pyfakefs-5.4.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.4.0.ebuild
new file mode 100644
index ..85eb97cbee97
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.4.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
+   local EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   # test for regression with undefined package
+   pyfakefs/pytest_tests/pytest_fixture_test.py
+   )
+
+   if ! has_version "dev-python/pandas[${PYTHON_USEDEP}]"; then
+   EPYTEST_IGNORE+=(
+   pyfakefs/pytest_tests/pytest_reload_pandas_test.py
+   )
+   fi
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-02-14 Thread Michał Górny
commit: 2d1416d2c1f9e180ebe44c2fe15d838d28e33725
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 14 12:26:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 14 12:26:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1416d2

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-5.3.4.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 747ccdfb9741..107b476dcd19 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-5.3.4.gh.tar.gz 226538 BLAKE2B 
b0cac2799c7d9517a1fc89d15cf9dc5d5438ba4c43bc8796afbf77c2c7a2729bf42e1b57b1fb3777a91aa0fa12e0d6a0a6e0068855fba86bf6e372bac28e
 SHA512 
10c56af0b871b8b8ce483d01234ebba953b038fd030edf4f0fedcb5b23ee897c912d9e9404521ec11f9e8d0d041d4bde4f101a4d99b3b527721c4c291c2a6745
 DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.4.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.4.ebuild
deleted file mode 100644
index 0f4599b8a6e3..
--- a/dev-python/pyfakefs/pyfakefs-5.3.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
-   local EPYTEST_IGNORE=(
-   # test for regression with opentimelineio package
-   pyfakefs/pytest_tests/segfault_test.py
-   # test for regression with undefined package
-   pyfakefs/pytest_tests/pytest_fixture_test.py
-   )
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pyfakefs.pytest_plugin
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-02-14 Thread Michał Górny
commit: 657178925e0f70f36b9bb2fbed45080c93c002cf
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 14 12:25:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 14 12:26:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65717892

dev-python/pyfakefs: Stabilize 5.3.5 ALLARCHES, #924520

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

 dev-python/pyfakefs/pyfakefs-5.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild
index 754709257053..0f4599b8a6e3 100644
--- a/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-02-03 Thread Michał Górny
commit: af5cde8618e90b517fec2cd612c005f8cfc56a03
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 09:13:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 09:13:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5cde86

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-5.3.2.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 1b698b4ba2e3..747ccdfb9741 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,2 @@
-DIST pyfakefs-5.3.2.gh.tar.gz 225929 BLAKE2B 
1a84f52e8d85b55d2ebc0dcf9c4b44bd053c0a3a12d6c47c1f8d5aec304e39a83ffb01d4c707929955ca5cd86ae9427332d5bf043cb7f910fe1d17fbcc19e35c
 SHA512 
4cc2c861fa358c06832df6e8a7cfc91e2b9be42f1164378ea6bd0a3a6cc48f36c545b7d61e03591d025ef7bd98fdc812f903973f28a278056961aec22ca88641
 DIST pyfakefs-5.3.4.gh.tar.gz 226538 BLAKE2B 
b0cac2799c7d9517a1fc89d15cf9dc5d5438ba4c43bc8796afbf77c2c7a2729bf42e1b57b1fb3777a91aa0fa12e0d6a0a6e0068855fba86bf6e372bac28e
 SHA512 
10c56af0b871b8b8ce483d01234ebba953b038fd030edf4f0fedcb5b23ee897c912d9e9404521ec11f9e8d0d041d4bde4f101a4d99b3b527721c4c291c2a6745
 DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
deleted file mode 100644
index c569d698a7ad..
--- a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
+++ /dev/null
@@ -1,36 +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_{10..12} 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 EPYTEST_DESELECT=()
-   local EPYTEST_IGNORE=(
-   # test for regression with opentimelineio package
-   pyfakefs/pytest_tests/segfault_test.py
-   )
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pyfakefs.pytest_plugin
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-02-03 Thread Arthur Zamarin
commit: f4665ad1ab04bf760c4a6e7c7b69dce466917508
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  3 08:47:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  3 08:47:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4665ad1

dev-python/pyfakefs: Stabilize 5.3.4 ALLARCHES, #923682

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-5.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.4.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.4.ebuild
index 754709257053..0f4599b8a6e3 100644
--- a/dev-python/pyfakefs/pyfakefs-5.3.4.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.3.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-01-30 Thread Michał Górny
commit: 386ca1c70093064a5127a917debf1679ce727260
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 31 06:49:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 31 06:49:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386ca1c7

dev-python/pyfakefs: Bump to 5.3.5

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.3.5.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 3b0126ee9321..1b698b4ba2e3 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-5.3.2.gh.tar.gz 225929 BLAKE2B 
1a84f52e8d85b55d2ebc0dcf9c4b44bd053c0a3a12d6c47c1f8d5aec304e39a83ffb01d4c707929955ca5cd86ae9427332d5bf043cb7f910fe1d17fbcc19e35c
 SHA512 
4cc2c861fa358c06832df6e8a7cfc91e2b9be42f1164378ea6bd0a3a6cc48f36c545b7d61e03591d025ef7bd98fdc812f903973f28a278056961aec22ca88641
 DIST pyfakefs-5.3.4.gh.tar.gz 226538 BLAKE2B 
b0cac2799c7d9517a1fc89d15cf9dc5d5438ba4c43bc8796afbf77c2c7a2729bf42e1b57b1fb3777a91aa0fa12e0d6a0a6e0068855fba86bf6e372bac28e
 SHA512 
10c56af0b871b8b8ce483d01234ebba953b038fd030edf4f0fedcb5b23ee897c912d9e9404521ec11f9e8d0d041d4bde4f101a4d99b3b527721c4c291c2a6745
+DIST pyfakefs-5.3.5.gh.tar.gz 227359 BLAKE2B 
635e41cb9892e170759769c01d5b575e44c5f1dd412acc05c3bed3b2dad2724ba32341b59cdecdfb658c94008e09396970349d8c1ffdcb90bf89ea82aca0
 SHA512 
342dc9cc0378af8cd8a9b0783fb6a1415207505ec8d4992f8fdd7e8d2bc4aada26d0803ed3b74d30b42a50dffb793c70acdeb3f28f199c0918783e1ea0a5e0d8

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild
new file mode 100644
index ..754709257053
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.3.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
+   local EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   # test for regression with undefined package
+   pyfakefs/pytest_tests/pytest_fixture_test.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2024-01-19 Thread Arthur Zamarin
commit: 60d67d5b6ebe28de89cca52e9ba8905caa934081
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 19 17:38:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 19 18:27:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d67d5b

dev-python/pyfakefs: add 5.3.4

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.3.4.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index f0f010b66f22..3b0126ee9321 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-5.3.2.gh.tar.gz 225929 BLAKE2B 
1a84f52e8d85b55d2ebc0dcf9c4b44bd053c0a3a12d6c47c1f8d5aec304e39a83ffb01d4c707929955ca5cd86ae9427332d5bf043cb7f910fe1d17fbcc19e35c
 SHA512 
4cc2c861fa358c06832df6e8a7cfc91e2b9be42f1164378ea6bd0a3a6cc48f36c545b7d61e03591d025ef7bd98fdc812f903973f28a278056961aec22ca88641
+DIST pyfakefs-5.3.4.gh.tar.gz 226538 BLAKE2B 
b0cac2799c7d9517a1fc89d15cf9dc5d5438ba4c43bc8796afbf77c2c7a2729bf42e1b57b1fb3777a91aa0fa12e0d6a0a6e0068855fba86bf6e372bac28e
 SHA512 
10c56af0b871b8b8ce483d01234ebba953b038fd030edf4f0fedcb5b23ee897c912d9e9404521ec11f9e8d0d041d4bde4f101a4d99b3b527721c4c291c2a6745

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.4.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.4.ebuild
new file mode 100644
index ..754709257053
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.3.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} 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 EPYTEST_DESELECT=()
+   local EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   # test for regression with undefined package
+   pyfakefs/pytest_tests/pytest_fixture_test.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-12-09 Thread Michał Górny
commit: 65e0433d634d2a5ed0bdd8391fd89cae3db34c39
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 13:58:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 13:58:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e0433d

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  2 --
 dev-python/pyfakefs/pyfakefs-5.3.0.ebuild | 46 ---
 dev-python/pyfakefs/pyfakefs-5.3.1.ebuild | 46 ---
 3 files changed, 94 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index ef5835d4bb89..f0f010b66f22 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1 @@
-DIST pyfakefs-5.3.0.gh.tar.gz 224241 BLAKE2B 
de6d1b420bcfe710bef00c4f8d9cd4fa838341a7285d89a02607701f0011ccbe7f1974c5eec502994f787661496f74332bc4d4aa3389023ae02607a968c33be5
 SHA512 
25d967390f66ba5881429a37b62110ef129aae989efe66740c3a04fccfcbc601476d23427ac23d5df82a1e1a8102d557f0cca39b94fa0c7e69b6dca80d1e435e
-DIST pyfakefs-5.3.1.gh.tar.gz 225234 BLAKE2B 
2688a40ce22a112ce80de8795e3c0b0dd7e2cd46b41c442c5e13085ec614e323a5558cfa48e0e5c79c7c418a739b3f0a6202bb007e8c201ac3fbcc3b209a3d9f
 SHA512 
6d2b16327e8f40d98ac84ea8662dc359aa1b590e1de71761d511b084268d44ee2950cd2af1ec4e722fcb6e7dd14b93e01969fa5cc12e178e97ca2ce69073deea
 DIST pyfakefs-5.3.2.gh.tar.gz 225929 BLAKE2B 
1a84f52e8d85b55d2ebc0dcf9c4b44bd053c0a3a12d6c47c1f8d5aec304e39a83ffb01d4c707929955ca5cd86ae9427332d5bf043cb7f910fe1d17fbcc19e35c
 SHA512 
4cc2c861fa358c06832df6e8a7cfc91e2b9be42f1164378ea6bd0a3a6cc48f36c545b7d61e03591d025ef7bd98fdc812f903973f28a278056961aec22ca88641

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
deleted file mode 100644
index c34b2eaeac96..
--- a/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
+++ /dev/null
@@ -1,46 +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_{10..12} 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 EPYTEST_DESELECT=()
-   local EPYTEST_IGNORE=(
-   # test for regression with opentimelineio package
-   pyfakefs/pytest_tests/segfault_test.py
-   )
-
-   case ${EPYTHON} in
-   python3.12)
-   EPYTEST_DESELECT+=(
-   # happens with pandas + zstandard [cffi backend]
-   # 
https://github.com/pytest-dev/pyfakefs/issues/910
-   
pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_{csv,table}
-   )
-   ;;
-   esac
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pyfakefs.pytest_plugin
-}

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.1.ebuild
deleted file mode 100644
index d5a9d7aac337..
--- a/dev-python/pyfakefs/pyfakefs-5.3.1.ebuild
+++ /dev/null
@@ -1,46 +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_{10..12} 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 EPYTEST_DESELECT=()
-   local EPYTEST_IGNORE=(
-   # test for regression with opentimelineio package
-   pyfakefs/pytest_tests/segfault_test.py
-   )
-
-   case ${EPYTHON} in
-   python3.12)
-   EPYTEST_DESELECT+=(
-   # happens with pandas + zstandard [cffi backend]
-   # 
https://github.com/pytest-dev/pyfakefs/issues/910
-   
pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_{csv,table}
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-12-09 Thread Michał Górny
commit: 318a26454cecadc6b9ce537d86faf3b279721b8e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 13:55:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 13:55:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318a2645

dev-python/pyfakefs: Stabilize 5.3.2 ALLARCHES, #919544

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

 dev-python/pyfakefs/pyfakefs-5.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
index 7792b64f97c9..c569d698a7ad 100644
--- a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-12-01 Thread Michał Górny
commit: 91c8f594aca5a14ea7ab69134a34573c6f4a552d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  1 13:57:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  1 14:14:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c8f594

dev-python/pyfakefs: Reselect a fixed test

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

 dev-python/pyfakefs/pyfakefs-5.3.2.ebuild | 10 --
 1 file changed, 10 deletions(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
index d5a9d7aac337..7792b64f97c9 100644
--- a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
@@ -31,16 +31,6 @@ python_test() {
pyfakefs/pytest_tests/segfault_test.py
)
 
-   case ${EPYTHON} in
-   python3.12)
-   EPYTEST_DESELECT+=(
-   # happens with pandas + zstandard [cffi backend]
-   # 
https://github.com/pytest-dev/pyfakefs/issues/910
-   
pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_{csv,table}
-   )
-   ;;
-   esac
-
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -p pyfakefs.pytest_plugin
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-11-30 Thread Michał Górny
commit: 8f9673a69cc27c1593714f5a7760cf5de2d90682
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  1 05:25:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  1 05:38:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9673a6

dev-python/pyfakefs: Bump to 5.3.2

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.3.2.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index fee4178481bd..ef5835d4bb89 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-5.3.0.gh.tar.gz 224241 BLAKE2B 
de6d1b420bcfe710bef00c4f8d9cd4fa838341a7285d89a02607701f0011ccbe7f1974c5eec502994f787661496f74332bc4d4aa3389023ae02607a968c33be5
 SHA512 
25d967390f66ba5881429a37b62110ef129aae989efe66740c3a04fccfcbc601476d23427ac23d5df82a1e1a8102d557f0cca39b94fa0c7e69b6dca80d1e435e
 DIST pyfakefs-5.3.1.gh.tar.gz 225234 BLAKE2B 
2688a40ce22a112ce80de8795e3c0b0dd7e2cd46b41c442c5e13085ec614e323a5558cfa48e0e5c79c7c418a739b3f0a6202bb007e8c201ac3fbcc3b209a3d9f
 SHA512 
6d2b16327e8f40d98ac84ea8662dc359aa1b590e1de71761d511b084268d44ee2950cd2af1ec4e722fcb6e7dd14b93e01969fa5cc12e178e97ca2ce69073deea
+DIST pyfakefs-5.3.2.gh.tar.gz 225929 BLAKE2B 
1a84f52e8d85b55d2ebc0dcf9c4b44bd053c0a3a12d6c47c1f8d5aec304e39a83ffb01d4c707929955ca5cd86ae9427332d5bf043cb7f910fe1d17fbcc19e35c
 SHA512 
4cc2c861fa358c06832df6e8a7cfc91e2b9be42f1164378ea6bd0a3a6cc48f36c545b7d61e03591d025ef7bd98fdc812f903973f28a278056961aec22ca88641

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
new file mode 100644
index ..d5a9d7aac337
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
@@ -0,0 +1,46 @@
+# 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_{10..12} 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 EPYTEST_DESELECT=()
+   local EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   )
+
+   case ${EPYTHON} in
+   python3.12)
+   EPYTEST_DESELECT+=(
+   # happens with pandas + zstandard [cffi backend]
+   # 
https://github.com/pytest-dev/pyfakefs/issues/910
+   
pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_{csv,table}
+   )
+   ;;
+   esac
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-11-19 Thread Michał Górny
commit: dd78c6a3cda00f918dd82f8090a82c2695bb60c6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 19 09:24:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 19 09:44:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd78c6a3

dev-python/pyfakefs: Bump to 5.3.1

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.3.1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index f81f5fd28755..fee4178481bd 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-5.3.0.gh.tar.gz 224241 BLAKE2B 
de6d1b420bcfe710bef00c4f8d9cd4fa838341a7285d89a02607701f0011ccbe7f1974c5eec502994f787661496f74332bc4d4aa3389023ae02607a968c33be5
 SHA512 
25d967390f66ba5881429a37b62110ef129aae989efe66740c3a04fccfcbc601476d23427ac23d5df82a1e1a8102d557f0cca39b94fa0c7e69b6dca80d1e435e
+DIST pyfakefs-5.3.1.gh.tar.gz 225234 BLAKE2B 
2688a40ce22a112ce80de8795e3c0b0dd7e2cd46b41c442c5e13085ec614e323a5558cfa48e0e5c79c7c418a739b3f0a6202bb007e8c201ac3fbcc3b209a3d9f
 SHA512 
6d2b16327e8f40d98ac84ea8662dc359aa1b590e1de71761d511b084268d44ee2950cd2af1ec4e722fcb6e7dd14b93e01969fa5cc12e178e97ca2ce69073deea

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.1.ebuild
new file mode 100644
index ..d5a9d7aac337
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.3.1.ebuild
@@ -0,0 +1,46 @@
+# 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_{10..12} 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 EPYTEST_DESELECT=()
+   local EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   )
+
+   case ${EPYTHON} in
+   python3.12)
+   EPYTEST_DESELECT+=(
+   # happens with pandas + zstandard [cffi backend]
+   # 
https://github.com/pytest-dev/pyfakefs/issues/910
+   
pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_{csv,table}
+   )
+   ;;
+   esac
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-11-19 Thread Michał Górny
commit: 5ef32cb948a2bafb962924051a277f2fce74f08c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 19 09:23:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 19 09:44:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef32cb9

dev-python/pyfakefs: Deselect a regressing test on py3.12

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

 dev-python/pyfakefs/pyfakefs-5.3.0.ebuild | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
index 10285776eca0..c34b2eaeac96 100644
--- a/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
@@ -25,11 +25,22 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv
 distutils_enable_tests pytest
 
 python_test() {
+   local EPYTEST_DESELECT=()
local EPYTEST_IGNORE=(
# test for regression with opentimelineio package
pyfakefs/pytest_tests/segfault_test.py
)
 
+   case ${EPYTHON} in
+   python3.12)
+   EPYTEST_DESELECT+=(
+   # happens with pandas + zstandard [cffi backend]
+   # 
https://github.com/pytest-dev/pyfakefs/issues/910
+   
pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_{csv,table}
+   )
+   ;;
+   esac
+
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -p pyfakefs.pytest_plugin
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-11-11 Thread Michał Górny
commit: 297a8b25610966e97da9f3b9d1677821febc7976
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 20:32:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 20:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297a8b25

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-5.2.4.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 03a69c8d1c68..f81f5fd28755 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-5.2.4.gh.tar.gz 222882 BLAKE2B 
780f3952886dfb263be97fbcaa99ed0f0bcb804b075b71822d8a5b0db2bd1e12c57daf88b96d3eb8eb4b7fefdde6fb343cec8429bcf4380e4981bea7ca4f780d
 SHA512 
2b933c420393b329d2c3ac6523e650124cce84424e298e1525591be02033d1bbb5d5cc354170ac6875d63e1729f6f79edcf8400d1cb0e419c586ae1cdd491baa
 DIST pyfakefs-5.3.0.gh.tar.gz 224241 BLAKE2B 
de6d1b420bcfe710bef00c4f8d9cd4fa838341a7285d89a02607701f0011ccbe7f1974c5eec502994f787661496f74332bc4d4aa3389023ae02607a968c33be5
 SHA512 
25d967390f66ba5881429a37b62110ef129aae989efe66740c3a04fccfcbc601476d23427ac23d5df82a1e1a8102d557f0cca39b94fa0c7e69b6dca80d1e435e

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.4.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.4.ebuild
deleted file mode 100644
index 10285776eca0..
--- a/dev-python/pyfakefs/pyfakefs-5.2.4.ebuild
+++ /dev/null
@@ -1,35 +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_{10..12} 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 EPYTEST_IGNORE=(
-   # test for regression with opentimelineio package
-   pyfakefs/pytest_tests/segfault_test.py
-   )
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pyfakefs.pytest_plugin
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-11-11 Thread Sam James
commit: a9c1d660a6c17612d7c23a460c85488d305cf434
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c1d660

dev-python/pyfakefs: Stabilize 5.3.0 ALLARCHES, #917197

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-5.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
index 3c6dcae279a5..10285776eca0 100644
--- a/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-10-11 Thread Michał Górny
commit: b05345d347f480562d47411c3b723904462782a6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 12 04:31:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 12 04:31:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05345d3

dev-python/pyfakefs: Bump to 5.3.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.3.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index a8ebafa43999..03a69c8d1c68 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-5.2.4.gh.tar.gz 222882 BLAKE2B 
780f3952886dfb263be97fbcaa99ed0f0bcb804b075b71822d8a5b0db2bd1e12c57daf88b96d3eb8eb4b7fefdde6fb343cec8429bcf4380e4981bea7ca4f780d
 SHA512 
2b933c420393b329d2c3ac6523e650124cce84424e298e1525591be02033d1bbb5d5cc354170ac6875d63e1729f6f79edcf8400d1cb0e419c586ae1cdd491baa
+DIST pyfakefs-5.3.0.gh.tar.gz 224241 BLAKE2B 
de6d1b420bcfe710bef00c4f8d9cd4fa838341a7285d89a02607701f0011ccbe7f1974c5eec502994f787661496f74332bc4d4aa3389023ae02607a968c33be5
 SHA512 
25d967390f66ba5881429a37b62110ef129aae989efe66740c3a04fccfcbc601476d23427ac23d5df82a1e1a8102d557f0cca39b94fa0c7e69b6dca80d1e435e

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
new file mode 100644
index ..3c6dcae279a5
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.3.0.ebuild
@@ -0,0 +1,35 @@
+# 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_{10..12} 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 EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-09-25 Thread Michał Górny
commit: aadbb2d6faa9b810e07a8133a8f4ebeb932cbbcb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 25 18:46:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 25 18:46:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadbb2d6

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-5.2.3.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 84849dc1d808..a8ebafa43999 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-5.2.3.gh.tar.gz 222076 BLAKE2B 
01d24021be074058d865ac068f77de69721ad2f826f835f04776e8d17a8f4cfaeb85bce9a948d679951b8f028ef6d6b3377428d76c5d2d46afea3b78dffcee1e
 SHA512 
5e4adeecb1e2341f3dee20d48b387de870cdab4ad27791951f98ba516f8f4cbe4f5e303c83725c2ce5a9cfaf34f771814b07c553983eb283aa7c3fd7f4e7690d
 DIST pyfakefs-5.2.4.gh.tar.gz 222882 BLAKE2B 
780f3952886dfb263be97fbcaa99ed0f0bcb804b075b71822d8a5b0db2bd1e12c57daf88b96d3eb8eb4b7fefdde6fb343cec8429bcf4380e4981bea7ca4f780d
 SHA512 
2b933c420393b329d2c3ac6523e650124cce84424e298e1525591be02033d1bbb5d5cc354170ac6875d63e1729f6f79edcf8400d1cb0e419c586ae1cdd491baa

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild
deleted file mode 100644
index 09a226980c3e..
--- a/dev-python/pyfakefs/pyfakefs-5.2.3.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_{10..12} 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-09-25 Thread Arthur Zamarin
commit: cb8b7c65d140fe642605ea64b75e2c3311d453fa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 25 16:52:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 25 16:52:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8b7c65

dev-python/pyfakefs: Stabilize 5.2.4 ALLARCHES, #914678

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-5.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.4.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.4.ebuild
index 3c6dcae279a5..10285776eca0 100644
--- a/dev-python/pyfakefs/pyfakefs-5.2.4.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.2.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-08-18 Thread Michał Górny
commit: b9eb4884ee1bc3116e4861e226735c783124a81b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 19 05:48:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 19 06:44:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9eb4884

dev-python/pyfakefs: Bump to 5.2.4

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.2.4.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 792ce1f912d4..84849dc1d808 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-5.2.3.gh.tar.gz 222076 BLAKE2B 
01d24021be074058d865ac068f77de69721ad2f826f835f04776e8d17a8f4cfaeb85bce9a948d679951b8f028ef6d6b3377428d76c5d2d46afea3b78dffcee1e
 SHA512 
5e4adeecb1e2341f3dee20d48b387de870cdab4ad27791951f98ba516f8f4cbe4f5e303c83725c2ce5a9cfaf34f771814b07c553983eb283aa7c3fd7f4e7690d
+DIST pyfakefs-5.2.4.gh.tar.gz 222882 BLAKE2B 
780f3952886dfb263be97fbcaa99ed0f0bcb804b075b71822d8a5b0db2bd1e12c57daf88b96d3eb8eb4b7fefdde6fb343cec8429bcf4380e4981bea7ca4f780d
 SHA512 
2b933c420393b329d2c3ac6523e650124cce84424e298e1525591be02033d1bbb5d5cc354170ac6875d63e1729f6f79edcf8400d1cb0e419c586ae1cdd491baa

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.4.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.4.ebuild
new file mode 100644
index ..3c6dcae279a5
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.2.4.ebuild
@@ -0,0 +1,35 @@
+# 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_{10..12} 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 EPYTEST_IGNORE=(
+   # test for regression with opentimelineio package
+   pyfakefs/pytest_tests/segfault_test.py
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pyfakefs.pytest_plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-08-11 Thread Michał Górny
commit: 0b417fc8f89c6369814cc0f0cc9ce67beb2e1a4c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 19:09:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 19:10:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b417fc8

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-5.2.2.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 0ffe45150a9e..792ce1f912d4 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-5.2.2.gh.tar.gz 219768 BLAKE2B 
be22ad269dcb8777c2fc6d8aed5079b84089980f5b62f1198ec2b4b3eea3688df3665bfc305a300e73917d65bc4209bc7bbf2a739d3852b1257036ca288a7846
 SHA512 
43ba719ad129f3e5188512a6f9b1eb8cfd7586f45a69c6623a9ae2429ca4dfa67d54cfc42032a599daaf736d46cb9e268c9f68150c16427667ed84e0917ed459
 DIST pyfakefs-5.2.3.gh.tar.gz 222076 BLAKE2B 
01d24021be074058d865ac068f77de69721ad2f826f835f04776e8d17a8f4cfaeb85bce9a948d679951b8f028ef6d6b3377428d76c5d2d46afea3b78dffcee1e
 SHA512 
5e4adeecb1e2341f3dee20d48b387de870cdab4ad27791951f98ba516f8f4cbe4f5e303c83725c2ce5a9cfaf34f771814b07c553983eb283aa7c3fd7f4e7690d

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.2.ebuild
deleted file mode 100644
index bd296d0b3f4b..
--- a/dev-python/pyfakefs/pyfakefs-5.2.2.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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-08-11 Thread Arthur Zamarin
commit: a7f325adfbc74d88142fbbab148fb8fcb87c560f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:06:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:06:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f325ad

dev-python/pyfakefs: Stabilize 5.2.3 ALLARCHES, #912118

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-5.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild
index 192ce4662d80..09a226980c3e 100644
--- a/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-07-10 Thread Michał Górny
commit: 1ba0f79ca4b26d8c989030a53a00134cd0ece793
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 11 05:50:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 11 05:51:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba0f79c

dev-python/pyfakefs: Enable py3.12

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

 dev-python/pyfakefs/pyfakefs-5.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild
index 6e8a1c28b3aa..192ce4662d80 100644
--- a/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-07-10 Thread Michał Górny
commit: 4c671779c29f73a303e583e64fb86a0c3da691e5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 11 05:17:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 11 05:51:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c671779

dev-python/pyfakefs: Bump to 5.2.3

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.2.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 6074b50d63b0..0ffe45150a9e 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-5.2.2.gh.tar.gz 219768 BLAKE2B 
be22ad269dcb8777c2fc6d8aed5079b84089980f5b62f1198ec2b4b3eea3688df3665bfc305a300e73917d65bc4209bc7bbf2a739d3852b1257036ca288a7846
 SHA512 
43ba719ad129f3e5188512a6f9b1eb8cfd7586f45a69c6623a9ae2429ca4dfa67d54cfc42032a599daaf736d46cb9e268c9f68150c16427667ed84e0917ed459
+DIST pyfakefs-5.2.3.gh.tar.gz 222076 BLAKE2B 
01d24021be074058d865ac068f77de69721ad2f826f835f04776e8d17a8f4cfaeb85bce9a948d679951b8f028ef6d6b3377428d76c5d2d46afea3b78dffcee1e
 SHA512 
5e4adeecb1e2341f3dee20d48b387de870cdab4ad27791951f98ba516f8f4cbe4f5e303c83725c2ce5a9cfaf34f771814b07c553983eb283aa7c3fd7f4e7690d

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild
new file mode 100644
index ..6e8a1c28b3aa
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.2.3.ebuild
@@ -0,0 +1,30 @@
+# 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_{10..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

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

dev-python/pyfakefs: Remove old

Signed-off-by: Michał Górny  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..
--- 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..
--- 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..
--- 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
-"

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-05-02 Thread Arthur Zamarin
commit: 826cfabfedc0470ed88ef6f46aab5c88808c976a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 19:09:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 19:09:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826cfabf

dev-python/pyfakefs: Stabilize 5.2.2 ALLARCHES, #905595

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-5.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.2.ebuild
index 876026d4079f..bd296d0b3f4b 100644
--- a/dev-python/pyfakefs/pyfakefs-5.2.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.2.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-04-13 Thread Michał Górny
commit: 2acf40946dd128c53505a49ee82ec52c4be94c13
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 14 03:34:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 14 03:59:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2acf4094

dev-python/pyfakefs: Bump to 5.2.2

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.2.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 4a16b7bc47a2..3a1cd3d3597a 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,4 @@
 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.2.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.2.ebuild
new file mode 100644
index ..876026d4079f
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.2.2.ebuild
@@ -0,0 +1,30 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-04-11 Thread Michał Górny
commit: 8d1b6e5c9984ac1b4d039709f65423887480d686
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 16:31:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 17:25:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1b6e5c

dev-python/pyfakefs: Bump to 5.2.1

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.2.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index b2dd7fa21064..4a16b7bc47a2 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.1.ebuild
new file mode 100644
index ..876026d4079f
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.2.1.ebuild
@@ -0,0 +1,30 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-03-31 Thread Michał Górny
commit: 53085b91c21da9e4fdd27f08262cd936b5cdfbb1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  1 05:37:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  1 06:13:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53085b91

dev-python/pyfakefs: Bump to 5.2.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.2.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 1b2f69f8862b..b2dd7fa21064 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/pyfakefs/pyfakefs-5.2.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.2.0.ebuild
new file mode 100644
index ..876026d4079f
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.2.0.ebuild
@@ -0,0 +1,30 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-02-16 Thread Michał Górny
commit: 1aeab99ab30faf184d327a688e90528df27256c7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 16 20:22:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 16 20:22:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aeab99a

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-5.0.0.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 3117f1c86cad..1b2f69f8862b 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-5.0.0.gh.tar.gz 211213 BLAKE2B 
79b83e0a07b094727a0e8d869c99ca64e132f1b7e81202fccad2b4a34871e86630defb87bb5bcfd638a59908c5fdf230aa0cc1e2e3b8393259374a6c5087db90
 SHA512 
e7125d3b9b186d121bc0b0dba5acf27afe405a6e2a4d8152008450f83a65918b1f612e479ab56c065542dd070b84aeb97cd281123636c062981873d94e4d935a
 DIST pyfakefs-5.1.0.gh.tar.gz 212507 BLAKE2B 
b9607ff2af71d6697bb5ea5ceae0bb1b92b9aa2e91bafdf24d3dab6f5412a6fd8ff590983085079e9a7b1569b839f4fc5b443d5904decf2de5511ab856e8de7d
 SHA512 
40d4e3fb422c2d9515c00bfa9940a8799d5e102a5775ac34d45e99286759451d1287df1e32f45956a84c1052cc02eed98a8f9789a628ac253771042b011ddd3e

diff --git a/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild
deleted file mode 100644
index bd296d0b3f4b..
--- a/dev-python/pyfakefs/pyfakefs-5.0.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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2023-01-12 Thread Michał Górny
commit: 69f168578c0234732939c8ecb6ea38078e8ef9e4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 13 06:13:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 13 07:08:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f16857

dev-python/pyfakefs: Bump to 5.1.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.1.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 040291ed432b..3117f1c86cad 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-5.0.0.gh.tar.gz 211213 BLAKE2B 
79b83e0a07b094727a0e8d869c99ca64e132f1b7e81202fccad2b4a34871e86630defb87bb5bcfd638a59908c5fdf230aa0cc1e2e3b8393259374a6c5087db90
 SHA512 
e7125d3b9b186d121bc0b0dba5acf27afe405a6e2a4d8152008450f83a65918b1f612e479ab56c065542dd070b84aeb97cd281123636c062981873d94e4d935a
+DIST pyfakefs-5.1.0.gh.tar.gz 212507 BLAKE2B 
b9607ff2af71d6697bb5ea5ceae0bb1b92b9aa2e91bafdf24d3dab6f5412a6fd8ff590983085079e9a7b1569b839f4fc5b443d5904decf2de5511ab856e8de7d
 SHA512 
40d4e3fb422c2d9515c00bfa9940a8799d5e102a5775ac34d45e99286759451d1287df1e32f45956a84c1052cc02eed98a8f9789a628ac253771042b011ddd3e

diff --git a/dev-python/pyfakefs/pyfakefs-5.1.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.1.0.ebuild
new file mode 100644
index ..a48afea766e6
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.1.0.ebuild
@@ -0,0 +1,30 @@
+# 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_{8..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-10-22 Thread Michał Górny
commit: 2246282e761de1235b1deae9bbf90b38c0e4c092
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 22 15:55:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 22 15:58:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2246282e

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  2 --
 dev-python/pyfakefs/pyfakefs-4.6.3.ebuild | 30 --
 dev-python/pyfakefs/pyfakefs-4.7.0.ebuild | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 01fdcc25983f..040291ed432b 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1 @@
-DIST pyfakefs-4.6.3.gh.tar.gz 209890 BLAKE2B 
71f84ca02a8a1f9fa5541e0cac1cddd270a8fc66fe5d1f62e8c7bf017f4992e93a6d1bce83847c3833f841e7935d86d6b59b17ee114c82a9d2c36e9c5fe87d02
 SHA512 
b34091e4311c69ee3eb46cc631c00ec07804c6d5add42887f850275dc0c22d07a893d5dadf2febcbee15c631b476573e63ae52a9ae5780d83a0ef774cff11a5a
-DIST pyfakefs-4.7.0.gh.tar.gz 212406 BLAKE2B 
e6ed1d28fd45657ae221cbd33b00c46fb0a926b6c7f038c0f34e07223062316b772812d860a39986bd6c8e7f23c3d356f2b484a57e971c160ffb6a0ac19a6089
 SHA512 
0a1b6cacead6260242f0a1a13753e523f516ed90c0a1cdf92f1caeed24b8dd985f90a216410e3d538f0db087b65b1cc21aae3681250cf7ce393ab7b2e5ac2944
 DIST pyfakefs-5.0.0.gh.tar.gz 211213 BLAKE2B 
79b83e0a07b094727a0e8d869c99ca64e132f1b7e81202fccad2b4a34871e86630defb87bb5bcfd638a59908c5fdf230aa0cc1e2e3b8393259374a6c5087db90
 SHA512 
e7125d3b9b186d121bc0b0dba5acf27afe405a6e2a4d8152008450f83a65918b1f612e479ab56c065542dd070b84aeb97cd281123636c062981873d94e4d935a

diff --git a/dev-python/pyfakefs/pyfakefs-4.6.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.6.3.ebuild
deleted file mode 100644
index f062dc1e6d95..
--- a/dev-python/pyfakefs/pyfakefs-4.6.3.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
-}

diff --git a/dev-python/pyfakefs/pyfakefs-4.7.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.7.0.ebuild
deleted file mode 100644
index 54098f2af2c1..
--- a/dev-python/pyfakefs/pyfakefs-4.7.0.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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-10-22 Thread Michał Górny
commit: 9ae76e318e8b68ab2c6b7234a125a766f15721dd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 22 15:57:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 22 15:58:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae76e31

dev-python/pyfakefs: Update URLs

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

 dev-python/pyfakefs/metadata.xml  | 2 +-
 dev-python/pyfakefs/pyfakefs-5.0.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyfakefs/metadata.xml b/dev-python/pyfakefs/metadata.xml
index 2d82092ab768..bbe3dd1fc390 100644
--- a/dev-python/pyfakefs/metadata.xml
+++ b/dev-python/pyfakefs/metadata.xml
@@ -8,6 +8,6 @@


pyfakefs
-   jmcgeheeiv/pyfakefs
+   pytest-dev/pyfakefs

 

diff --git a/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild
index f062dc1e6d95..dd669c494a62 100644
--- a/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild
@@ -10,11 +10,11 @@ inherit distutils-r1
 
 DESCRIPTION="A fake file system that mocks the Python file system modules"
 HOMEPAGE="
-   https://github.com/jmcgeheeiv/pyfakefs/
+   https://github.com/pytest-dev/pyfakefs/
https://pypi.org/project/pyfakefs/
 "
 SRC_URI="
-   https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz
+   https://github.com/pytest-dev/pyfakefs/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-10-22 Thread Arthur Zamarin
commit: a5b31478c868f1cc682fc0709a7b8cd2736b5464
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 22 15:52:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 22 15:52:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b31478

dev-python/pyfakefs: Stabilize 5.0.0 ALLARCHES, #877957

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild
index 54098f2af2c1..f062dc1e6d95 100644
--- a/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-10-10 Thread Arthur Zamarin
commit: 293cade7fb46938e3e094583361054c1b63db1e6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Oct 10 06:50:00 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Oct 10 07:43:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293cade7

dev-python/pyfakefs: add 5.0.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-5.0.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index adf358ef7a22..01fdcc25983f 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-4.6.3.gh.tar.gz 209890 BLAKE2B 
71f84ca02a8a1f9fa5541e0cac1cddd270a8fc66fe5d1f62e8c7bf017f4992e93a6d1bce83847c3833f841e7935d86d6b59b17ee114c82a9d2c36e9c5fe87d02
 SHA512 
b34091e4311c69ee3eb46cc631c00ec07804c6d5add42887f850275dc0c22d07a893d5dadf2febcbee15c631b476573e63ae52a9ae5780d83a0ef774cff11a5a
 DIST pyfakefs-4.7.0.gh.tar.gz 212406 BLAKE2B 
e6ed1d28fd45657ae221cbd33b00c46fb0a926b6c7f038c0f34e07223062316b772812d860a39986bd6c8e7f23c3d356f2b484a57e971c160ffb6a0ac19a6089
 SHA512 
0a1b6cacead6260242f0a1a13753e523f516ed90c0a1cdf92f1caeed24b8dd985f90a216410e3d538f0db087b65b1cc21aae3681250cf7ce393ab7b2e5ac2944
+DIST pyfakefs-5.0.0.gh.tar.gz 211213 BLAKE2B 
79b83e0a07b094727a0e8d869c99ca64e132f1b7e81202fccad2b4a34871e86630defb87bb5bcfd638a59908c5fdf230aa0cc1e2e3b8393259374a6c5087db90
 SHA512 
e7125d3b9b186d121bc0b0dba5acf27afe405a6e2a4d8152008450f83a65918b1f612e479ab56c065542dd070b84aeb97cd281123636c062981873d94e4d935a

diff --git a/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild
new file mode 100644
index ..54098f2af2c1
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-5.0.0.ebuild
@@ -0,0 +1,30 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-09-19 Thread Arthur Zamarin
commit: a747a7bc3d250574ce30e09824c051ce2abc16cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 19 18:03:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 19 18:28:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a747a7bc

dev-python/pyfakefs: add 4.7.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.7.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index f267185a60cf..adf358ef7a22 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-4.6.3.gh.tar.gz 209890 BLAKE2B 
71f84ca02a8a1f9fa5541e0cac1cddd270a8fc66fe5d1f62e8c7bf017f4992e93a6d1bce83847c3833f841e7935d86d6b59b17ee114c82a9d2c36e9c5fe87d02
 SHA512 
b34091e4311c69ee3eb46cc631c00ec07804c6d5add42887f850275dc0c22d07a893d5dadf2febcbee15c631b476573e63ae52a9ae5780d83a0ef774cff11a5a
+DIST pyfakefs-4.7.0.gh.tar.gz 212406 BLAKE2B 
e6ed1d28fd45657ae221cbd33b00c46fb0a926b6c7f038c0f34e07223062316b772812d860a39986bd6c8e7f23c3d356f2b484a57e971c160ffb6a0ac19a6089
 SHA512 
0a1b6cacead6260242f0a1a13753e523f516ed90c0a1cdf92f1caeed24b8dd985f90a216410e3d538f0db087b65b1cc21aae3681250cf7ce393ab7b2e5ac2944

diff --git a/dev-python/pyfakefs/pyfakefs-4.7.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.7.0.ebuild
new file mode 100644
index ..54098f2af2c1
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.7.0.ebuild
@@ -0,0 +1,30 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-08-21 Thread Arthur Zamarin
commit: b7437323ebf946c46a2445fca41fc5ee2a8ff1f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 21 18:58:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 21 18:58:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7437323

dev-python/pyfakefs: drop 4.6.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-4.6.2.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 288e1a3b80b3..f267185a60cf 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-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.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.6.2.ebuild
deleted file mode 100644
index f062dc1e6d95..
--- a/dev-python/pyfakefs/pyfakefs-4.6.2.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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-08-21 Thread Arthur Zamarin
commit: 7b039235724c6918976529352c897dd8db89da97
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 21 18:56:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 21 18:56:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b039235

dev-python/pyfakefs: Stabilize 4.6.3 ALLARCHES, #865957

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.6.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.6.3.ebuild
index 54098f2af2c1..f062dc1e6d95 100644
--- a/dev-python/pyfakefs/pyfakefs-4.6.3.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.6.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-08-13 Thread Arthur Zamarin
commit: b9c4e134077bae12d32fd3ff431b114e02a9c1be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 13 11:08:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 13 11:08:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c4e134

dev-python/pyfakefs: drop 4.5.6

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-4.5.6.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index fedbed50f63d..288e1a3b80b3 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,2 @@
-DIST pyfakefs-4.5.6.tar.gz 206310 BLAKE2B 
c37cb4709a285bfba411cd76da4f158cfe682d210411290ed3e06456ceb5b6de99ecc320da748c8d9b0e230b6384290638d3fd22f0e1388c1965b2b2806d2d30
 SHA512 
c7a31cc94eaa2b1830d4da355bf4d3de5cbdc8851561ec82fd2de9fe845457f13bcc25aa58a50afb862f396cb0e83c8bf71bb8be51cc3b628ff01b25db62eca6
 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.5.6.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild
deleted file mode 100644
index 4e1d2e411cce..
--- a/dev-python/pyfakefs/pyfakefs-4.5.6.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}.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 EPYTEST_DESELECT=()
-
-   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
-   # known problem with the test suite
-   
pyfakefs/tests/fake_filesystem_unittest_test.py::AdditionalSkipNamesModuleTest::test_fake_path_does_not_exist3
-   
pyfakefs/tests/fake_filesystem_unittest_test.py::AdditionalSkipNamesModuleTest::test_fake_path_does_not_exist7
-   
pyfakefs/tests/fake_filesystem_unittest_test.py::AdditionalSkipNamesTest::test_fake_path_does_not_exist3
-   
pyfakefs/tests/fake_filesystem_unittest_test.py::AdditionalSkipNamesTest::test_fake_path_does_not_exist7
-   
pyfakefs/tests/fake_pathlib_test.py::FakePathlibFileObjectPropertyTest
-   
pyfakefs/tests/fake_pathlib_test.py::FakePathlibPathFileOperationTest
-   
pyfakefs/tests/fake_pathlib_test.py::FakePathlibUsageInOsFunctionsTest::test_stat
-   
pyfakefs/tests/fake_pathlib_test.py::FakePathlibUsageInOsFunctionsTest::test_stat_follow_symlinks
-   )
-
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-08-13 Thread Arthur Zamarin
commit: ff57a62a4bcc1ed12d6a3f12eb3574d772f31f5f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 13 11:08:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 13 11:08:45 2022 +
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  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..
--- 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..
--- 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

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-08-13 Thread Arthur Zamarin
commit: 1e92fc2b52f87a43b2732a239585903c77fbc481
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 13 10:23:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 13 10:23:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e92fc2b

dev-python/pyfakefs: Stabilize 4.6.2 ALLARCHES, #865061

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.6.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.6.2.ebuild
index 54098f2af2c1..f062dc1e6d95 100644
--- a/dev-python/pyfakefs/pyfakefs-4.6.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.6.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-07-21 Thread Michał Górny
commit: 05e5c229a0916a43b3200731495006bd2a021446
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 21 17:14:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 21 20:17:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e5c229

dev-python/pyfakefs: Bump to 4.6.3

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.6.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 2b6e590c9e4b..014387b128c9 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -2,3 +2,4 @@ DIST pyfakefs-4.5.6.tar.gz 206310 BLAKE2B 
c37cb4709a285bfba411cd76da4f158cfe682d
 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.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.6.3.ebuild
new file mode 100644
index ..54098f2af2c1
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.6.3.ebuild
@@ -0,0 +1,30 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-07-15 Thread Michał Górny
commit: 270efc4db72edcfa1bb76195d51e3cf0b20a1a83
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 15 07:43:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 15 08:17:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270efc4d

dev-python/pyfakefs: Bump to 4.6.2

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.6.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 0f353e7116a8..2b6e590c9e4b 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,4 @@
 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

diff --git a/dev-python/pyfakefs/pyfakefs-4.6.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.6.2.ebuild
new file mode 100644
index ..54098f2af2c1
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.6.2.ebuild
@@ -0,0 +1,30 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-07-13 Thread Michał Górny
commit: 936d5680b03a123c14bfd462e6aa7ca54141fceb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 14 05:03:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 14 05:58:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936d5680

dev-python/pyfakefs: Bump to 4.6.1

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.6.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 4f5d7d4bec26..0f353e7116a8 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +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

diff --git a/dev-python/pyfakefs/pyfakefs-4.6.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.6.1.ebuild
new file mode 100644
index ..54098f2af2c1
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.6.1.ebuild
@@ -0,0 +1,30 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-07-13 Thread Michał Górny
commit: 14a5d1d46e1b1fa1f9c024c62a4f70ee9cc9b8fc
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 13 06:20:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 13 08:10:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a5d1d4

dev-python/pyfakefs: Bump to 4.6.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.6.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 55f8be701e88..4f5d7d4bec26 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/pyfakefs/pyfakefs-4.6.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.6.0.ebuild
new file mode 100644
index ..926e0dc49359
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.6.0.ebuild
@@ -0,0 +1,43 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-05-23 Thread Michał Górny
commit: 015a196366fed7ce6167b71731dc051b467f17f5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 24 04:27:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 24 06:15:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015a1963

dev-python/pyfakefs: Enable py3.11

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

 dev-python/pyfakefs/pyfakefs-4.5.6.ebuild | 29 -
 1 file changed, 24 insertions(+), 5 deletions(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild
index debf9ea93859..4e1d2e411cce 100644
--- a/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild
@@ -4,13 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+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}.tar.gz"
+HOMEPAGE="
+   https://github.com/jmcgeheeiv/pyfakefs/
+   https://pypi.org/project/pyfakefs/
+"
+SRC_URI="
+   https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -19,6 +25,19 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv
 distutils_enable_tests pytest
 
 python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v ||
-   die "tests failed under ${EPYTHON}"
+   local EPYTEST_DESELECT=()
+
+   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
+   # known problem with the test suite
+   
pyfakefs/tests/fake_filesystem_unittest_test.py::AdditionalSkipNamesModuleTest::test_fake_path_does_not_exist3
+   
pyfakefs/tests/fake_filesystem_unittest_test.py::AdditionalSkipNamesModuleTest::test_fake_path_does_not_exist7
+   
pyfakefs/tests/fake_filesystem_unittest_test.py::AdditionalSkipNamesTest::test_fake_path_does_not_exist3
+   
pyfakefs/tests/fake_filesystem_unittest_test.py::AdditionalSkipNamesTest::test_fake_path_does_not_exist7
+   
pyfakefs/tests/fake_pathlib_test.py::FakePathlibFileObjectPropertyTest
+   
pyfakefs/tests/fake_pathlib_test.py::FakePathlibPathFileOperationTest
+   
pyfakefs/tests/fake_pathlib_test.py::FakePathlibUsageInOsFunctionsTest::test_stat
+   
pyfakefs/tests/fake_pathlib_test.py::FakePathlibUsageInOsFunctionsTest::test_stat_follow_symlinks
+   )
+
+   epytest
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-04-19 Thread Michał Górny
commit: e599888a37bd9d6cf065d4cb4d7df1fbda11a53d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 19 13:33:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 19 13:39:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e599888a

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-4.5.5.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 858047756a1a..55f8be701e88 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-4.5.5.tar.gz 206012 BLAKE2B 
f23c612493d7817784cd823bc984b0fce264882bc75787fb985b33bd91875fac83073e17cfe988718413209d95a34838ffd02840c7900740e119fed162b1f0bf
 SHA512 
338813ac1b64c95376c890d8655e70f4c9b6f6361608f868f8569c2151fed66fa30a680c000912e3821c271c6ccebd3407257ea03dfa6d58461d0d25ea6bee86
 DIST pyfakefs-4.5.6.tar.gz 206310 BLAKE2B 
c37cb4709a285bfba411cd76da4f158cfe682d210411290ed3e06456ceb5b6de99ecc320da748c8d9b0e230b6384290638d3fd22f0e1388c1965b2b2806d2d30
 SHA512 
c7a31cc94eaa2b1830d4da355bf4d3de5cbdc8851561ec82fd2de9fe845457f13bcc25aa58a50afb862f396cb0e83c8bf71bb8be51cc3b628ff01b25db62eca6

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.5.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.5.ebuild
deleted file mode 100644
index 297faf254177..
--- a/dev-python/pyfakefs/pyfakefs-4.5.5.ebuild
+++ /dev/null
@@ -1,24 +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..10} 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v ||
-   die "tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-04-19 Thread Arthur Zamarin
commit: 218704afbe8b8847295310f901e625e6b576d625
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 19 11:47:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 19 11:47:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218704af

dev-python/pyfakefs: Stabilize 4.5.6 ALLARCHES, #839447

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.5.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild
index bc616b332663..297faf254177 100644
--- a/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-03-18 Thread Michał Górny
commit: 0c69f5d18e538f1cbe5ec161235554c7383966fe
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 18 15:08:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 18 15:19:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c69f5d1

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-4.5.4.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 5f3bfc4a3d18..858047756a1a 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,2 @@
-DIST pyfakefs-4.5.4.tar.gz 205086 BLAKE2B 
c8d9273b351ce4db66764e8972afd4d221bba7735ae2796855c1a23825fe9d678b8e8bd8b8185b37779c5fd263a2109867f261157b61db20cb56b9622cf99ae9
 SHA512 
419452dae9de2c046be269f7d5f5c14e9a4e14ea6d4d1a9df4a3993ef4fd350011875d4b9484f180a760974a0123bcc7460a32a85d39708837261b8be93f
 DIST pyfakefs-4.5.5.tar.gz 206012 BLAKE2B 
f23c612493d7817784cd823bc984b0fce264882bc75787fb985b33bd91875fac83073e17cfe988718413209d95a34838ffd02840c7900740e119fed162b1f0bf
 SHA512 
338813ac1b64c95376c890d8655e70f4c9b6f6361608f868f8569c2151fed66fa30a680c000912e3821c271c6ccebd3407257ea03dfa6d58461d0d25ea6bee86
 DIST pyfakefs-4.5.6.tar.gz 206310 BLAKE2B 
c37cb4709a285bfba411cd76da4f158cfe682d210411290ed3e06456ceb5b6de99ecc320da748c8d9b0e230b6384290638d3fd22f0e1388c1965b2b2806d2d30
 SHA512 
c7a31cc94eaa2b1830d4da355bf4d3de5cbdc8851561ec82fd2de9fe845457f13bcc25aa58a50afb862f396cb0e83c8bf71bb8be51cc3b628ff01b25db62eca6

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild
deleted file mode 100644
index 16816c3634b8..
--- a/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-03-18 Thread Arthur Zamarin
commit: d0eb594c1c3b18f7e90091de098d9c956c98ae92
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 18 14:32:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 18 14:32:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0eb594c

dev-python/pyfakefs: Stabilize 4.5.5 ALLARCHES, #835539

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.5.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.5.ebuild
index bc616b332663..297faf254177 100644
--- a/dev-python/pyfakefs/pyfakefs-4.5.5.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.5.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-03-18 Thread Michał Górny
commit: f97dbc3b42489f9391f4caf9d725e05927ec7962
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 18 08:50:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 18 10:08:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97dbc3b

dev-python/pyfakefs: Bump to 4.5.6

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.5.6.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index aa140d3b2def..5f3bfc4a3d18 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-4.5.4.tar.gz 205086 BLAKE2B 
c8d9273b351ce4db66764e8972afd4d221bba7735ae2796855c1a23825fe9d678b8e8bd8b8185b37779c5fd263a2109867f261157b61db20cb56b9622cf99ae9
 SHA512 
419452dae9de2c046be269f7d5f5c14e9a4e14ea6d4d1a9df4a3993ef4fd350011875d4b9484f180a760974a0123bcc7460a32a85d39708837261b8be93f
 DIST pyfakefs-4.5.5.tar.gz 206012 BLAKE2B 
f23c612493d7817784cd823bc984b0fce264882bc75787fb985b33bd91875fac83073e17cfe988718413209d95a34838ffd02840c7900740e119fed162b1f0bf
 SHA512 
338813ac1b64c95376c890d8655e70f4c9b6f6361608f868f8569c2151fed66fa30a680c000912e3821c271c6ccebd3407257ea03dfa6d58461d0d25ea6bee86
+DIST pyfakefs-4.5.6.tar.gz 206310 BLAKE2B 
c37cb4709a285bfba411cd76da4f158cfe682d210411290ed3e06456ceb5b6de99ecc320da748c8d9b0e230b6384290638d3fd22f0e1388c1965b2b2806d2d30
 SHA512 
c7a31cc94eaa2b1830d4da355bf4d3de5cbdc8851561ec82fd2de9fe845457f13bcc25aa58a50afb862f396cb0e83c8bf71bb8be51cc3b628ff01b25db62eca6

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild
new file mode 100644
index ..bc616b332663
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.5.6.ebuild
@@ -0,0 +1,24 @@
+# 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..10} 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v ||
+   die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-02-17 Thread Michał Górny
commit: 6cd24036723bb810f542e36b3a5ff04e8a460af0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 17 20:18:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 17 20:18:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd24036

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-4.5.3.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index c87668fa..aa140d3b2def 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,2 @@
-DIST pyfakefs-4.5.3.tar.gz 204661 BLAKE2B 
87340d98850cad83b5288d310a5e5d9774247bb71ce7fa314243e38ec3d8e0d42f50f73da2e8c732694c35359e36286c896cb7b2703aa91443d22df95aebbe6b
 SHA512 
0fa42a81acb565292d8a9fde220f033100a4fc07eb8d095e79ed98af415fc285d4db46dd9b891e595f599a9ab48323ff7aad4928b47a6df0d5bbf94c975f605c
 DIST pyfakefs-4.5.4.tar.gz 205086 BLAKE2B 
c8d9273b351ce4db66764e8972afd4d221bba7735ae2796855c1a23825fe9d678b8e8bd8b8185b37779c5fd263a2109867f261157b61db20cb56b9622cf99ae9
 SHA512 
419452dae9de2c046be269f7d5f5c14e9a4e14ea6d4d1a9df4a3993ef4fd350011875d4b9484f180a760974a0123bcc7460a32a85d39708837261b8be93f
 DIST pyfakefs-4.5.5.tar.gz 206012 BLAKE2B 
f23c612493d7817784cd823bc984b0fce264882bc75787fb985b33bd91875fac83073e17cfe988718413209d95a34838ffd02840c7900740e119fed162b1f0bf
 SHA512 
338813ac1b64c95376c890d8655e70f4c9b6f6361608f868f8569c2151fed66fa30a680c000912e3821c271c6ccebd3407257ea03dfa6d58461d0d25ea6bee86

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.3.ebuild
deleted file mode 100644
index 17892f635d1e..
--- a/dev-python/pyfakefs/pyfakefs-4.5.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-02-17 Thread Arthur Zamarin
commit: 4aebd0e222071b23f93440655c38787673b83bdb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb 17 19:39:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb 17 19:39:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aebd0e2

dev-python/pyfakefs: Stabilize 4.5.4 ALLARCHES, #833552

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild
index c9a63b0c7d11..16816c3634b8 100644
--- a/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-02-14 Thread Michał Górny
commit: 6f416eb077f9ac191ac2913ba8340a08a1da3b7e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 14 21:02:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 14 21:37:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f416eb0

dev-python/pyfakefs: Bump to 4.5.5

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.5.5.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 76107d2d551d..c87668fa 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-4.5.3.tar.gz 204661 BLAKE2B 
87340d98850cad83b5288d310a5e5d9774247bb71ce7fa314243e38ec3d8e0d42f50f73da2e8c732694c35359e36286c896cb7b2703aa91443d22df95aebbe6b
 SHA512 
0fa42a81acb565292d8a9fde220f033100a4fc07eb8d095e79ed98af415fc285d4db46dd9b891e595f599a9ab48323ff7aad4928b47a6df0d5bbf94c975f605c
 DIST pyfakefs-4.5.4.tar.gz 205086 BLAKE2B 
c8d9273b351ce4db66764e8972afd4d221bba7735ae2796855c1a23825fe9d678b8e8bd8b8185b37779c5fd263a2109867f261157b61db20cb56b9622cf99ae9
 SHA512 
419452dae9de2c046be269f7d5f5c14e9a4e14ea6d4d1a9df4a3993ef4fd350011875d4b9484f180a760974a0123bcc7460a32a85d39708837261b8be93f
+DIST pyfakefs-4.5.5.tar.gz 206012 BLAKE2B 
f23c612493d7817784cd823bc984b0fce264882bc75787fb985b33bd91875fac83073e17cfe988718413209d95a34838ffd02840c7900740e119fed162b1f0bf
 SHA512 
338813ac1b64c95376c890d8655e70f4c9b6f6361608f868f8569c2151fed66fa30a680c000912e3821c271c6ccebd3407257ea03dfa6d58461d0d25ea6bee86

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.5.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.5.ebuild
new file mode 100644
index ..bc616b332663
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.5.5.ebuild
@@ -0,0 +1,24 @@
+# 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..10} 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v ||
+   die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-02-07 Thread James Le Cuirot
commit: 018ba168ca4bd8fbbd677ffc7038fa154d0e7f4a
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Feb  7 21:13:31 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Feb  7 21:15:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018ba168

dev-python/pyfakefs: Keyword 4.5.4 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild
index ef40e18432d8..c9a63b0c7d11 100644
--- a/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2022-01-12 Thread Michał Górny
commit: fde50bf90964f0a53dd85c37447a3af8640a9ea0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 12 20:21:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 12 21:12:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde50bf9

dev-python/pyfakefs: Bump to 4.5.4

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.5.4.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index d3464cfda22c..76107d2d551d 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-4.5.3.tar.gz 204661 BLAKE2B 
87340d98850cad83b5288d310a5e5d9774247bb71ce7fa314243e38ec3d8e0d42f50f73da2e8c732694c35359e36286c896cb7b2703aa91443d22df95aebbe6b
 SHA512 
0fa42a81acb565292d8a9fde220f033100a4fc07eb8d095e79ed98af415fc285d4db46dd9b891e595f599a9ab48323ff7aad4928b47a6df0d5bbf94c975f605c
+DIST pyfakefs-4.5.4.tar.gz 205086 BLAKE2B 
c8d9273b351ce4db66764e8972afd4d221bba7735ae2796855c1a23825fe9d678b8e8bd8b8185b37779c5fd263a2109867f261157b61db20cb56b9622cf99ae9
 SHA512 
419452dae9de2c046be269f7d5f5c14e9a4e14ea6d4d1a9df4a3993ef4fd350011875d4b9484f180a760974a0123bcc7460a32a85d39708837261b8be93f

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild
new file mode 100644
index ..ef40e18432d8
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.5.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-12-09 Thread Michał Górny
commit: a1aec8ffcca5f71faa9cd2ffc8643c5cca7be31d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  9 22:40:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  9 22:40:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1aec8ff

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-4.5.1.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 40c6e41dfa2c..d3464cfda22c 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-4.5.1.tar.gz 203478 BLAKE2B 
4f7fdd9a9ee80dc814b854b1e1ab6fca49c398733ea3c61369ed1f88c9e66c3f007e5270f9ea276c9eca4c268036a6cd2f2d05832bea94a0de0d947b5cab63f7
 SHA512 
2c4b0f4b9cef9866f12bf5d35462ab565f82a7cfb986e78eae07b8e77be67fd523b093ce4f88b34d817f36d04891f128af723be880c8072f6b593ceb31d65367
 DIST pyfakefs-4.5.3.tar.gz 204661 BLAKE2B 
87340d98850cad83b5288d310a5e5d9774247bb71ce7fa314243e38ec3d8e0d42f50f73da2e8c732694c35359e36286c896cb7b2703aa91443d22df95aebbe6b
 SHA512 
0fa42a81acb565292d8a9fde220f033100a4fc07eb8d095e79ed98af415fc285d4db46dd9b891e595f599a9ab48323ff7aad4928b47a6df0d5bbf94c975f605c

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.1.ebuild
deleted file mode 100644
index 17892f635d1e..
--- a/dev-python/pyfakefs/pyfakefs-4.5.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-12-09 Thread Sam James
commit: 4f5098e5b0cf0e885ecb07b5cf3b639ce2339958
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec  9 21:26:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  9 21:26:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5098e5

dev-python/pyfakefs: Stabilize 4.5.3 ALLARCHES, #828634

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.3.ebuild
index 1746a5e9e29e..17892f635d1e 100644
--- a/dev-python/pyfakefs/pyfakefs-4.5.3.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.5.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-11-08 Thread Michał Górny
commit: 28106fa80e37a86cd6a2aae3070c88fb9e629027
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  8 21:01:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  8 21:01:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28106fa8

dev-python/pyfakefs: Remove buggy 4.5.2

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-4.5.2.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 7bf01bb..40c6e41dfa2 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,2 @@
 DIST pyfakefs-4.5.1.tar.gz 203478 BLAKE2B 
4f7fdd9a9ee80dc814b854b1e1ab6fca49c398733ea3c61369ed1f88c9e66c3f007e5270f9ea276c9eca4c268036a6cd2f2d05832bea94a0de0d947b5cab63f7
 SHA512 
2c4b0f4b9cef9866f12bf5d35462ab565f82a7cfb986e78eae07b8e77be67fd523b093ce4f88b34d817f36d04891f128af723be880c8072f6b593ceb31d65367
-DIST pyfakefs-4.5.2.tar.gz 204495 BLAKE2B 
765c62324ed147d6c443f9cd7121b0408403ab84bdf74df502cf50e24f85ead15b8c7c5297b36af69c63c2f479138821639c9ea31ff11eb9a32229717651bdd6
 SHA512 
2df7a1086cecc4df6db9a9c1f527d64a8ca70f0a4e87fea701f0fa6ffd60e81df495129b254dc7a788530f225e92af75ab56f9bebbf10e284eab4ccf88f881f1
 DIST pyfakefs-4.5.3.tar.gz 204661 BLAKE2B 
87340d98850cad83b5288d310a5e5d9774247bb71ce7fa314243e38ec3d8e0d42f50f73da2e8c732694c35359e36286c896cb7b2703aa91443d22df95aebbe6b
 SHA512 
0fa42a81acb565292d8a9fde220f033100a4fc07eb8d095e79ed98af415fc285d4db46dd9b891e595f599a9ab48323ff7aad4928b47a6df0d5bbf94c975f605c

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.2.ebuild
deleted file mode 100644
index 1746a5e9e29..000
--- a/dev-python/pyfakefs/pyfakefs-4.5.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-11-08 Thread Michał Górny
commit: 04486aaa97774008fcff897a7cbfa07ed9bc4d0e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  8 21:01:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  8 21:01:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04486aaa

dev-python/pyfakefs: Bump to 4.5.3

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.5.3.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 023c2a15f5a..7bf01bb 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-4.5.1.tar.gz 203478 BLAKE2B 
4f7fdd9a9ee80dc814b854b1e1ab6fca49c398733ea3c61369ed1f88c9e66c3f007e5270f9ea276c9eca4c268036a6cd2f2d05832bea94a0de0d947b5cab63f7
 SHA512 
2c4b0f4b9cef9866f12bf5d35462ab565f82a7cfb986e78eae07b8e77be67fd523b093ce4f88b34d817f36d04891f128af723be880c8072f6b593ceb31d65367
 DIST pyfakefs-4.5.2.tar.gz 204495 BLAKE2B 
765c62324ed147d6c443f9cd7121b0408403ab84bdf74df502cf50e24f85ead15b8c7c5297b36af69c63c2f479138821639c9ea31ff11eb9a32229717651bdd6
 SHA512 
2df7a1086cecc4df6db9a9c1f527d64a8ca70f0a4e87fea701f0fa6ffd60e81df495129b254dc7a788530f225e92af75ab56f9bebbf10e284eab4ccf88f881f1
+DIST pyfakefs-4.5.3.tar.gz 204661 BLAKE2B 
87340d98850cad83b5288d310a5e5d9774247bb71ce7fa314243e38ec3d8e0d42f50f73da2e8c732694c35359e36286c896cb7b2703aa91443d22df95aebbe6b
 SHA512 
0fa42a81acb565292d8a9fde220f033100a4fc07eb8d095e79ed98af415fc285d4db46dd9b891e595f599a9ab48323ff7aad4928b47a6df0d5bbf94c975f605c

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.3.ebuild
new file mode 100644
index 000..1746a5e9e29
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.5.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-11-08 Thread Michał Górny
commit: f19e0e81051ec05868eb03189870ee001a13e0a9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  8 08:16:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  8 08:25:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19e0e81

dev-python/pyfakefs: Bump to 4.5.2

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.5.2.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index c3bb6614399..023c2a15f5a 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-4.5.1.tar.gz 203478 BLAKE2B 
4f7fdd9a9ee80dc814b854b1e1ab6fca49c398733ea3c61369ed1f88c9e66c3f007e5270f9ea276c9eca4c268036a6cd2f2d05832bea94a0de0d947b5cab63f7
 SHA512 
2c4b0f4b9cef9866f12bf5d35462ab565f82a7cfb986e78eae07b8e77be67fd523b093ce4f88b34d817f36d04891f128af723be880c8072f6b593ceb31d65367
+DIST pyfakefs-4.5.2.tar.gz 204495 BLAKE2B 
765c62324ed147d6c443f9cd7121b0408403ab84bdf74df502cf50e24f85ead15b8c7c5297b36af69c63c2f479138821639c9ea31ff11eb9a32229717651bdd6
 SHA512 
2df7a1086cecc4df6db9a9c1f527d64a8ca70f0a4e87fea701f0fa6ffd60e81df495129b254dc7a788530f225e92af75ab56f9bebbf10e284eab4ccf88f881f1

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.2.ebuild
new file mode 100644
index 000..1746a5e9e29
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.5.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-10-03 Thread Michał Górny
commit: ddd6464b0702b7d3972fc676d8243da21ece9d6f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  3 19:29:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  3 19:29:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd6464b

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-4.5.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 344fa71ab4c..c3bb6614399 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-4.5.0.tar.gz 198107 BLAKE2B 
ee055ba5e5b53fc91cfb83a29b6fe77f6ea89576c1f3f13e46cd71ddcfe81630f3639000de1ca14bd9a56bcf4a09046fce313f65722327b63098142e5c0030cf
 SHA512 
24a4555b197d089c2a039354f693748415035a587d0194d7d6494b83b507db2dd7e34f748fccb18f151b2673f06ce290fab02f6eb56d2691d5ab72ac12b2b233
 DIST pyfakefs-4.5.1.tar.gz 203478 BLAKE2B 
4f7fdd9a9ee80dc814b854b1e1ab6fca49c398733ea3c61369ed1f88c9e66c3f007e5270f9ea276c9eca4c268036a6cd2f2d05832bea94a0de0d947b5cab63f7
 SHA512 
2c4b0f4b9cef9866f12bf5d35462ab565f82a7cfb986e78eae07b8e77be67fd523b093ce4f88b34d817f36d04891f128af723be880c8072f6b593ceb31d65367

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.0.ebuild
deleted file mode 100644
index 0eb0423563d..000
--- a/dev-python/pyfakefs/pyfakefs-4.5.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-10-03 Thread Sam James
commit: 703c9c11eb19fe1d9fabe97a060221572e0151cb
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct  3 18:47:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct  3 18:47:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703c9c11

dev-python/pyfakefs: Stabilize 4.5.1 ALLARCHES, #815979

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.1.ebuild
index 1746a5e9e29..17892f635d1 100644
--- a/dev-python/pyfakefs/pyfakefs-4.5.1.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.5.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-08-29 Thread Michał Górny
commit: 43f828e8cdd5745ce7e11a09ffb0d3f21a55709d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 29 21:38:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 29 21:49:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f828e8

dev-python/pyfakefs: Bump to 4.5.1

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.5.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 8faef02f6a1..344fa71ab4c 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-4.5.0.tar.gz 198107 BLAKE2B 
ee055ba5e5b53fc91cfb83a29b6fe77f6ea89576c1f3f13e46cd71ddcfe81630f3639000de1ca14bd9a56bcf4a09046fce313f65722327b63098142e5c0030cf
 SHA512 
24a4555b197d089c2a039354f693748415035a587d0194d7d6494b83b507db2dd7e34f748fccb18f151b2673f06ce290fab02f6eb56d2691d5ab72ac12b2b233
+DIST pyfakefs-4.5.1.tar.gz 203478 BLAKE2B 
4f7fdd9a9ee80dc814b854b1e1ab6fca49c398733ea3c61369ed1f88c9e66c3f007e5270f9ea276c9eca4c268036a6cd2f2d05832bea94a0de0d947b5cab63f7
 SHA512 
2c4b0f4b9cef9866f12bf5d35462ab565f82a7cfb986e78eae07b8e77be67fd523b093ce4f88b34d817f36d04891f128af723be880c8072f6b593ceb31d65367

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.1.ebuild
new file mode 100644
index 000..1746a5e9e29
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.5.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/files/, dev-python/pyfakefs/

2021-07-12 Thread Michał Górny
commit: e1740d9d85492ec628a2c63242e1eec929da2bd7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 12 22:53:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 12 22:53:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1740d9d

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest   |   1 -
 .../pyfakefs/files/pyfakefs-4.4.0-py310.patch  | 265 -
 dev-python/pyfakefs/pyfakefs-4.4.0.ebuild  |  27 ---
 3 files changed, 293 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 0cb16f29f83..8faef02f6a1 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-4.4.0.tar.gz 196236 BLAKE2B 
d19fb44320d9c7eab1e97ee4123da548f1e3b2f8f6b0e3be762b6228677fa165ed1b60364481c53f54e79e50a2f98d298e7ff6e65f40aa9c4e372a0f72e19d52
 SHA512 
774e5e213ee8ce17759cdeaa4ce1d70c43df25f0885c73c7e8aa923973a43f48d9fb19d45105a6a5c5d1c6a0c54c22fe4d80ec3ec92ac7cd97c50fb532af90bc
 DIST pyfakefs-4.5.0.tar.gz 198107 BLAKE2B 
ee055ba5e5b53fc91cfb83a29b6fe77f6ea89576c1f3f13e46cd71ddcfe81630f3639000de1ca14bd9a56bcf4a09046fce313f65722327b63098142e5c0030cf
 SHA512 
24a4555b197d089c2a039354f693748415035a587d0194d7d6494b83b507db2dd7e34f748fccb18f151b2673f06ce290fab02f6eb56d2691d5ab72ac12b2b233

diff --git a/dev-python/pyfakefs/files/pyfakefs-4.4.0-py310.patch 
b/dev-python/pyfakefs/files/pyfakefs-4.4.0-py310.patch
deleted file mode 100644
index 6ef35df7d1f..000
--- a/dev-python/pyfakefs/files/pyfakefs-4.4.0-py310.patch
+++ /dev/null
@@ -1,265 +0,0 @@
-From a8a70bb7746ba24aa60c9915311e1ff5b402146c Mon Sep 17 00:00:00 2001
-From: Carl Montanari <8515611+carlmontan...@users.noreply.github.com>
-Date: Thu, 13 May 2021 22:44:45 -0700
-Subject: [PATCH] Add support for Python 3.10 beta1 (#594)
-
-- add Python 3.10-beta1 to CI
-- adapt fake pathlib, fix pathlib.Path methods link_to, getcwd, lchmod
-- handle dummy encoding "locale" introduced in Python 3.10
-- do not test extra dependencies with Python 3.10 (some are not available)

- pyfakefs/fake_filesystem.py | 15 ---
- pyfakefs/fake_pathlib.py| 64 ++---
- pyfakefs/helpers.py |  9 
- pyfakefs/tests/fake_pathlib_test.py | 27 +---
- 6 files changed, 109 insertions(+), 32 deletions(-)
-
-diff --git a/pyfakefs/fake_filesystem.py b/pyfakefs/fake_filesystem.py
-index 1e9bfc8..971dc93 100644
 a/pyfakefs/fake_filesystem.py
-+++ b/pyfakefs/fake_filesystem.py
-@@ -114,7 +114,7 @@ from pyfakefs.fake_scandir import scandir, walk
- from pyfakefs.helpers import (
- FakeStatResult, BinaryBufferIO, TextBufferIO,
- is_int_type, is_byte_string, is_unicode_string,
--make_string_path, IS_WIN, to_string, matching_string
-+make_string_path, IS_WIN, to_string, matching_string, real_encoding
- )
- from pyfakefs import __version__  # noqa: F401 for upwards compatibility
- 
-@@ -293,7 +293,7 @@ class FakeFile:
- if st_mode >> 12 == 0:
- st_mode |= S_IFREG
- self.stat_result.st_mode = st_mode
--self.encoding = encoding
-+self.encoding = real_encoding(encoding)
- self.errors = errors or 'strict'
- self._byte_contents = self._encode_contents(contents)
- self.stat_result.st_size = (
-@@ -430,7 +430,7 @@ class FakeFile:
-   OSError: if `st_size` is not a non-negative integer,
-or if it exceeds the available file system space.
- """
--self.encoding = encoding
-+self.encoding = real_encoding(encoding)
- changed = self._set_initial_contents(contents)
- if self._side_effect is not None:
- self._side_effect(self)
-@@ -1177,9 +1177,12 @@ class FakeFilesystem:
- OSError: if the filesystem object doesn't exist.
- """
- # stat should return the tuple representing return value of os.stat
--file_object = self.resolve(
--entry_path, follow_symlinks,
--allow_fd=True, check_read_perm=False)
-+try:
-+file_object = self.resolve(
-+entry_path, follow_symlinks,
-+allow_fd=True, check_read_perm=False)
-+except TypeError:
-+file_object = self.resolve(entry_path)
- if not is_root():
- # make sure stat raises if a parent dir is not readable
- parent_dir = file_object.parent_dir
-diff --git a/pyfakefs/fake_pathlib.py b/pyfakefs/fake_pathlib.py
-index b43b178..09933fa 100644
 a/pyfakefs/fake_pathlib.py
-+++ b/pyfakefs/fake_pathlib.py
-@@ -53,8 +53,8 @@ def init_module(filesystem):
- 
- def _wrap_strfunc(strfunc):
- @functools.wraps(strfunc)
--def _wrapped(pathobj, *args):
--return strfunc(pathobj.filesystem, str(pathobj), *args)
-+def _wrapped(pathobj, *args, **kwargs):
-+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-06-04 Thread Michał Górny
commit: 363fd8ab230179f3796e81b0669e90273b520f11
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  4 18:35:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  4 18:59:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363fd8ab

dev-python/pyfakefs: Bump to 4.5.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.5.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 46e821ec32d..0cb16f29f83 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-4.4.0.tar.gz 196236 BLAKE2B 
d19fb44320d9c7eab1e97ee4123da548f1e3b2f8f6b0e3be762b6228677fa165ed1b60364481c53f54e79e50a2f98d298e7ff6e65f40aa9c4e372a0f72e19d52
 SHA512 
774e5e213ee8ce17759cdeaa4ce1d70c43df25f0885c73c7e8aa923973a43f48d9fb19d45105a6a5c5d1c6a0c54c22fe4d80ec3ec92ac7cd97c50fb532af90bc
+DIST pyfakefs-4.5.0.tar.gz 198107 BLAKE2B 
ee055ba5e5b53fc91cfb83a29b6fe77f6ea89576c1f3f13e46cd71ddcfe81630f3639000de1ca14bd9a56bcf4a09046fce313f65722327b63098142e5c0030cf
 SHA512 
24a4555b197d089c2a039354f693748415035a587d0194d7d6494b83b507db2dd7e34f748fccb18f151b2673f06ce290fab02f6eb56d2691d5ab72ac12b2b233

diff --git a/dev-python/pyfakefs/pyfakefs-4.5.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.5.0.ebuild
new file mode 100644
index 000..ba7f47bcc38
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/files/, dev-python/pyfakefs/

2021-06-02 Thread Michał Górny
commit: e9107ff787011fc48d4d8a48499242f4d4f7c889
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  2 15:23:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  2 16:12:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9107ff7

dev-python/pyfakefs: Enable py3.10

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

 .../pyfakefs/files/pyfakefs-4.4.0-py310.patch  | 265 +
 dev-python/pyfakefs/pyfakefs-4.4.0.ebuild  |   6 +-
 2 files changed, 270 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/files/pyfakefs-4.4.0-py310.patch 
b/dev-python/pyfakefs/files/pyfakefs-4.4.0-py310.patch
new file mode 100644
index 000..6ef35df7d1f
--- /dev/null
+++ b/dev-python/pyfakefs/files/pyfakefs-4.4.0-py310.patch
@@ -0,0 +1,265 @@
+From a8a70bb7746ba24aa60c9915311e1ff5b402146c Mon Sep 17 00:00:00 2001
+From: Carl Montanari <8515611+carlmontan...@users.noreply.github.com>
+Date: Thu, 13 May 2021 22:44:45 -0700
+Subject: [PATCH] Add support for Python 3.10 beta1 (#594)
+
+- add Python 3.10-beta1 to CI
+- adapt fake pathlib, fix pathlib.Path methods link_to, getcwd, lchmod
+- handle dummy encoding "locale" introduced in Python 3.10
+- do not test extra dependencies with Python 3.10 (some are not available)
+---
+ pyfakefs/fake_filesystem.py | 15 ---
+ pyfakefs/fake_pathlib.py| 64 ++---
+ pyfakefs/helpers.py |  9 
+ pyfakefs/tests/fake_pathlib_test.py | 27 +---
+ 6 files changed, 109 insertions(+), 32 deletions(-)
+
+diff --git a/pyfakefs/fake_filesystem.py b/pyfakefs/fake_filesystem.py
+index 1e9bfc8..971dc93 100644
+--- a/pyfakefs/fake_filesystem.py
 b/pyfakefs/fake_filesystem.py
+@@ -114,7 +114,7 @@ from pyfakefs.fake_scandir import scandir, walk
+ from pyfakefs.helpers import (
+ FakeStatResult, BinaryBufferIO, TextBufferIO,
+ is_int_type, is_byte_string, is_unicode_string,
+-make_string_path, IS_WIN, to_string, matching_string
++make_string_path, IS_WIN, to_string, matching_string, real_encoding
+ )
+ from pyfakefs import __version__  # noqa: F401 for upwards compatibility
+ 
+@@ -293,7 +293,7 @@ class FakeFile:
+ if st_mode >> 12 == 0:
+ st_mode |= S_IFREG
+ self.stat_result.st_mode = st_mode
+-self.encoding = encoding
++self.encoding = real_encoding(encoding)
+ self.errors = errors or 'strict'
+ self._byte_contents = self._encode_contents(contents)
+ self.stat_result.st_size = (
+@@ -430,7 +430,7 @@ class FakeFile:
+   OSError: if `st_size` is not a non-negative integer,
+or if it exceeds the available file system space.
+ """
+-self.encoding = encoding
++self.encoding = real_encoding(encoding)
+ changed = self._set_initial_contents(contents)
+ if self._side_effect is not None:
+ self._side_effect(self)
+@@ -1177,9 +1177,12 @@ class FakeFilesystem:
+ OSError: if the filesystem object doesn't exist.
+ """
+ # stat should return the tuple representing return value of os.stat
+-file_object = self.resolve(
+-entry_path, follow_symlinks,
+-allow_fd=True, check_read_perm=False)
++try:
++file_object = self.resolve(
++entry_path, follow_symlinks,
++allow_fd=True, check_read_perm=False)
++except TypeError:
++file_object = self.resolve(entry_path)
+ if not is_root():
+ # make sure stat raises if a parent dir is not readable
+ parent_dir = file_object.parent_dir
+diff --git a/pyfakefs/fake_pathlib.py b/pyfakefs/fake_pathlib.py
+index b43b178..09933fa 100644
+--- a/pyfakefs/fake_pathlib.py
 b/pyfakefs/fake_pathlib.py
+@@ -53,8 +53,8 @@ def init_module(filesystem):
+ 
+ def _wrap_strfunc(strfunc):
+ @functools.wraps(strfunc)
+-def _wrapped(pathobj, *args):
+-return strfunc(pathobj.filesystem, str(pathobj), *args)
++def _wrapped(pathobj, *args, **kwargs):
++return strfunc(pathobj.filesystem, str(pathobj), *args, **kwargs)
+ 
+ return staticmethod(_wrapped)
+ 
+@@ -94,19 +94,24 @@ class _FakeAccessor(accessor):
+ 
+ listdir = _wrap_strfunc(FakeFilesystem.listdir)
+ 
+-chmod = _wrap_strfunc(FakeFilesystem.chmod)
+-
+ if use_scandir:
+ scandir = _wrap_strfunc(fake_scandir.scandir)
+ 
+ if hasattr(os, "lchmod"):
+ lchmod = _wrap_strfunc(lambda fs, path, mode: FakeFilesystem.chmod(
+ fs, path, mode, follow_symlinks=False))
++chmod = _wrap_strfunc(FakeFilesystem.chmod)
+ else:
+-def lchmod(self, pathobj, mode):
++def lchmod(self, pathobj,  *args, **kwargs):
+ """Raises not implemented for Windows systems."""
+ raise NotImplementedError("lchmod() not available on this system")
+ 
++def chmod(self, pat

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-05-24 Thread Joshua Kinard
commit: dc9a19be0f44c77f1a610f9e4372460fd5165f44
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon May 24 21:07:19 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon May 24 21:19:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9a19be

dev-python/pyfakefs: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/707066
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.19, Repoman-3.0.3

 dev-python/pyfakefs/pyfakefs-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild
index dbf254948ee..e7a85e83b59 100644
--- a/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-03-30 Thread Michał Górny
commit: 9e3637263ff65bc0935dc9f5a55bbf454ad87540
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 30 11:06:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 30 11:06:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e363726

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-4.3.3.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index e6debd61e9a..46e821ec32d 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-4.3.3.tar.gz 194498 BLAKE2B 
4ad300889e8c8462f4a237c2a12a9d93cbaaff6e9e6347e667bc366abf9705023eb1838c4291488c10a51d5209810c773edcb08c58e3759ccd9f851b17ea82e1
 SHA512 
e4cc3603496705216c1ea1448f835a19efa5a1429f3ecd67911ab2dc76d6754af7bb25312a6b15046355af26b8b72528acf68db50960d2eaba8bb3ef80fccaa0
 DIST pyfakefs-4.4.0.tar.gz 196236 BLAKE2B 
d19fb44320d9c7eab1e97ee4123da548f1e3b2f8f6b0e3be762b6228677fa165ed1b60364481c53f54e79e50a2f98d298e7ff6e65f40aa9c4e372a0f72e19d52
 SHA512 
774e5e213ee8ce17759cdeaa4ce1d70c43df25f0885c73c7e8aa923973a43f48d9fb19d45105a6a5c5d1c6a0c54c22fe4d80ec3ec92ac7cd97c50fb532af90bc

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild
deleted file mode 100644
index dbf254948ee..000
--- a/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-03-30 Thread Sam James
commit: 415fe85abff1e6049ae98146512eee4a89c5662e
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 30 00:25:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 30 00:28:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415fe85a

dev-python/pyfakefs: Stabilize 4.4.0 ALLARCHES, #779289

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild
index 1d0bb7aebad..dbf254948ee 100644
--- a/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-02-24 Thread Michał Górny
commit: 7abb141f9c90e1171cf2522eaef1c9280f5666aa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 24 21:40:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 24 21:43:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abb141f

dev-python/pyfakefs: Bump to 4.4.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.4.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 6fe1839e516..e6debd61e9a 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-4.3.3.tar.gz 194498 BLAKE2B 
4ad300889e8c8462f4a237c2a12a9d93cbaaff6e9e6347e667bc366abf9705023eb1838c4291488c10a51d5209810c773edcb08c58e3759ccd9f851b17ea82e1
 SHA512 
e4cc3603496705216c1ea1448f835a19efa5a1429f3ecd67911ab2dc76d6754af7bb25312a6b15046355af26b8b72528acf68db50960d2eaba8bb3ef80fccaa0
+DIST pyfakefs-4.4.0.tar.gz 196236 BLAKE2B 
d19fb44320d9c7eab1e97ee4123da548f1e3b2f8f6b0e3be762b6228677fa165ed1b60364481c53f54e79e50a2f98d298e7ff6e65f40aa9c4e372a0f72e19d52
 SHA512 
774e5e213ee8ce17759cdeaa4ce1d70c43df25f0885c73c7e8aa923973a43f48d9fb19d45105a6a5c5d1c6a0c54c22fe4d80ec3ec92ac7cd97c50fb532af90bc

diff --git a/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild
new file mode 100644
index 000..1d0bb7aebad
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-01-25 Thread Michał Górny
commit: e73fc775a8f581e3265ef2e2484542920c908201
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 25 14:24:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 25 14:29:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73fc775

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-4.3.2.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index e08a898ac78..6fe1839e516 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-4.3.2.tar.gz 194897 BLAKE2B 
c3b36e280cb73c4bcd2349382eb67726c19627b0c6dc392a0f38ec7f9f001e5ddbe93734de6d177c68ea1e2213c5c7d06827e3aa12af0c7cd744ba35b8d5df5c
 SHA512 
50479d2ac7b8622ee30c4c2f09cb3d2bdfb315b4eb61eecb37f8946f038ec9048d653250a0f58dcef55b1b8347b040ecd416f61f26ecfdf7b083801114770803
 DIST pyfakefs-4.3.3.tar.gz 194498 BLAKE2B 
4ad300889e8c8462f4a237c2a12a9d93cbaaff6e9e6347e667bc366abf9705023eb1838c4291488c10a51d5209810c773edcb08c58e3759ccd9f851b17ea82e1
 SHA512 
e4cc3603496705216c1ea1448f835a19efa5a1429f3ecd67911ab2dc76d6754af7bb25312a6b15046355af26b8b72528acf68db50960d2eaba8bb3ef80fccaa0

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
deleted file mode 100644
index a5365edad91..000
--- a/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2021-01-25 Thread Sam James
commit: d8931b1dee56397288277f493caa63203d1ec169
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 25 14:05:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 25 14:05:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8931b1d

dev-python/pyfakefs: Stabilize 4.3.3 ALLARCHES, #767106

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild
index 687f985da69..66a4dad83a9 100644
--- a/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-12-20 Thread Michał Górny
commit: 73c4f6d5374c0bc6b21244a21130c1da16ed4c64
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:36:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:36:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c4f6d5

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  3 ---
 dev-python/pyfakefs/pyfakefs-4.2.1.ebuild | 23 ---
 dev-python/pyfakefs/pyfakefs-4.3.0.ebuild | 23 ---
 dev-python/pyfakefs/pyfakefs-4.3.1.ebuild | 23 ---
 4 files changed, 72 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index a0dc129c892..e08a898ac78 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,5 +1,2 @@
-DIST pyfakefs-4.2.1.tar.gz 192910 BLAKE2B 
dd1826b8fbddb9c9f272cd6fe0a286a41dbcf1bba625cfaef22ea1f17089f6acf346c3a84e56e6ad41f501329c06539bcda72cad670481a3ad770d014ad1e93d
 SHA512 
99ee0ece46ed457dcf98c4c59ee905e58bbfe66e4fadcc3d3d9d725c2ce7b4fae25bc3cf847c85045a828beab52f315ec2ee78e6fea4b23cfe9aaddfd49f1829
-DIST pyfakefs-4.3.0.tar.gz 194821 BLAKE2B 
f7deca18ad019dba12ac35bac44be339fc1eef0ef609f33b2fa8974f3bd65a25fba043f0afef0e332f9a71f501eb7c6e890acbfcfc9c8acb780dc88140a6
 SHA512 
42c6e9da0f098eeb948fbe3f1f26e8fddfb35d3156543ccc2297cc0fb971a87911a94ca925d2fd12531999fd9314b615f49688a3e9a4aef19522cd08bdabe72a
-DIST pyfakefs-4.3.1.tar.gz 194638 BLAKE2B 
752fb2ec88d7468ca439e7124e26b9f111f3b3971a47062b598a0d66c9fc5d8d317716ad73648de727ad6072546fd7b02f7f3a65da45998a20d5f5f3e5999bf1
 SHA512 
9e1521b7c051ef984329ebe9e2003f72a6f54497dcde46b3fe1b14f282ba436dc17ebd6b8e570714eb1ed8de9f484e6bc94ece0a39985a47f7668f350b5a797f
 DIST pyfakefs-4.3.2.tar.gz 194897 BLAKE2B 
c3b36e280cb73c4bcd2349382eb67726c19627b0c6dc392a0f38ec7f9f001e5ddbe93734de6d177c68ea1e2213c5c7d06827e3aa12af0c7cd744ba35b8d5df5c
 SHA512 
50479d2ac7b8622ee30c4c2f09cb3d2bdfb315b4eb61eecb37f8946f038ec9048d653250a0f58dcef55b1b8347b040ecd416f61f26ecfdf7b083801114770803
 DIST pyfakefs-4.3.3.tar.gz 194498 BLAKE2B 
4ad300889e8c8462f4a237c2a12a9d93cbaaff6e9e6347e667bc366abf9705023eb1838c4291488c10a51d5209810c773edcb08c58e3759ccd9f851b17ea82e1
 SHA512 
e4cc3603496705216c1ea1448f835a19efa5a1429f3ecd67911ab2dc76d6754af7bb25312a6b15046355af26b8b72528acf68db50960d2eaba8bb3ef80fccaa0

diff --git a/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild
deleted file mode 100644
index de3186579fe..000
--- a/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.0.ebuild
deleted file mode 100644
index a437b0e387d..000
--- a/dev-python/pyfakefs/pyfakefs-4.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.1.ebuild
deleted file mode 100644
index a437b0e387d..000
--- a/dev-python/pyfakefs/pyfakefs-4.3.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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/jmcgehe

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-12-20 Thread Michał Górny
commit: 40190f00bc76148c18928a59d04002cc08c6a2dc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:31:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40190f00

dev-python/pyfakefs: Bump to 4.3.3

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.3.3.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index e0889292269..a0dc129c892 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -2,3 +2,4 @@ DIST pyfakefs-4.2.1.tar.gz 192910 BLAKE2B 
dd1826b8fbddb9c9f272cd6fe0a286a41dbcf1
 DIST pyfakefs-4.3.0.tar.gz 194821 BLAKE2B 
f7deca18ad019dba12ac35bac44be339fc1eef0ef609f33b2fa8974f3bd65a25fba043f0afef0e332f9a71f501eb7c6e890acbfcfc9c8acb780dc88140a6
 SHA512 
42c6e9da0f098eeb948fbe3f1f26e8fddfb35d3156543ccc2297cc0fb971a87911a94ca925d2fd12531999fd9314b615f49688a3e9a4aef19522cd08bdabe72a
 DIST pyfakefs-4.3.1.tar.gz 194638 BLAKE2B 
752fb2ec88d7468ca439e7124e26b9f111f3b3971a47062b598a0d66c9fc5d8d317716ad73648de727ad6072546fd7b02f7f3a65da45998a20d5f5f3e5999bf1
 SHA512 
9e1521b7c051ef984329ebe9e2003f72a6f54497dcde46b3fe1b14f282ba436dc17ebd6b8e570714eb1ed8de9f484e6bc94ece0a39985a47f7668f350b5a797f
 DIST pyfakefs-4.3.2.tar.gz 194897 BLAKE2B 
c3b36e280cb73c4bcd2349382eb67726c19627b0c6dc392a0f38ec7f9f001e5ddbe93734de6d177c68ea1e2213c5c7d06827e3aa12af0c7cd744ba35b8d5df5c
 SHA512 
50479d2ac7b8622ee30c4c2f09cb3d2bdfb315b4eb61eecb37f8946f038ec9048d653250a0f58dcef55b1b8347b040ecd416f61f26ecfdf7b083801114770803
+DIST pyfakefs-4.3.3.tar.gz 194498 BLAKE2B 
4ad300889e8c8462f4a237c2a12a9d93cbaaff6e9e6347e667bc366abf9705023eb1838c4291488c10a51d5209810c773edcb08c58e3759ccd9f851b17ea82e1
 SHA512 
e4cc3603496705216c1ea1448f835a19efa5a1429f3ecd67911ab2dc76d6754af7bb25312a6b15046355af26b8b72528acf68db50960d2eaba8bb3ef80fccaa0

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild
new file mode 100644
index 000..687f985da69
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-12-20 Thread Sam James
commit: 459a9f9a309506c6558bfcab9af56b6ef6a75562
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 20:17:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 20:18:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459a9f9a

dev-python/pyfakefs: Stabilize 4.3.2 ALLARCHES, #760908

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
index 687f985da69..a5365edad91 100644
--- a/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/, dev-python/pyfakefs/files/

2020-12-06 Thread Michał Górny
commit: 6ab7985256b1235b78341b130d0a1a809367cba9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  6 20:49:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  6 20:50:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab79852

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest   |  2 --
 .../pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch   | 38 --
 dev-python/pyfakefs/pyfakefs-4.1.0.ebuild  | 27 ---
 dev-python/pyfakefs/pyfakefs-4.2.0.ebuild  | 23 -
 4 files changed, 90 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 5758f3d1b88..e0889292269 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,5 +1,3 @@
-DIST pyfakefs-4.1.0.tar.gz 185920 BLAKE2B 
ee61e5ecda697150374bef035054038aed29e23958c58a3b135aae8dae7b397a194586ef6fd3ae70db1d136572a23a876d7f2dacb7e5814c1bedc9bb4502c3fe
 SHA512 
946e21e34643db2b84e53d14bd9758c8edaa9e5e40b827fd74b245f018e8084995f55256900bf795c23a5aae29f124d9fcb80caf08442f6292adb80ee59d79b4
-DIST pyfakefs-4.2.0.tar.gz 192826 BLAKE2B 
b1b337f5845075d8c9f32565dc1169ec2fde7e49a0bcf2f446d09f090c8c46c69690259bfc1d8e76b754477303de049790a69a209c0ed11af465bd5ca2b2ddcd
 SHA512 
d70266bac134eca45af3d2838f9f276217305add719aa1ed3606406b33b2d2f8bda20fbcdd4653e2a5e08baf717dd0f20005aa6f66ea519e52247c88fa8d72b2
 DIST pyfakefs-4.2.1.tar.gz 192910 BLAKE2B 
dd1826b8fbddb9c9f272cd6fe0a286a41dbcf1bba625cfaef22ea1f17089f6acf346c3a84e56e6ad41f501329c06539bcda72cad670481a3ad770d014ad1e93d
 SHA512 
99ee0ece46ed457dcf98c4c59ee905e58bbfe66e4fadcc3d3d9d725c2ce7b4fae25bc3cf847c85045a828beab52f315ec2ee78e6fea4b23cfe9aaddfd49f1829
 DIST pyfakefs-4.3.0.tar.gz 194821 BLAKE2B 
f7deca18ad019dba12ac35bac44be339fc1eef0ef609f33b2fa8974f3bd65a25fba043f0afef0e332f9a71f501eb7c6e890acbfcfc9c8acb780dc88140a6
 SHA512 
42c6e9da0f098eeb948fbe3f1f26e8fddfb35d3156543ccc2297cc0fb971a87911a94ca925d2fd12531999fd9314b615f49688a3e9a4aef19522cd08bdabe72a
 DIST pyfakefs-4.3.1.tar.gz 194638 BLAKE2B 
752fb2ec88d7468ca439e7124e26b9f111f3b3971a47062b598a0d66c9fc5d8d317716ad73648de727ad6072546fd7b02f7f3a65da45998a20d5f5f3e5999bf1
 SHA512 
9e1521b7c051ef984329ebe9e2003f72a6f54497dcde46b3fe1b14f282ba436dc17ebd6b8e570714eb1ed8de9f484e6bc94ece0a39985a47f7668f350b5a797f

diff --git a/dev-python/pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch 
b/dev-python/pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch
deleted file mode 100644
index 44b76b0132b..000
--- a/dev-python/pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 1d6fabcaccf8dc716f7a49a67f5342d83ef37976 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sun, 12 Jul 2020 21:26:33 +0200
-Subject: [PATCH] Skip test_write_excel if openpyxl is not installed
-
-test_write_excel fails if pandas are installed but openpyxl is not.
-Adjust the condition around the case appropriately.

- pyfakefs/tests/patched_packages_test.py | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/pyfakefs/tests/patched_packages_test.py 
b/pyfakefs/tests/patched_packages_test.py
-index 05ed7ef..f8d8a1a 100644
 a/pyfakefs/tests/patched_packages_test.py
-+++ b/pyfakefs/tests/patched_packages_test.py
-@@ -28,6 +28,11 @@ try:
- except ImportError:
- xlrd = None
- 
-+try:
-+import openpyxl
-+except ImportError:
-+openpyxl = None
-+
- 
- class TestPatchedPackages(fake_filesystem_unittest.TestCase):
- def setUp(self):
-@@ -57,6 +62,7 @@ class TestPatchedPackages(fake_filesystem_unittest.TestCase):
- df = pd.read_excel(path)
- assert (df.columns == [1, 2, 3, 4]).all()
- 
-+if pd is not None and openpyxl is not None:
- def test_write_excel(self):
- self.fs.create_dir('/foo')
- path = '/foo/bar.xlsx'
--- 
-2.27.0
-

diff --git a/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
deleted file mode 100644
index 4209e0be8c6..000
--- a/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${P}-openpyxl.patch
-)
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}

diff -

[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-12-06 Thread Sam James
commit: 380f3eb4d29b2ff3e26235da4d2c60804483dd38
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  6 17:55:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  6 17:55:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380f3eb4

dev-python/pyfakefs: Stabilize 4.2.1 ALLARCHES, #758560

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild
index a437b0e387d..de3186579fe 100644
--- a/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-11-28 Thread Sam James
commit: 3a811b4a2f6b706fbd9e43cf35998ea094627104
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 08:31:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 08:31:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a811b4a

dev-python/pyfakefs: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
index a437b0e387d..687f985da69 100644
--- a/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-11-26 Thread Michał Górny
commit: d581f8363b6aa5cc0117fabac4b8a6bc1f55b939
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 26 14:43:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 26 14:43:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d581f836

dev-python/pyfakefs: Bump to 4.3.2

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.3.2.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index d213b45263f..5758f3d1b88 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -3,3 +3,4 @@ DIST pyfakefs-4.2.0.tar.gz 192826 BLAKE2B 
b1b337f5845075d8c9f32565dc1169ec2fde7e
 DIST pyfakefs-4.2.1.tar.gz 192910 BLAKE2B 
dd1826b8fbddb9c9f272cd6fe0a286a41dbcf1bba625cfaef22ea1f17089f6acf346c3a84e56e6ad41f501329c06539bcda72cad670481a3ad770d014ad1e93d
 SHA512 
99ee0ece46ed457dcf98c4c59ee905e58bbfe66e4fadcc3d3d9d725c2ce7b4fae25bc3cf847c85045a828beab52f315ec2ee78e6fea4b23cfe9aaddfd49f1829
 DIST pyfakefs-4.3.0.tar.gz 194821 BLAKE2B 
f7deca18ad019dba12ac35bac44be339fc1eef0ef609f33b2fa8974f3bd65a25fba043f0afef0e332f9a71f501eb7c6e890acbfcfc9c8acb780dc88140a6
 SHA512 
42c6e9da0f098eeb948fbe3f1f26e8fddfb35d3156543ccc2297cc0fb971a87911a94ca925d2fd12531999fd9314b615f49688a3e9a4aef19522cd08bdabe72a
 DIST pyfakefs-4.3.1.tar.gz 194638 BLAKE2B 
752fb2ec88d7468ca439e7124e26b9f111f3b3971a47062b598a0d66c9fc5d8d317716ad73648de727ad6072546fd7b02f7f3a65da45998a20d5f5f3e5999bf1
 SHA512 
9e1521b7c051ef984329ebe9e2003f72a6f54497dcde46b3fe1b14f282ba436dc17ebd6b8e570714eb1ed8de9f484e6bc94ece0a39985a47f7668f350b5a797f
+DIST pyfakefs-4.3.2.tar.gz 194897 BLAKE2B 
c3b36e280cb73c4bcd2349382eb67726c19627b0c6dc392a0f38ec7f9f001e5ddbe93734de6d177c68ea1e2213c5c7d06827e3aa12af0c7cd744ba35b8d5df5c
 SHA512 
50479d2ac7b8622ee30c4c2f09cb3d2bdfb315b4eb61eecb37f8946f038ec9048d653250a0f58dcef55b1b8347b040ecd416f61f26ecfdf7b083801114770803

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
new file mode 100644
index 000..a437b0e387d
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-11-23 Thread Michał Górny
commit: 3f08821d36f1e85733b310a9a67db830058eb9fe
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 23 23:34:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 24 07:42:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f08821d

dev-python/pyfakefs: Bump to 4.3.1

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.3.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index ea9f49beb8c..d213b45263f 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -2,3 +2,4 @@ DIST pyfakefs-4.1.0.tar.gz 185920 BLAKE2B 
ee61e5ecda697150374bef035054038aed29e2
 DIST pyfakefs-4.2.0.tar.gz 192826 BLAKE2B 
b1b337f5845075d8c9f32565dc1169ec2fde7e49a0bcf2f446d09f090c8c46c69690259bfc1d8e76b754477303de049790a69a209c0ed11af465bd5ca2b2ddcd
 SHA512 
d70266bac134eca45af3d2838f9f276217305add719aa1ed3606406b33b2d2f8bda20fbcdd4653e2a5e08baf717dd0f20005aa6f66ea519e52247c88fa8d72b2
 DIST pyfakefs-4.2.1.tar.gz 192910 BLAKE2B 
dd1826b8fbddb9c9f272cd6fe0a286a41dbcf1bba625cfaef22ea1f17089f6acf346c3a84e56e6ad41f501329c06539bcda72cad670481a3ad770d014ad1e93d
 SHA512 
99ee0ece46ed457dcf98c4c59ee905e58bbfe66e4fadcc3d3d9d725c2ce7b4fae25bc3cf847c85045a828beab52f315ec2ee78e6fea4b23cfe9aaddfd49f1829
 DIST pyfakefs-4.3.0.tar.gz 194821 BLAKE2B 
f7deca18ad019dba12ac35bac44be339fc1eef0ef609f33b2fa8974f3bd65a25fba043f0afef0e332f9a71f501eb7c6e890acbfcfc9c8acb780dc88140a6
 SHA512 
42c6e9da0f098eeb948fbe3f1f26e8fddfb35d3156543ccc2297cc0fb971a87911a94ca925d2fd12531999fd9314b615f49688a3e9a4aef19522cd08bdabe72a
+DIST pyfakefs-4.3.1.tar.gz 194638 BLAKE2B 
752fb2ec88d7468ca439e7124e26b9f111f3b3971a47062b598a0d66c9fc5d8d317716ad73648de727ad6072546fd7b02f7f3a65da45998a20d5f5f3e5999bf1
 SHA512 
9e1521b7c051ef984329ebe9e2003f72a6f54497dcde46b3fe1b14f282ba436dc17ebd6b8e570714eb1ed8de9f484e6bc94ece0a39985a47f7668f350b5a797f

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.1.ebuild
new file mode 100644
index 000..a437b0e387d
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-11-19 Thread Michał Górny
commit: 949db99f470de49a925a44323de5f4bdde72f3cd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 19 17:46:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 18:17:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949db99f

dev-python/pyfakefs: Bump to 4.3.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.3.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index db547acc53a..ea9f49beb8c 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,4 @@
 DIST pyfakefs-4.1.0.tar.gz 185920 BLAKE2B 
ee61e5ecda697150374bef035054038aed29e23958c58a3b135aae8dae7b397a194586ef6fd3ae70db1d136572a23a876d7f2dacb7e5814c1bedc9bb4502c3fe
 SHA512 
946e21e34643db2b84e53d14bd9758c8edaa9e5e40b827fd74b245f018e8084995f55256900bf795c23a5aae29f124d9fcb80caf08442f6292adb80ee59d79b4
 DIST pyfakefs-4.2.0.tar.gz 192826 BLAKE2B 
b1b337f5845075d8c9f32565dc1169ec2fde7e49a0bcf2f446d09f090c8c46c69690259bfc1d8e76b754477303de049790a69a209c0ed11af465bd5ca2b2ddcd
 SHA512 
d70266bac134eca45af3d2838f9f276217305add719aa1ed3606406b33b2d2f8bda20fbcdd4653e2a5e08baf717dd0f20005aa6f66ea519e52247c88fa8d72b2
 DIST pyfakefs-4.2.1.tar.gz 192910 BLAKE2B 
dd1826b8fbddb9c9f272cd6fe0a286a41dbcf1bba625cfaef22ea1f17089f6acf346c3a84e56e6ad41f501329c06539bcda72cad670481a3ad770d014ad1e93d
 SHA512 
99ee0ece46ed457dcf98c4c59ee905e58bbfe66e4fadcc3d3d9d725c2ce7b4fae25bc3cf847c85045a828beab52f315ec2ee78e6fea4b23cfe9aaddfd49f1829
+DIST pyfakefs-4.3.0.tar.gz 194821 BLAKE2B 
f7deca18ad019dba12ac35bac44be339fc1eef0ef609f33b2fa8974f3bd65a25fba043f0afef0e332f9a71f501eb7c6e890acbfcfc9c8acb780dc88140a6
 SHA512 
42c6e9da0f098eeb948fbe3f1f26e8fddfb35d3156543ccc2297cc0fb971a87911a94ca925d2fd12531999fd9314b615f49688a3e9a4aef19522cd08bdabe72a

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.0.ebuild
new file mode 100644
index 000..a437b0e387d
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-11-02 Thread Michał Górny
commit: ee153cad32c5b2050f2dba25c2a01a15a8ab5fa0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  2 15:34:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  2 15:34:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee153cad

dev-python/pyfakefs: Bump to 4.2.1

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.2.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 90dadbf0096..db547acc53a 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-4.1.0.tar.gz 185920 BLAKE2B 
ee61e5ecda697150374bef035054038aed29e23958c58a3b135aae8dae7b397a194586ef6fd3ae70db1d136572a23a876d7f2dacb7e5814c1bedc9bb4502c3fe
 SHA512 
946e21e34643db2b84e53d14bd9758c8edaa9e5e40b827fd74b245f018e8084995f55256900bf795c23a5aae29f124d9fcb80caf08442f6292adb80ee59d79b4
 DIST pyfakefs-4.2.0.tar.gz 192826 BLAKE2B 
b1b337f5845075d8c9f32565dc1169ec2fde7e49a0bcf2f446d09f090c8c46c69690259bfc1d8e76b754477303de049790a69a209c0ed11af465bd5ca2b2ddcd
 SHA512 
d70266bac134eca45af3d2838f9f276217305add719aa1ed3606406b33b2d2f8bda20fbcdd4653e2a5e08baf717dd0f20005aa6f66ea519e52247c88fa8d72b2
+DIST pyfakefs-4.2.1.tar.gz 192910 BLAKE2B 
dd1826b8fbddb9c9f272cd6fe0a286a41dbcf1bba625cfaef22ea1f17089f6acf346c3a84e56e6ad41f501329c06539bcda72cad670481a3ad770d014ad1e93d
 SHA512 
99ee0ece46ed457dcf98c4c59ee905e58bbfe66e4fadcc3d3d9d725c2ce7b4fae25bc3cf847c85045a828beab52f315ec2ee78e6fea4b23cfe9aaddfd49f1829

diff --git a/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild
new file mode 100644
index 000..a437b0e387d
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-11-01 Thread Michał Górny
commit: dc0139d8b2d84ab45a9c147c849afa115d763ac6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  1 09:33:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  1 14:34:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0139d8

dev-python/pyfakefs: Bump to 4.2.0

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.2.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index f150660f36f..90dadbf0096 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1 +1,2 @@
 DIST pyfakefs-4.1.0.tar.gz 185920 BLAKE2B 
ee61e5ecda697150374bef035054038aed29e23958c58a3b135aae8dae7b397a194586ef6fd3ae70db1d136572a23a876d7f2dacb7e5814c1bedc9bb4502c3fe
 SHA512 
946e21e34643db2b84e53d14bd9758c8edaa9e5e40b827fd74b245f018e8084995f55256900bf795c23a5aae29f124d9fcb80caf08442f6292adb80ee59d79b4
+DIST pyfakefs-4.2.0.tar.gz 192826 BLAKE2B 
b1b337f5845075d8c9f32565dc1169ec2fde7e49a0bcf2f446d09f090c8c46c69690259bfc1d8e76b754477303de049790a69a209c0ed11af465bd5ca2b2ddcd
 SHA512 
d70266bac134eca45af3d2838f9f276217305add719aa1ed3606406b33b2d2f8bda20fbcdd4653e2a5e08baf717dd0f20005aa6f66ea519e52247c88fa8d72b2

diff --git a/dev-python/pyfakefs/pyfakefs-4.2.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.2.0.ebuild
new file mode 100644
index 000..a437b0e387d
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-10-13 Thread Louis Sautier
commit: d398ba29545b11e81dbd1d937c6f0bd1f7a4cbdd
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Oct 13 22:32:27 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Oct 13 22:34:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d398ba29

dev-python/pyfakefs: fix setuptools dependency

Not required at runtime, only pytest entry points are used.

Closes: https://bugs.gentoo.org/748501
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.1.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
index 29678aafee3..4209e0be8c6 100644
--- a/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 DISTUTILS_IN_SOURCE_BUILD=1
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-09-20 Thread Michał Górny
commit: 5b3ed8221ac676dd8863aa0b54df973031eaadd8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 15:33:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 15:37:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3ed822

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  1 -
 dev-python/pyfakefs/pyfakefs-3.7.2.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 65199523223..f150660f36f 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1 @@
-DIST pyfakefs-3.7.2.tar.gz 180195 BLAKE2B 
f1e76b652fc67f630fb45798974dc22455e9e99509829fbcaa479f36887c90207d7b6f087e89c9e113bb44df8c4221dc4676129663740812a9426d84a1d47401
 SHA512 
33bdbf7e21f1135c0ee048943a4b7dffec96e018285e4ee2e6a1c6a7f9e595e27348c83af3803d80322e7fd12a59985a6bf6342aa6211ba95c74ffa20929fb5a
 DIST pyfakefs-4.1.0.tar.gz 185920 BLAKE2B 
ee61e5ecda697150374bef035054038aed29e23958c58a3b135aae8dae7b397a194586ef6fd3ae70db1d136572a23a876d7f2dacb7e5814c1bedc9bb4502c3fe
 SHA512 
946e21e34643db2b84e53d14bd9758c8edaa9e5e40b827fd74b245f018e8084995f55256900bf795c23a5aae29f124d9fcb80caf08442f6292adb80ee59d79b4

diff --git a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
deleted file mode 100644
index 46549c155c2..000
--- a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-DISTUTILS_IN_SOURCE_BUILD=1
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="${COMMON_DEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-08-19 Thread Sam James
commit: 53e9245b98bb7ed011c42fd7d6a47a1215fab74b
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 19 09:02:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 19 09:02:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e9245b

dev-python/pyfakefs: Stabilize 4.1.0 ALLARCHES, #737778

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
index f1b37e17b4b..b51d5b7e0bf 100644
--- a/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-07-21 Thread Sergei Trofimovich
commit: 0e92da42de63863570da4a08089c659730f43992
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jul 21 15:24:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 21 17:08:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e92da42

dev-python/pyfakefs: stable 3.7.2 for hppa, bug #731414

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pyfakefs/pyfakefs-3.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
index 02e466b85f9..46549c155c2 100644
--- a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-07-16 Thread Sam James
commit: 91bc690ff1e9a2d1dedc60e033e67b7e47bb82c5
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:32:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:32:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bc690f

dev-python/pyfakefs: arm64 stable (bug #731414)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-3.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
index 93e4afe825e..02e466b85f9 100644
--- a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/, dev-python/pyfakefs/files/

2020-07-12 Thread Michał Górny
commit: eceef75b4e3f0906eb641426efe6e922da77274c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:15:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eceef75b

dev-python/pyfakefs: Bump to 4.1.0

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

 dev-python/pyfakefs/Manifest   |  1 +
 .../pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch   | 38 ++
 dev-python/pyfakefs/pyfakefs-4.1.0.ebuild  | 28 
 3 files changed, 67 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index 5df88a33cff..57ba60cb194 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,2 +1,3 @@
 DIST pyfakefs-3.7.2.tar.gz 180195 BLAKE2B 
f1e76b652fc67f630fb45798974dc22455e9e99509829fbcaa479f36887c90207d7b6f087e89c9e113bb44df8c4221dc4676129663740812a9426d84a1d47401
 SHA512 
33bdbf7e21f1135c0ee048943a4b7dffec96e018285e4ee2e6a1c6a7f9e595e27348c83af3803d80322e7fd12a59985a6bf6342aa6211ba95c74ffa20929fb5a
 DIST pyfakefs-4.0.2.tar.gz 177627 BLAKE2B 
a52bd900466203af6170bb9ce92f1e5f73f246d576f12390f5b52224de34fa69a3a4c426319b701953f040e343bcf267e20ea2a33df62c4a46f6397f760330aa
 SHA512 
ba14cbc278ece50142d441b7731b01ba316ba9f11e5d442476e12b8b678490aace9578eb3b2fa2e47d6805795ceaf85574d3c5fb992a098585597c7e96d7143a
+DIST pyfakefs-4.1.0.tar.gz 185920 BLAKE2B 
ee61e5ecda697150374bef035054038aed29e23958c58a3b135aae8dae7b397a194586ef6fd3ae70db1d136572a23a876d7f2dacb7e5814c1bedc9bb4502c3fe
 SHA512 
946e21e34643db2b84e53d14bd9758c8edaa9e5e40b827fd74b245f018e8084995f55256900bf795c23a5aae29f124d9fcb80caf08442f6292adb80ee59d79b4

diff --git a/dev-python/pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch 
b/dev-python/pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch
new file mode 100644
index 000..44b76b0132b
--- /dev/null
+++ b/dev-python/pyfakefs/files/pyfakefs-4.1.0-openpyxl.patch
@@ -0,0 +1,38 @@
+From 1d6fabcaccf8dc716f7a49a67f5342d83ef37976 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sun, 12 Jul 2020 21:26:33 +0200
+Subject: [PATCH] Skip test_write_excel if openpyxl is not installed
+
+test_write_excel fails if pandas are installed but openpyxl is not.
+Adjust the condition around the case appropriately.
+---
+ pyfakefs/tests/patched_packages_test.py | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/pyfakefs/tests/patched_packages_test.py 
b/pyfakefs/tests/patched_packages_test.py
+index 05ed7ef..f8d8a1a 100644
+--- a/pyfakefs/tests/patched_packages_test.py
 b/pyfakefs/tests/patched_packages_test.py
+@@ -28,6 +28,11 @@ try:
+ except ImportError:
+ xlrd = None
+ 
++try:
++import openpyxl
++except ImportError:
++openpyxl = None
++
+ 
+ class TestPatchedPackages(fake_filesystem_unittest.TestCase):
+ def setUp(self):
+@@ -57,6 +62,7 @@ class TestPatchedPackages(fake_filesystem_unittest.TestCase):
+ df = pd.read_excel(path)
+ assert (df.columns == [1, 2, 3, 4]).all()
+ 
++if pd is not None and openpyxl is not None:
+ def test_write_excel(self):
+ self.fs.create_dir('/foo')
+ path = '/foo/bar.xlsx'
+-- 
+2.27.0
+

diff --git a/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
new file mode 100644
index 000..f1b37e17b4b
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${P}-openpyxl.patch
+)
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-07-11 Thread Sam James
commit: 1bf7dfe3d70facb382cc7f7a604aa665bfbfc048
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 12 02:45:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 12 02:45:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf7dfe3

dev-python/pyfakefs: s390 keyworded (bug #707066)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-3.7.2.ebuild | 2 +-
 dev-python/pyfakefs/pyfakefs-4.0.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
index 63c13e02939..93e4afe825e 100644
--- a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-python/pyfakefs/pyfakefs-4.0.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.0.2.ebuild
index f23510b3baa..3637602c420 100644
--- a/dev-python/pyfakefs/pyfakefs-4.0.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.0.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



  1   2   >