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

2024-04-20 Thread Michał Górny
commit: a02136f6fedb69a184c0d9d8c78feb095af3708b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 09:46:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 09:46:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02136f6

dev-python/pytest-jupyter: Remove old

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

 dev-python/pytest-jupyter/Manifest |  2 --
 .../pytest-jupyter/pytest-jupyter-0.10.0.ebuild| 35 --
 .../pytest-jupyter/pytest-jupyter-0.9.1.ebuild | 35 --
 3 files changed, 72 deletions(-)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index fb1c97271ffd..0757bad4d005 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1,3 +1 @@
-DIST pytest_jupyter-0.10.0.tar.gz 15514 BLAKE2B 
668ac112374834684a3321d935d214c2eacf9bfa8d7a1e3915a882db5fa76a713acc673b3ed605326efaa39fadadb0211c529f94c9607870217ec6eafc86f08a
 SHA512 
7d8e35ff5643703479aa116cac9b1b6d757319088b43fa3ae08a2865fc2bcf08cc25dd117edacc4695dfb2a18548d51658535984c5b0c10be14fb66e3e8cfc75
 DIST pytest_jupyter-0.10.1.tar.gz 15580 BLAKE2B 
931045927f14973162d45ccdff3a28b0e1d955c276ccf73fa91cae46af8d697368edc10bb3a8042885aae8309dd901201ef147967eae13bca453bc3c144de1fc
 SHA512 
ca380f3b4550388606053db97666d3e191e2b4c030b98fed8b88cee53aac0451faf63d1300c50af4313f20b38937558c390c7f9113ef6b9d20fa0c8f0b41e118
-DIST pytest_jupyter-0.9.1.tar.gz 15519 BLAKE2B 
5826fec8c57bb979a66de83429dd9ed261506aa11f4737bb3e1ab2c00a81337b279b6052d4fc6996b02cfb40062d9707ec4ca5472f5a603b83a3602ecd0d
 SHA512 
bb513b4560fb4edcebfe3bef5f62544ec241de235a23cb644a6c9830d8284b7b22ac448e48ad48350dc17fa35a9117bcceabfdbeaa578a97be3db34fa3a5a1f8

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.10.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.10.0.ebuild
deleted file mode 100644
index ac7134dabd4e..
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.10.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter-server/pytest-jupyter/
-   https://pypi.org/project/pytest-jupyter/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-5.7[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild
deleted file mode 100644
index a6c41633be19..
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter-server/pytest-jupyter/
-   https://pypi.org/project/pytest-jupyter/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-5.7[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-04-20 Thread Michał Górny
commit: 126058965dca43e8d20fdb62e65ac6f0c9ba357f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 09:45:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 09:45:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12605896

dev-python/pytest-jupyter: Stabilize 0.10.1 ALLARCHES, #930307

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

 dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild
index fea458602771..9af92c022c18 100644
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]



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

2024-04-04 Thread Michał Górny
commit: 69404a3447e3313c97ab4d253c9188a44c485909
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr  4 14:43:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr  4 18:08:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69404a34

dev-python/pytest-jupyter: Bump to 0.10.1

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

 dev-python/pytest-jupyter/Manifest |  1 +
 .../pytest-jupyter/pytest-jupyter-0.10.1.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index 772578259dac..fb1c97271ffd 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1,2 +1,3 @@
 DIST pytest_jupyter-0.10.0.tar.gz 15514 BLAKE2B 
668ac112374834684a3321d935d214c2eacf9bfa8d7a1e3915a882db5fa76a713acc673b3ed605326efaa39fadadb0211c529f94c9607870217ec6eafc86f08a
 SHA512 
7d8e35ff5643703479aa116cac9b1b6d757319088b43fa3ae08a2865fc2bcf08cc25dd117edacc4695dfb2a18548d51658535984c5b0c10be14fb66e3e8cfc75
+DIST pytest_jupyter-0.10.1.tar.gz 15580 BLAKE2B 
931045927f14973162d45ccdff3a28b0e1d955c276ccf73fa91cae46af8d697368edc10bb3a8042885aae8309dd901201ef147967eae13bca453bc3c144de1fc
 SHA512 
ca380f3b4550388606053db97666d3e191e2b4c030b98fed8b88cee53aac0451faf63d1300c50af4313f20b38937558c390c7f9113ef6b9d20fa0c8f0b41e118
 DIST pytest_jupyter-0.9.1.tar.gz 15519 BLAKE2B 
5826fec8c57bb979a66de83429dd9ed261506aa11f4737bb3e1ab2c00a81337b279b6052d4fc6996b02cfb40062d9707ec4ca5472f5a603b83a3602ecd0d
 SHA512 
bb513b4560fb4edcebfe3bef5f62544ec241de235a23cb644a6c9830d8284b7b22ac448e48ad48350dc17fa35a9117bcceabfdbeaa578a97be3db34fa3a5a1f8

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild
new file mode 100644
index ..fea458602771
--- /dev/null
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.10.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter-server/pytest-jupyter/
+   https://pypi.org/project/pytest-jupyter/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-5.7[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-7[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-04-03 Thread Michał Górny
commit: 3d581866e0c77e060a75e866fba26615149c6164
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr  4 04:01:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr  4 04:01:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d581866

dev-python/pytest-jupyter: Bump to 0.10.0

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

 dev-python/pytest-jupyter/Manifest |  1 +
 .../pytest-jupyter/pytest-jupyter-0.10.0.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index 93b08092771e..772578259dac 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1 +1,2 @@
+DIST pytest_jupyter-0.10.0.tar.gz 15514 BLAKE2B 
668ac112374834684a3321d935d214c2eacf9bfa8d7a1e3915a882db5fa76a713acc673b3ed605326efaa39fadadb0211c529f94c9607870217ec6eafc86f08a
 SHA512 
7d8e35ff5643703479aa116cac9b1b6d757319088b43fa3ae08a2865fc2bcf08cc25dd117edacc4695dfb2a18548d51658535984c5b0c10be14fb66e3e8cfc75
 DIST pytest_jupyter-0.9.1.tar.gz 15519 BLAKE2B 
5826fec8c57bb979a66de83429dd9ed261506aa11f4737bb3e1ab2c00a81337b279b6052d4fc6996b02cfb40062d9707ec4ca5472f5a603b83a3602ecd0d
 SHA512 
bb513b4560fb4edcebfe3bef5f62544ec241de235a23cb644a6c9830d8284b7b22ac448e48ad48350dc17fa35a9117bcceabfdbeaa578a97be3db34fa3a5a1f8

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.10.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.10.0.ebuild
new file mode 100644
index ..ac7134dabd4e
--- /dev/null
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.10.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter-server/pytest-jupyter/
+   https://pypi.org/project/pytest-jupyter/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-5.7[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-03-30 Thread Michał Górny
commit: 3b21567702f6996c7696b67a26f7fbedc89bccc9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:26:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:27:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b215677

dev-python/pytest-jupyter: Remove old

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

 dev-python/pytest-jupyter/Manifest |  1 -
 .../pytest-jupyter/pytest-jupyter-0.9.0.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index f904705f3ea9..93b08092771e 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1,2 +1 @@
-DIST pytest_jupyter-0.9.0.tar.gz 15520 BLAKE2B 
59c80b3fc3a6a48c071a3fbf4068b5a3bbef888677f89db5f9e9a573a7de2ad34658a4543978bc747488fdc5f3720104af00fb2878b360bd503d01e851a5b65e
 SHA512 
46e223754f5c36df7783207e8d9589d6c5525adf22b2c476fb7017d5cfac50d9ecdeadf4a7fcfb58e418ba84ee1f966d2655100e5b1c65ed780d34a02580fb7e
 DIST pytest_jupyter-0.9.1.tar.gz 15519 BLAKE2B 
5826fec8c57bb979a66de83429dd9ed261506aa11f4737bb3e1ab2c00a81337b279b6052d4fc6996b02cfb40062d9707ec4ca5472f5a603b83a3602ecd0d
 SHA512 
bb513b4560fb4edcebfe3bef5f62544ec241de235a23cb644a6c9830d8284b7b22ac448e48ad48350dc17fa35a9117bcceabfdbeaa578a97be3db34fa3a5a1f8

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild
deleted file mode 100644
index a6c41633be19..
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter-server/pytest-jupyter/
-   https://pypi.org/project/pytest-jupyter/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-5.7[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-03-30 Thread Michał Górny
commit: fd720999ea110874bf47ad2b1da0c9d8b5974918
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:24:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:24:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd720999

dev-python/pytest-jupyter: Stabilize 0.9.1 ALLARCHES, #928212

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

 dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild
index ac7134dabd4e..a6c41633be19 100644
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]



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

2024-03-12 Thread Michał Górny
commit: f1bfc3c04af99159c429a8a1ce4847f28c5f0fae
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 12 16:16:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 12 17:51:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bfc3c0

dev-python/pytest-jupyter: Bump to 0.9.1

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

 dev-python/pytest-jupyter/Manifest |  1 +
 .../pytest-jupyter/pytest-jupyter-0.9.1.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index c0de1df2742c..f904705f3ea9 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1 +1,2 @@
 DIST pytest_jupyter-0.9.0.tar.gz 15520 BLAKE2B 
59c80b3fc3a6a48c071a3fbf4068b5a3bbef888677f89db5f9e9a573a7de2ad34658a4543978bc747488fdc5f3720104af00fb2878b360bd503d01e851a5b65e
 SHA512 
46e223754f5c36df7783207e8d9589d6c5525adf22b2c476fb7017d5cfac50d9ecdeadf4a7fcfb58e418ba84ee1f966d2655100e5b1c65ed780d34a02580fb7e
+DIST pytest_jupyter-0.9.1.tar.gz 15519 BLAKE2B 
5826fec8c57bb979a66de83429dd9ed261506aa11f4737bb3e1ab2c00a81337b279b6052d4fc6996b02cfb40062d9707ec4ca5472f5a603b83a3602ecd0d
 SHA512 
bb513b4560fb4edcebfe3bef5f62544ec241de235a23cb644a6c9830d8284b7b22ac448e48ad48350dc17fa35a9117bcceabfdbeaa578a97be3db34fa3a5a1f8

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild
new file mode 100644
index ..ac7134dabd4e
--- /dev/null
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.9.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter-server/pytest-jupyter/
+   https://pypi.org/project/pytest-jupyter/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-5.7[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-03-07 Thread Michał Górny
commit: 1f6e203d4d9152a29f2ab1b3a3bed7abedca1bc7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 16:22:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 16:22:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6e203d

dev-python/pytest-jupyter: Remove old

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

 dev-python/pytest-jupyter/Manifest |  1 -
 .../pytest-jupyter/pytest-jupyter-0.8.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index 136f4b06cd30..c0de1df2742c 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1,2 +1 @@
-DIST pytest_jupyter-0.8.0.tar.gz 15716 BLAKE2B 
9000be141466553346737596e80c5208aa9c1bdd9a72c8b1ae9fa1b8d994dc33f6e237a2eb16e60fa9c1a9040e6711ac45b0420aa865b6c27c48455cc1a11c34
 SHA512 
7789d4e92a1da254c8ef161a58b63fc494e4b59ce7721d5c501fdce0975452ed53700292e1554c247f5fa58cbe1f87489403f0f5ae97c5260cc3d7c9fc1c3418
 DIST pytest_jupyter-0.9.0.tar.gz 15520 BLAKE2B 
59c80b3fc3a6a48c071a3fbf4068b5a3bbef888677f89db5f9e9a573a7de2ad34658a4543978bc747488fdc5f3720104af00fb2878b360bd503d01e851a5b65e
 SHA512 
46e223754f5c36df7783207e8d9589d6c5525adf22b2c476fb7017d5cfac50d9ecdeadf4a7fcfb58e418ba84ee1f966d2655100e5b1c65ed780d34a02580fb7e

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild
deleted file mode 100644
index 53737cb166f2..
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter-server/pytest-jupyter/
-   https://pypi.org/project/pytest-jupyter/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
-   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-03-07 Thread Michał Górny
commit: 930604c6cf896cbc7ca04751559ef69488b90e23
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 16:22:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 16:22:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930604c6

dev-python/pytest-jupyter: Stabilize 0.9.0 ALLARCHES, #926380

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

 dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild
index ac7134dabd4e..a6c41633be19 100644
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]



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

2024-02-21 Thread Michał Górny
commit: 30a9856a2cb063d205338c11f104f54c5403c7bf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 05:16:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 05:38:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a9856a

dev-python/pytest-jupyter: Bump to 0.9.0

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

 dev-python/pytest-jupyter/Manifest |  1 +
 .../pytest-jupyter/pytest-jupyter-0.9.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index 1d696d8c8ceb..136f4b06cd30 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1 +1,2 @@
 DIST pytest_jupyter-0.8.0.tar.gz 15716 BLAKE2B 
9000be141466553346737596e80c5208aa9c1bdd9a72c8b1ae9fa1b8d994dc33f6e237a2eb16e60fa9c1a9040e6711ac45b0420aa865b6c27c48455cc1a11c34
 SHA512 
7789d4e92a1da254c8ef161a58b63fc494e4b59ce7721d5c501fdce0975452ed53700292e1554c247f5fa58cbe1f87489403f0f5ae97c5260cc3d7c9fc1c3418
+DIST pytest_jupyter-0.9.0.tar.gz 15520 BLAKE2B 
59c80b3fc3a6a48c071a3fbf4068b5a3bbef888677f89db5f9e9a573a7de2ad34658a4543978bc747488fdc5f3720104af00fb2878b360bd503d01e851a5b65e
 SHA512 
46e223754f5c36df7783207e8d9589d6c5525adf22b2c476fb7017d5cfac50d9ecdeadf4a7fcfb58e418ba84ee1f966d2655100e5b1c65ed780d34a02580fb7e

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild
new file mode 100644
index ..ac7134dabd4e
--- /dev/null
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.9.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter-server/pytest-jupyter/
+   https://pypi.org/project/pytest-jupyter/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-5.7[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-12-20 Thread Michał Górny
commit: df07857f36c3d22ee0f2d598a9d250a43f46
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 20 15:50:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 20 15:50:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df07

dev-python/pytest-jupyter: Remove old

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

 dev-python/pytest-jupyter/Manifest |  1 -
 .../pytest-jupyter/pytest-jupyter-0.7.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index 4005ef3e22df..1d696d8c8ceb 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1,2 +1 @@
-DIST pytest_jupyter-0.7.0.tar.gz 15507 BLAKE2B 
b4b580668083e46830d06908f484f221e511a9dc5b32285de25e8e83268a1cb4a110ab5bc92c4652033bd658332c6aef8560313e041d39ceeec6d7339c67b24d
 SHA512 
5bd44d1cc927281823ab92f5e1dbb4fa66e917fb9ba098c63001bb9edf60d4eb7842d4178c1dce1772e156d871def2319d511187185fbfd81ee9128c7c23ea2a
 DIST pytest_jupyter-0.8.0.tar.gz 15716 BLAKE2B 
9000be141466553346737596e80c5208aa9c1bdd9a72c8b1ae9fa1b8d994dc33f6e237a2eb16e60fa9c1a9040e6711ac45b0420aa865b6c27c48455cc1a11c34
 SHA512 
7789d4e92a1da254c8ef161a58b63fc494e4b59ce7721d5c501fdce0975452ed53700292e1554c247f5fa58cbe1f87489403f0f5ae97c5260cc3d7c9fc1c3418

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
deleted file mode 100644
index 53737cb166f2..
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter-server/pytest-jupyter/
-   https://pypi.org/project/pytest-jupyter/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
-   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-12-20 Thread Michał Górny
commit: 06bf2b7ef104a5eca4c0984707ee251fdf6fd88e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 20 15:49:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 20 15:49:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bf2b7e

dev-python/pytest-jupyter: Stabilize 0.8.0 ALLARCHES, #920415

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

 dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild
index a63b795a126c..53737cb166f2 100644
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]



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

2023-12-05 Thread Michał Górny
commit: 82c4bf5e59b8141723d819a4f913044009fd341b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  6 06:14:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  6 06:51:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c4bf5e

dev-python/pytest-jupyter: Bump to 0.8.0

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

 dev-python/pytest-jupyter/Manifest |  1 +
 .../pytest-jupyter/pytest-jupyter-0.8.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index a945176ea318..4005ef3e22df 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1 +1,2 @@
 DIST pytest_jupyter-0.7.0.tar.gz 15507 BLAKE2B 
b4b580668083e46830d06908f484f221e511a9dc5b32285de25e8e83268a1cb4a110ab5bc92c4652033bd658332c6aef8560313e041d39ceeec6d7339c67b24d
 SHA512 
5bd44d1cc927281823ab92f5e1dbb4fa66e917fb9ba098c63001bb9edf60d4eb7842d4178c1dce1772e156d871def2319d511187185fbfd81ee9128c7c23ea2a
+DIST pytest_jupyter-0.8.0.tar.gz 15716 BLAKE2B 
9000be141466553346737596e80c5208aa9c1bdd9a72c8b1ae9fa1b8d994dc33f6e237a2eb16e60fa9c1a9040e6711ac45b0420aa865b6c27c48455cc1a11c34
 SHA512 
7789d4e92a1da254c8ef161a58b63fc494e4b59ce7721d5c501fdce0975452ed53700292e1554c247f5fa58cbe1f87489403f0f5ae97c5260cc3d7c9fc1c3418

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild
new file mode 100644
index ..a63b795a126c
--- /dev/null
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter-server/pytest-jupyter/
+   https://pypi.org/project/pytest-jupyter/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-11-20 Thread Michał Górny
commit: 5b1ca094919908b92565bd3ebdd8916d06059f53
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 20 14:14:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 20 15:02:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1ca094

dev-python/pytest-jupyter: Enable pypy3

Sponsored-by: Ex Makhina, Inc.  exmakhina.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
index 0677cd7e4f92..53737cb166f2 100644
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-10-24 Thread Michał Górny
commit: d4ab64f318f3b4da99f69f7b190ca5e39347cc9e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 18:38:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 18:44:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ab64f3

dev-python/pytest-jupyter: Remove wd40 keywords

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

 dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
index 33379de036f4..0677cd7e4f92 100644
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]



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

2023-05-02 Thread Michał Górny
commit: ef1f1dce507ff1a533fd6688b540673ae3322ac7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 05:12:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 05:12:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1f1dce

dev-python/pytest-jupyter: Remove old

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

 dev-python/pytest-jupyter/Manifest |  1 -
 .../pytest-jupyter/pytest-jupyter-0.6.2.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index b02cd95089ac..a945176ea318 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1,2 +1 @@
-DIST pytest_jupyter-0.6.2.tar.gz 15174 BLAKE2B 
b6c536383ab1b8e375e4250b4922ac6372f850ee4993643122896092109d3f711f91ccc7b159b7330de18f7876df818dc01d31c05e3c18d97488255e063db4d4
 SHA512 
396f7a7c978097e6dee37ead92bb3c8cef2a8100a7cc85b0b1eab19e20bdaed3332391c17568a6a279ab6ddeea1fbb2fa8dafe24ba4500982ba52cfcda2b1052
 DIST pytest_jupyter-0.7.0.tar.gz 15507 BLAKE2B 
b4b580668083e46830d06908f484f221e511a9dc5b32285de25e8e83268a1cb4a110ab5bc92c4652033bd658332c6aef8560313e041d39ceeec6d7339c67b24d
 SHA512 
5bd44d1cc927281823ab92f5e1dbb4fa66e917fb9ba098c63001bb9edf60d4eb7842d4178c1dce1772e156d871def2319d511187185fbfd81ee9128c7c23ea2a

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.6.2.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.6.2.ebuild
deleted file mode 100644
index 99465a0d432e..
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.6.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=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
-HOMEPAGE="https://jupyter.org;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]
-   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-05-02 Thread Sam James
commit: f57ca6dbbb4db38085b961bf841127607da47b2b
Author: Sam James  gentoo  org>
AuthorDate: Tue May  2 20:07:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  2 20:10:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57ca6db

dev-python/pytest-jupyter: Stabilize 0.7.0 ALLARCHES, #905598

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

 dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
index c6cef7224495..ac6e494d367a 100644
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jupyter-client-7.4.0[${PYTHON_USEDEP}]



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

2023-03-30 Thread Michał Górny
commit: 2276e1a8ca58f608ce8d07c0396ebf40ecc600b8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 31 04:06:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 31 04:06:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2276e1a8

dev-python/pytest-jupyter: Bump to 0.7.0

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

 dev-python/pytest-jupyter/Manifest |  1 +
 .../pytest-jupyter/pytest-jupyter-0.7.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytest-jupyter/Manifest 
b/dev-python/pytest-jupyter/Manifest
index 6baef7011d27..b02cd95089ac 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1 +1,2 @@
 DIST pytest_jupyter-0.6.2.tar.gz 15174 BLAKE2B 
b6c536383ab1b8e375e4250b4922ac6372f850ee4993643122896092109d3f711f91ccc7b159b7330de18f7876df818dc01d31c05e3c18d97488255e063db4d4
 SHA512 
396f7a7c978097e6dee37ead92bb3c8cef2a8100a7cc85b0b1eab19e20bdaed3332391c17568a6a279ab6ddeea1fbb2fa8dafe24ba4500982ba52cfcda2b1052
+DIST pytest_jupyter-0.7.0.tar.gz 15507 BLAKE2B 
b4b580668083e46830d06908f484f221e511a9dc5b32285de25e8e83268a1cb4a110ab5bc92c4652033bd658332c6aef8560313e041d39ceeec6d7339c67b24d
 SHA512 
5bd44d1cc927281823ab92f5e1dbb4fa66e917fb9ba098c63001bb9edf60d4eb7842d4178c1dce1772e156d871def2319d511187185fbfd81ee9128c7c23ea2a

diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild 
b/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
new file mode 100644
index ..6ba7fd839d96
--- /dev/null
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pytest plugin for testing Jupyter libraries and extensions"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter-server/pytest-jupyter/
+   https://pypi.org/project/pytest-jupyter/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/jupyter_client-7.4.0[${PYTHON_USEDEP}]
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-server-1.21[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest