[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-04-06 Thread Michał Górny
commit: 86d6eb787e0b5acd8f47c02cf2e37ed6d964931b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  6 12:37:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  6 12:37:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d6eb78

dev-python/pytest-lazy-fixtures: Remove old

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

 dev-python/pytest-lazy-fixtures/Manifest   |  2 --
 .../pytest-lazy-fixtures-1.0.5.ebuild  | 34 --
 .../pytest-lazy-fixtures-1.0.6.ebuild  | 31 
 3 files changed, 67 deletions(-)

diff --git a/dev-python/pytest-lazy-fixtures/Manifest 
b/dev-python/pytest-lazy-fixtures/Manifest
index d80d6fd28874..c07007f89702 100644
--- a/dev-python/pytest-lazy-fixtures/Manifest
+++ b/dev-python/pytest-lazy-fixtures/Manifest
@@ -1,3 +1 @@
-DIST pytest-lazy-fixtures-1.0.5.gh.tar.gz 20107 BLAKE2B 
543f1a2c9a134fc238c686286b81367c3d6ad21b0bb4b171e2c00f1b961a7813a6c6b141dd265a360c40da7d6e1fd0d48c5ea8d8fc3804a09a39447c0c1c7970
 SHA512 
c84bce864c5e482c5115ba4c1c8caec9e97a85af4fc839a9fa3a472306d12e1c4564cf4323545be2c6af52c1dc22c24a3e25eae434696953f9efd5d822663601
-DIST pytest_lazy_fixtures-1.0.6.tar.gz 6734 BLAKE2B 
96790ba540258d2b197fc4043dbc4cfe2c4b2b899208dbf0ff16308c273e775e9bb7661c0b07f64f54658fb76cc942f1530e31584613da7b60c9c1cf63742ed9
 SHA512 
d8db7c39178dff14b358d389f0fd5b481ffdfa256b5d8cfd7a810c8fb632a687ff95eebb9988cd9f82f85f6169a8e6a625783fd35831a6fe8db3a23949719c25
 DIST pytest_lazy_fixtures-1.0.7.tar.gz 6958 BLAKE2B 
e8bd937592fc0773077712517655f25a3051263c3ef0a9450e78a22b3e69fa028ecbe17b8f9c5d4e38eff263a2a3a8cb5b0a64e0ca77cd47c80b3128f9a46122
 SHA512 
abb4cc08d3a3a3de5e1df2df7df8b9f552cefc715408b402a738ebc0368475480f63c627d49b7fe0bdfdb468f15cfc8e568ac1057511f9f9cc4c13231a8c3e71

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
deleted file mode 100644
index b62c708bfe26..
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Allows you to use fixtures in @pytest.mark.parametrize"
-HOMEPAGE="
-   https://github.com/dev-petrov/pytest-lazy-fixtures/
-   https://pypi.org/project/pytest-lazy-fixtures/
-"
-SRC_URI="
-   https://github.com/dev-petrov/pytest-lazy-fixtures/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/pytest-7[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest
-}

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.6.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.6.ebuild
deleted file mode 100644
index 43d0138b5f59..
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Allows you to use fixtures in @pytest.mark.parametrize"
-HOMEPAGE="
-   https://github.com/dev-petrov/pytest-lazy-fixtures/
-   https://pypi.org/project/pytest-lazy-fixtures/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/pytest-7[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x PYTEST_PLUGINS=pytest_lazy_fixtures.plugin
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-04-06 Thread Arthur Zamarin
commit: fc34be74a6860a9ddc59dc95e1f4e3029f8b9d7a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  6 12:31:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  6 12:31:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc34be74

dev-python/pytest-lazy-fixtures: Stabilize 1.0.7 ALLARCHES, #928679

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

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
index 513d484b69a4..49b64ec5 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-03-21 Thread Ionen Wolkens
commit: 89f7a385ac0d83f1c3e7d3f52df2dd6b7885ca99
Author: Matoro Mahri  matoro  tk>
AuthorDate: Thu Mar 21 20:06:17 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 22 05:35:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f7a385

dev-python/pytest-lazy-fixtures: Keyword 1.0.7 alpha, #925036

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
index aeebc6d41a8e..cba52431547b 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-03-21 Thread Ionen Wolkens
commit: c762fb41eefb5dd3d95c54c42bedcc2065fe3e89
Author: Matoro Mahri  matoro  tk>
AuthorDate: Thu Mar 21 20:45:11 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 22 05:35:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c762fb41

dev-python/pytest-lazy-fixtures: Keyword 1.0.7 ia64, #925036

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
index cba52431547b..513d484b69a4 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-03-21 Thread Ionen Wolkens
commit: 7eeb07db719afcf37afc63d0d874ab720317e41b
Author: Matoro Mahri  matoro  tk>
AuthorDate: Thu Mar 21 20:04:22 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 22 05:35:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eeb07db

dev-python/pytest-lazy-fixtures: Keyword 1.0.7 mips, #925036

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
index 43d0138b5f59..505a699e2b04 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-03-21 Thread Ionen Wolkens
commit: a7d235871f487f6c122b2045435933f556058f69
Author: Matoro Mahri  matoro  tk>
AuthorDate: Thu Mar 21 20:05:17 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 22 05:35:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d23587

dev-python/pytest-lazy-fixtures: Keyword 1.0.7 hppa, #925036

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
index 505a699e2b04..aeebc6d41a8e 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-03-16 Thread Michał Górny
commit: c6ad063f655686eb56a69e51f6a8212c53358ca4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 17 03:22:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 17 03:31:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ad063f

dev-python/pytest-lazy-fixtures: Bump to 1.0.7

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

 dev-python/pytest-lazy-fixtures/Manifest   |  1 +
 .../pytest-lazy-fixtures-1.0.7.ebuild  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pytest-lazy-fixtures/Manifest 
b/dev-python/pytest-lazy-fixtures/Manifest
index b6b7d82f7e4a..d80d6fd28874 100644
--- a/dev-python/pytest-lazy-fixtures/Manifest
+++ b/dev-python/pytest-lazy-fixtures/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-lazy-fixtures-1.0.5.gh.tar.gz 20107 BLAKE2B 
543f1a2c9a134fc238c686286b81367c3d6ad21b0bb4b171e2c00f1b961a7813a6c6b141dd265a360c40da7d6e1fd0d48c5ea8d8fc3804a09a39447c0c1c7970
 SHA512 
c84bce864c5e482c5115ba4c1c8caec9e97a85af4fc839a9fa3a472306d12e1c4564cf4323545be2c6af52c1dc22c24a3e25eae434696953f9efd5d822663601
 DIST pytest_lazy_fixtures-1.0.6.tar.gz 6734 BLAKE2B 
96790ba540258d2b197fc4043dbc4cfe2c4b2b899208dbf0ff16308c273e775e9bb7661c0b07f64f54658fb76cc942f1530e31584613da7b60c9c1cf63742ed9
 SHA512 
d8db7c39178dff14b358d389f0fd5b481ffdfa256b5d8cfd7a810c8fb632a687ff95eebb9988cd9f82f85f6169a8e6a625783fd35831a6fe8db3a23949719c25
+DIST pytest_lazy_fixtures-1.0.7.tar.gz 6958 BLAKE2B 
e8bd937592fc0773077712517655f25a3051263c3ef0a9450e78a22b3e69fa028ecbe17b8f9c5d4e38eff263a2a3a8cb5b0a64e0ca77cd47c80b3128f9a46122
 SHA512 
abb4cc08d3a3a3de5e1df2df7df8b9f552cefc715408b402a738ebc0368475480f63c627d49b7fe0bdfdb468f15cfc8e568ac1057511f9f9cc4c13231a8c3e71

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
new file mode 100644
index ..43d0138b5f59
--- /dev/null
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Allows you to use fixtures in @pytest.mark.parametrize"
+HOMEPAGE="
+   https://github.com/dev-petrov/pytest-lazy-fixtures/
+   https://pypi.org/project/pytest-lazy-fixtures/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/pytest-7[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x PYTEST_PLUGINS=pytest_lazy_fixtures.plugin
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-03-14 Thread Michał Górny
commit: fa7a7116c82d2a1c23cfa42050fe70852fdee810
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 14 15:08:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 14 15:08:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7a7116

dev-python/pytest-lazy-fixtures: Bump to 1.0.6

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

 dev-python/pytest-lazy-fixtures/Manifest   |  1 +
 .../pytest-lazy-fixtures-1.0.6.ebuild  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pytest-lazy-fixtures/Manifest 
b/dev-python/pytest-lazy-fixtures/Manifest
index d45565e7a43c..b6b7d82f7e4a 100644
--- a/dev-python/pytest-lazy-fixtures/Manifest
+++ b/dev-python/pytest-lazy-fixtures/Manifest
@@ -1 +1,2 @@
 DIST pytest-lazy-fixtures-1.0.5.gh.tar.gz 20107 BLAKE2B 
543f1a2c9a134fc238c686286b81367c3d6ad21b0bb4b171e2c00f1b961a7813a6c6b141dd265a360c40da7d6e1fd0d48c5ea8d8fc3804a09a39447c0c1c7970
 SHA512 
c84bce864c5e482c5115ba4c1c8caec9e97a85af4fc839a9fa3a472306d12e1c4564cf4323545be2c6af52c1dc22c24a3e25eae434696953f9efd5d822663601
+DIST pytest_lazy_fixtures-1.0.6.tar.gz 6734 BLAKE2B 
96790ba540258d2b197fc4043dbc4cfe2c4b2b899208dbf0ff16308c273e775e9bb7661c0b07f64f54658fb76cc942f1530e31584613da7b60c9c1cf63742ed9
 SHA512 
d8db7c39178dff14b358d389f0fd5b481ffdfa256b5d8cfd7a810c8fb632a687ff95eebb9988cd9f82f85f6169a8e6a625783fd35831a6fe8db3a23949719c25

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.6.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.6.ebuild
new file mode 100644
index ..43d0138b5f59
--- /dev/null
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Allows you to use fixtures in @pytest.mark.parametrize"
+HOMEPAGE="
+   https://github.com/dev-petrov/pytest-lazy-fixtures/
+   https://pypi.org/project/pytest-lazy-fixtures/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/pytest-7[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x PYTEST_PLUGINS=pytest_lazy_fixtures.plugin
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-03-02 Thread Arthur Zamarin
commit: e449e3545e6da779863dcd4d3c317e1ca82ee50e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 15:38:40 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 15:38:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e449e354

dev-python/pytest-lazy-fixtures: Keyword 1.0.5 sparc, #925036

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

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
index ef9b03cb3713..7bcbae90deae 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-02-23 Thread Arthur Zamarin
commit: fb72d099e02de5603e35fc211a7563f4d998a920
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 23 18:00:00 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 23 18:00:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb72d099

dev-python/pytest-lazy-fixtures: Keyword 1.0.5 s390, #925036

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

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
index 5afe595bcaeb..ef9b03cb3713 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~x86"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-02-20 Thread Jakov Smolić
commit: e271590b7dda0b928bfdc2913198aad65d160208
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Feb 20 15:01:55 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Feb 20 15:01:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e271590b

dev-python/pytest-lazy-fixtures: Keyword 1.0.5 riscv, #925036

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
index 28a14c510bfb..5afe595bcaeb 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-02-20 Thread Jakov Smolić
commit: 73c592bd04a6de94da40e6c6e9470411ae72380e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Feb 20 14:06:02 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Feb 20 14:06:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c592bd

dev-python/pytest-lazy-fixtures: Keyword 1.0.5 x86, #925036

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
index dcfd7e162c09..28a14c510bfb 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-02-19 Thread Sam James
commit: efdc5b5e3890f81a62b31aac57eecb055f2cb7ba
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 20 07:21:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 20 07:21:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdc5b5e

dev-python/pytest-lazy-fixtures: Keyword 1.0.5 ppc64, #925036

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

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
index 2f200471fa1e..dcfd7e162c09 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-02-19 Thread Sam James
commit: df8a4bd2964a2cfafa8440faac1368b67d0283aa
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 20 07:08:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 20 07:08:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8a4bd2

dev-python/pytest-lazy-fixtures: Keyword 1.0.5 arm64, #925036

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

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
index 8d54d2093b88..2f200471fa1e 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-02-19 Thread Sam James
commit: 5e512d6f7c136972cb0e486b003152dd946d6f35
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 20 07:08:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 20 07:08:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e512d6f

dev-python/pytest-lazy-fixtures: Keyword 1.0.5 arm, #925036

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

 dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
index 25fbd2f286ef..8d54d2093b88 100644
--- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
 RDEPEND="
>=dev-python/pytest-7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixtures/

2024-02-19 Thread Michał Górny
commit: 1b7c9370350ad93e9cdda2d898807e36d87b112f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 20 06:12:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 20 06:13:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7c9370

dev-python/pytest-lazy-fixtures: New package, v1.0.5

New test dependency of dev-python/prettytable, replacement
for dev-python/pytest-lazy-fixture, clearly named to maximize confusion.

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

 dev-python/pytest-lazy-fixtures/Manifest   |  1 +
 dev-python/pytest-lazy-fixtures/metadata.xml   | 12 
 .../pytest-lazy-fixtures-1.0.5.ebuild  | 34 ++
 3 files changed, 47 insertions(+)

diff --git a/dev-python/pytest-lazy-fixtures/Manifest 
b/dev-python/pytest-lazy-fixtures/Manifest
new file mode 100644
index ..d45565e7a43c
--- /dev/null
+++ b/dev-python/pytest-lazy-fixtures/Manifest
@@ -0,0 +1 @@
+DIST pytest-lazy-fixtures-1.0.5.gh.tar.gz 20107 BLAKE2B 
543f1a2c9a134fc238c686286b81367c3d6ad21b0bb4b171e2c00f1b961a7813a6c6b141dd265a360c40da7d6e1fd0d48c5ea8d8fc3804a09a39447c0c1c7970
 SHA512 
c84bce864c5e482c5115ba4c1c8caec9e97a85af4fc839a9fa3a472306d12e1c4564cf4323545be2c6af52c1dc22c24a3e25eae434696953f9efd5d822663601

diff --git a/dev-python/pytest-lazy-fixtures/metadata.xml 
b/dev-python/pytest-lazy-fixtures/metadata.xml
new file mode 100644
index ..e66300e8bbd2
--- /dev/null
+++ b/dev-python/pytest-lazy-fixtures/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   
+   dev-petrov/pytest-lazy-fixtures
+   pytest-lazy-fixtures
+   
+

diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild 
b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
new file mode 100644
index ..25fbd2f286ef
--- /dev/null
+++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.0.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Allows you to use fixtures in @pytest.mark.parametrize"
+HOMEPAGE="
+   https://github.com/dev-petrov/pytest-lazy-fixtures/
+   https://pypi.org/project/pytest-lazy-fixtures/
+"
+SRC_URI="
+   https://github.com/dev-petrov/pytest-lazy-fixtures/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/pytest-7[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}