public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-server-fileid/
Date: Tue,  2 Apr 2024 13:22:09 +0000 (UTC)	[thread overview]
Message-ID: <1712064116.9c6d116c3453e6d8078e5d8d942bf425b2a83b21.mgorny@gentoo> (raw)

commit:     9c6d116c3453e6d8078e5d8d942bf425b2a83b21
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 13:19:46 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 13:21:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6d116c

dev-python/jupyter-server-fileid: Revert "revive."

Reverting the whole batch.

Reverts: e272f49ddc94ac7b28bdc5f2e07104f5188632f9
Signed-off-by: Michał Górny <mgorny <AT> 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 deletions(-)

diff --git a/dev-python/jupyter-server-fileid/Manifest b/dev-python/jupyter-server-fileid/Manifest
deleted file mode 100644
index 8253dc95eabc..000000000000
--- a/dev-python/jupyter-server-fileid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 8e3a4acf6302..000000000000
--- a/dev-python/jupyter-server-fileid/jupyter-server-fileid-0.9.1.ebuild
+++ /dev/null
@@ -1,45 +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="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
deleted file mode 100644
index fb76de150888..000000000000
--- a/dev-python/jupyter-server-fileid/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>sci@gentoo.org</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <stabilize-allarches/>
-  <upstream>
-    <remote-id type="pypi">jupyter-server-fileid</remote-id>
-    <remote-id type="github">jupyter-server/jupyter_server_fileid</remote-id>
-  </upstream>
-</pkgmetadata>


             reply	other threads:[~2024-04-02 13:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-02 13:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-24 13:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-server-fileid/ Benda XU
2023-07-24 11:32 Michał Górny
2023-04-10  6:07 Michał Górny
2023-04-08  8:47 Arthur Zamarin
2023-02-24  6:00 Michał Górny
2023-02-17  6:40 Michał Górny

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=1712064116.9c6d116c3453e6d8078e5d8d942bf425b2a83b21.mgorny@gentoo \
    --to=mgorny@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