From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB90515817D for ; Wed, 12 Jun 2024 05:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BAACE2B39; Wed, 12 Jun 2024 05:43:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA0D7E2B39 for ; Wed, 12 Jun 2024 05:43:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C29CD335D7B for ; Wed, 12 Jun 2024 05:43:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63B1C166B for ; Wed, 12 Jun 2024 05:43:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1718171004.5d01b8da9ed3bf825ad601f9f62be496b51a18ae.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-server-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter-server-proxy/Manifest dev-python/jupyter-server-proxy/jupyter-server-proxy-4.2.0.ebuild X-VCS-Directories: dev-python/jupyter-server-proxy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d01b8da9ed3bf825ad601f9f62be496b51a18ae X-VCS-Branch: master Date: Wed, 12 Jun 2024 05:43:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 771db8ba-f92f-4022-bd0f-311947549564 X-Archives-Hash: d4ffc5143120c1d020a6324294b6ad23 commit: 5d01b8da9ed3bf825ad601f9f62be496b51a18ae Author: Michał Górny gentoo org> AuthorDate: Wed Jun 12 05:34:46 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 12 05:43:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d01b8da dev-python/jupyter-server-proxy: Revert "Bump to 4.2.0" Missed the test restriction. Reverts: 83e310afccaccbacc990b441a63aa6f8af4b7eb1 Signed-off-by: Michał Górny gentoo.org> dev-python/jupyter-server-proxy/Manifest | 1 - .../jupyter-server-proxy-4.2.0.ebuild | 50 ---------------------- 2 files changed, 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 -}