summaryrefslogtreecommitdiff
path: root/dev-python/pytest-jupyter
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-20 19:51:59 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-20 19:51:59 +0000
commit1fb8608d6f0b1acf0e34361c105533087a09c710 (patch)
tree5c247db22c44a72ff61ecd68477ed3d7ee357cb8 /dev-python/pytest-jupyter
parentaec6329fe6b56821fd643ccaacb4d5d61f4eaad6 (diff)
gentoo auto-resync : 20:12:2023 - 19:51:59
Diffstat (limited to 'dev-python/pytest-jupyter')
-rw-r--r--dev-python/pytest-jupyter/Manifest4
-rw-r--r--dev-python/pytest-jupyter/pytest-jupyter-0.7.0.ebuild34
-rw-r--r--dev-python/pytest-jupyter/pytest-jupyter-0.8.0.ebuild2
3 files changed, 2 insertions, 38 deletions
diff --git a/dev-python/pytest-jupyter/Manifest b/dev-python/pytest-jupyter/Manifest
index 29a41e331222..0ebafb2293a2 100644
--- a/dev-python/pytest-jupyter/Manifest
+++ b/dev-python/pytest-jupyter/Manifest
@@ -1,5 +1,3 @@
-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
-EBUILD pytest-jupyter-0.7.0.ebuild 816 BLAKE2B 2122fba1470338920058a41c6acf8b1d17625bdede941ad0bf7e7b8ef1f0a4446b538f2c379fb665246d52f458d00ffb59c35cbffc104a5170201b58ad2ce478 SHA512 d71aa42197513e6b945fa1ee972732a99a7fc15e0e9b667d317c61871c0269905935243d0e09f98766e133c563eb7a0d328efa6ac0c79a71396c17069bcdfb0d
-EBUILD pytest-jupyter-0.8.0.ebuild 823 BLAKE2B b14bc96fbbcfc766146933334a1a817bcc8eeb3c75f6bf805576e998f91bc12d83ef57623c7f2ae043bf268d9135a743a919e898bad1b3ad3ac0c51b7dddf194 SHA512 d24d8b765e6c62758f41ca4148dc8168afa8eab9f4521cb81e68f0f3936794ad3c39d69c27b44a2a0c58f7180f3b2f5456b79539c34a1185d149785c1068f300
+EBUILD pytest-jupyter-0.8.0.ebuild 816 BLAKE2B 2122fba1470338920058a41c6acf8b1d17625bdede941ad0bf7e7b8ef1f0a4446b538f2c379fb665246d52f458d00ffb59c35cbffc104a5170201b58ad2ce478 SHA512 d71aa42197513e6b945fa1ee972732a99a7fc15e0e9b667d317c61871c0269905935243d0e09f98766e133c563eb7a0d328efa6ac0c79a71396c17069bcdfb0d
MISC metadata.xml 544 BLAKE2B 2774989bbb5ea75c4254ec2c9f3daf04a48bdec28698d62afd2471abb4031273bea581c09151efa643fc691a3fda2e1a4211dca66882fe2c5a24d7a6bef7c1a1 SHA512 e3751515a8baf2b422cb680870adbe9393d37ecf2e8b01212bcfa7d0b62ca368c34a9140945e1af4d7c7f0c5443b996ac7cbd4394833aa13b4e937b05bfe0e6b
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..000000000000
--- 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
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}]