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 9DAD9158041 for ; Sun, 24 Mar 2024 13:40:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C21DE2A22; Sun, 24 Mar 2024 13:40:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6631E2A00 for ; Sun, 24 Mar 2024 13:40:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2E3933BF29 for ; Sun, 24 Mar 2024 13:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0909AB6F for ; Sun, 24 Mar 2024 13:40:30 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1711287451.e272f49ddc94ac7b28bdc5f2e07104f5188632f9.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-server-fileid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter-server-fileid/Manifest dev-python/jupyter-server-fileid/jupyter-server-fileid-0.9.1.ebuild dev-python/jupyter-server-fileid/metadata.xml X-VCS-Directories: dev-python/jupyter-server-fileid/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: e272f49ddc94ac7b28bdc5f2e07104f5188632f9 X-VCS-Branch: master Date: Sun, 24 Mar 2024 13:40:30 +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: 9d1b900d-1e24-4332-a8fc-f025fcdfb8bd X-Archives-Hash: ec5c99e763a8616fd696261298138cd0 commit: e272f49ddc94ac7b28bdc5f2e07104f5188632f9 Author: Benda Xu gentoo org> AuthorDate: Mon Mar 11 02:56:45 2024 +0000 Commit: Benda XU gentoo org> CommitDate: Sun Mar 24 13:37:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e272f49d dev-python/jupyter-server-fileid: revive. It is a dependency of jupyterlab real time collaboration extension. Bug: https://bugs.gentoo.org/915824 Signed-off-by: Benda Xu gentoo.org> dev-python/jupyter-server-fileid/Manifest | 1 + .../jupyter-server-fileid-0.9.1.ebuild | 45 ++++++++++++++++++++++ dev-python/jupyter-server-fileid/metadata.xml | 13 +++++++ 3 files changed, 59 insertions(+) diff --git a/dev-python/jupyter-server-fileid/Manifest b/dev-python/jupyter-server-fileid/Manifest new file mode 100644 index 000000000000..8253dc95eabc --- /dev/null +++ b/dev-python/jupyter-server-fileid/Manifest @@ -0,0 +1 @@ +DIST jupyter_server_fileid-0.9.1.tar.gz 54279 BLAKE2B 503303d0fc1443bed15d41e88700bf508cb9d5b14d146db52aca58c436355878334be96d1baa1847cdbab1bf893cb68e4ebe8f6230a6643286a3586af96f75d1 SHA512 0e02861c312c3cfe0a0665cb4423bad7e8414e48cc62baef085a4a46d9cc2b32526f5d1f62198ec51b0d5086b70976e9144ec41ecaf3e4922c5dab8300487da0 diff --git a/dev-python/jupyter-server-fileid/jupyter-server-fileid-0.9.1.ebuild b/dev-python/jupyter-server-fileid/jupyter-server-fileid-0.9.1.ebuild new file mode 100644 index 000000000000..8e3a4acf6302 --- /dev/null +++ b/dev-python/jupyter-server-fileid/jupyter-server-fileid-0.9.1.ebuild @@ -0,0 +1,45 @@ +# 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="An extension that maintains file IDs for documents in a running Jupyter Server" +HOMEPAGE=" + https://jupyter.org/ + https://github.com/jupyter-server/jupyter_server_fileid/ + https://pypi.org/project/jupyter-server-fileid/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/jupyter-server[${PYTHON_USEDEP}] + dev-python/jupyter-events[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + dev-python/pytest-jupyter[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # unreliable on tmpfs + # https://github.com/jupyter-server/jupyter_server_fileid/issues/58 + tests/test_manager.py::test_get_path_oob_move_nested + tests/test_manager.py::test_get_path_oob_move_deeply_nested +) + +python_install_all() { + distutils-r1_python_install_all + mv "${ED}/usr/etc" "${ED}/etc" || die +} diff --git a/dev-python/jupyter-server-fileid/metadata.xml b/dev-python/jupyter-server-fileid/metadata.xml new file mode 100644 index 000000000000..fb76de150888 --- /dev/null +++ b/dev-python/jupyter-server-fileid/metadata.xml @@ -0,0 +1,13 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + + jupyter-server-fileid + jupyter-server/jupyter_server_fileid + +