From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-server-proxy/
Date: Thu, 5 Dec 2024 14:54:26 +0000 (UTC) [thread overview]
Message-ID: <1733410438.af27982236d08dc1e1289dd93a13965e717bba54.nowa@gentoo> (raw)
commit: af27982236d08dc1e1289dd93a13965e717bba54
Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 5 14:43:34 2024 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Dec 5 14:53:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af279822
dev-python/jupyter-server-proxy: add 4.4.0
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/jupyter-server-proxy/Manifest | 1 +
.../jupyter-server-proxy-4.4.0.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-python/jupyter-server-proxy/Manifest b/dev-python/jupyter-server-proxy/Manifest
index d2a7888ba7e2..96c20c9f75d6 100644
--- a/dev-python/jupyter-server-proxy/Manifest
+++ b/dev-python/jupyter-server-proxy/Manifest
@@ -1 +1,2 @@
DIST jupyter_server_proxy-4.1.2.tar.gz 133085 BLAKE2B a859938f7ab5570e978b3afa71a924b882bcc1e788181bbdee1b2dd22d9b2e7bf706d130b04dc9a0871c3a3046041b939d8da82af5abe093ba2a2d0f9451cb20 SHA512 9dc8c84b28f79dd2f89ceb6012f0bf69d43c8c59ffe73d1559aee9d7f6d90cce93fc8b277fe3ad83197fd3d5f7aaad60c3353b0618967e51ed3749e12db4bd3c
+DIST jupyter_server_proxy-4.4.0.tar.gz 136830 BLAKE2B 2c97e2acc6794fd058b1a2c8bc1fa923a590ed7366a2b0ba25ddd550142ba42c49ecc461b18201f9b57647813a92b9d62884b71208f67fa934cae290f46393fc SHA512 df7d1a39eefae1e1540fd350551a5d5e21bcfee01c1dee6fb4cc620261c6d19db4ba9e1de0d38edf5b4cde165f39fe9255834c443223d524744b3ce368518f03
diff --git a/dev-python/jupyter-server-proxy/jupyter-server-proxy-4.4.0.ebuild b/dev-python/jupyter-server-proxy/jupyter-server-proxy-4.4.0.ebuild
new file mode 100644
index 000000000000..ac20f6cb775a
--- /dev/null
+++ b/dev-python/jupyter-server-proxy/jupyter-server-proxy-4.4.0.ebuild
@@ -0,0 +1,50 @@
+# 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..13} )
+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[${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
+}
next reply other threads:[~2024-12-05 14:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-05 14:54 Nowa Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-12 5:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-server-proxy/ Michał Górny
2024-06-12 5:08 Michał Górny
2024-06-12 5:08 Michał Górny
2023-11-10 13:20 Andrew Ammerlaan
2022-11-14 4:39 Michał Górny
2022-10-27 10:23 Andrew Ammerlaan
2022-09-09 7:23 Arthur Zamarin
2022-03-24 8:39 Andrew Ammerlaan
2022-03-10 7:51 Jakov Smolić
2022-01-25 8:20 Michał Górny
2021-12-29 12:42 Andrew Ammerlaan
2021-11-28 19:31 Andrew Ammerlaan
2021-11-28 15:09 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1733410438.af27982236d08dc1e1289dd93a13965e717bba54.nowa@gentoo \
--to=nowa@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox