summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-12 07:34:46 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-12 07:43:24 +0200
commit5d01b8da9ed3bf825ad601f9f62be496b51a18ae (patch)
tree525c21c1c528a9d55438e1bba13805838d5c72a4 /dev-python/jupyter-server-proxy
parentdev-lang/go: Stabilize 1.22.4 arm, #934026 (diff)
downloadgentoo-5d01b8da9ed3bf825ad601f9f62be496b51a18ae.tar.gz
gentoo-5d01b8da9ed3bf825ad601f9f62be496b51a18ae.tar.bz2
gentoo-5d01b8da9ed3bf825ad601f9f62be496b51a18ae.zip
dev-python/jupyter-server-proxy: Revert "Bump to 4.2.0"
Missed the test restriction. Reverts: 83e310afccaccbacc990b441a63aa6f8af4b7eb1 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter-server-proxy')
-rw-r--r--dev-python/jupyter-server-proxy/Manifest1
-rw-r--r--dev-python/jupyter-server-proxy/jupyter-server-proxy-4.2.0.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/jupyter-server-proxy/Manifest b/dev-python/jupyter-server-proxy/Manifest
index 045fa1f4c408..d2a7888ba7e2 100644
--- a/dev-python/jupyter-server-proxy/Manifest
+++ b/dev-python/jupyter-server-proxy/Manifest
@@ -1,2 +1 @@
DIST jupyter_server_proxy-4.1.2.tar.gz 133085 BLAKE2B a859938f7ab5570e978b3afa71a924b882bcc1e788181bbdee1b2dd22d9b2e7bf706d130b04dc9a0871c3a3046041b939d8da82af5abe093ba2a2d0f9451cb20 SHA512 9dc8c84b28f79dd2f89ceb6012f0bf69d43c8c59ffe73d1559aee9d7f6d90cce93fc8b277fe3ad83197fd3d5f7aaad60c3353b0618967e51ed3749e12db4bd3c
-DIST jupyter_server_proxy-4.2.0.tar.gz 133071 BLAKE2B e96b2953a433836bd277e8227df408328b1c7b96a08b3c1d65ea73e6eb3dae28ed114641d40af9e7a8dea9f913c4d7e0f7d652f25a38dada12226caf031e55bc SHA512 9cccea9ee8f9665055ca4895408d6e82aeaa325e18cb638a15c45b9dc2e09afa390435622189ca6642c3ff26adb195ba00d5f72935af423d77a7a23fdab08f7c
diff --git a/dev-python/jupyter-server-proxy/jupyter-server-proxy-4.2.0.ebuild b/dev-python/jupyter-server-proxy/jupyter-server-proxy-4.2.0.ebuild
deleted file mode 100644
index b42d49b4dd01..000000000000
--- a/dev-python/jupyter-server-proxy/jupyter-server-proxy-4.2.0.ebuild
+++ /dev/null
@@ -1,50 +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=( python3_{10..12} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Jupyter notebook server extension to proxy web services"
-HOMEPAGE="https://github.com/jupyterhub/jupyter-server-proxy"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Connection refused, even without network-sandbox
-RESTRICT="test"
-
-RDEPEND="
- dev-python/aiohttp[${PYTHON_USEDEP}]
- >=dev-python/jupyter-server-1.24.0[${PYTHON_USEDEP}]
- >=dev-python/simpervisor-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/tornado-6.1.0[${PYTHON_USEDEP}]
- >=dev-python/traitlets-5.1.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- >=dev-python/hatch-jupyter-builder-0.8.3[${PYTHON_USEDEP}]
- >=dev-python/jupyterlab-4.0.6[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- sed \
- -e "/--cov.*,/d" \
- -e "/--no-cov.*,/d" \
- -e "/--html.*,/d" \
- -i pyproject.toml || die
- distutils-r1_python_prepare_all
-}
-
-src_install() {
- distutils-r1_src_install
- mv "${ED}/usr/etc" "${ED}/etc" || die
-}