public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-ydoc/
@ 2023-07-19 11:10 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2023-07-19 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     76253e5c1e08ebf56511f8310562ba57648318c6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 11:04:13 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 11:09:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76253e5c

dev-python/jupyter-ydoc: Eliminate stale python_gen_cond_dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyter-ydoc/jupyter-ydoc-1.0.0.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/jupyter-ydoc/jupyter-ydoc-1.0.0.ebuild b/dev-python/jupyter-ydoc/jupyter-ydoc-1.0.0.ebuild
index bd7415f0813d..4610b51cb25a 100644
--- a/dev-python/jupyter-ydoc/jupyter-ydoc-1.0.0.ebuild
+++ b/dev-python/jupyter-ydoc/jupyter-ydoc-1.0.0.ebuild
@@ -31,9 +31,6 @@ RESTRICT="test"
 RDEPEND="
 	>=dev-python/y-py-0.6.0[${PYTHON_USEDEP}]
 	<dev-python/y-py-0.7.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/importlib-metadata-4.8.3[${PYTHON_USEDEP}]
-	' 3.9)
 "
 BDEPEND="
 	test? (


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-ydoc/
@ 2023-09-22  3:11 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2023-09-22  3:11 UTC (permalink / raw
  To: gentoo-commits

commit:     df01cab67d3195d13b69a8cb4ec541c22319c009
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 03:00:55 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 03:11:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df01cab6

dev-python/jupyter-ydoc: Bump to 1.1.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyter-ydoc/Manifest                  |  1 +
 dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild | 49 +++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/jupyter-ydoc/Manifest b/dev-python/jupyter-ydoc/Manifest
index 4eb404d3ef72..aa35be1f3807 100644
--- a/dev-python/jupyter-ydoc/Manifest
+++ b/dev-python/jupyter-ydoc/Manifest
@@ -1 +1,2 @@
 DIST jupyter_ydoc-1.0.2.gh.tar.gz 983893 BLAKE2B 2066efe6a48bae692be978c12c879e211f62f5e6544832ab6f8c96077a45362acef1857f575f87a67730cd3bb35d3805022a402881d6919fce45464d7fdcb83e SHA512 895fc7e96f3ec9aa4451763cbeb77e4e389c8193098329c1b97ff3dab13bcf8beb2a5c5300cebe5a8d574ffdccbc1526e591b1230421fd58f276aedc4e83927c
+DIST jupyter_ydoc-1.1.0.gh.tar.gz 983787 BLAKE2B fbd21faa59d0016234ad8fc71e1146ab788a79a7e8282b736c963d6d8758de3bb212b0ac71017ae1702c2db23cd93d47c532eeda9306e5027b76683044d10d0f SHA512 f4e64c933d279f593e1b3010ef9e51080b26570cef65dc2f5e19ecf28878c64b73f29255f748b048099b17ed4e220650fe9148ff505208e5e17453f1aa626649

diff --git a/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild b/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild
new file mode 100644
index 000000000000..91c65f7bf3af
--- /dev/null
+++ b/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Document structures for collaborative editing using Ypy"
+HOMEPAGE="
+	https://jupyter.org/
+	https://github.com/jupyter-server/jupyter_ydoc/
+	https://pypi.org/project/jupyter-ydoc/
+"
+SRC_URI="
+	https://github.com/jupyter-server/jupyter_ydoc/archive/v${PV}.tar.gz
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Requires node
+RESTRICT="test"
+
+RDEPEND="
+	>=dev-python/y-py-0.6.0[${PYTHON_USEDEP}]
+	<dev-python/y-py-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		>=dev-python/websockets-10.0[${PYTHON_USEDEP}]
+		<dev-python/ypy-websocket-0.9.0[${PYTHON_USEDEP}]
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}/${P}-no-node-for-version.patch"
+)
+
+distutils_enable_tests pytest
+# Hangs for some reason
+#distutils_enable_sphinx docs/source dev-python/myst-parser dev-python/pydata-sphinx-theme


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-ydoc/
@ 2023-09-22  3:12 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2023-09-22  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     fb8e27be5d89dae79c9d8b070380fbff1cade340
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 03:12:30 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 03:12:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8e27be

dev-python/jupyter-ydoc: Revert "Bump to 1.1.0"

Was supposed to remove it from the queue, sorry.

Reverts: df01cab67d3195d13b69a8cb4ec541c22319c009
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyter-ydoc/Manifest                  |  1 -
 dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild | 49 -----------------------
 2 files changed, 50 deletions(-)

diff --git a/dev-python/jupyter-ydoc/Manifest b/dev-python/jupyter-ydoc/Manifest
index aa35be1f3807..4eb404d3ef72 100644
--- a/dev-python/jupyter-ydoc/Manifest
+++ b/dev-python/jupyter-ydoc/Manifest
@@ -1,2 +1 @@
 DIST jupyter_ydoc-1.0.2.gh.tar.gz 983893 BLAKE2B 2066efe6a48bae692be978c12c879e211f62f5e6544832ab6f8c96077a45362acef1857f575f87a67730cd3bb35d3805022a402881d6919fce45464d7fdcb83e SHA512 895fc7e96f3ec9aa4451763cbeb77e4e389c8193098329c1b97ff3dab13bcf8beb2a5c5300cebe5a8d574ffdccbc1526e591b1230421fd58f276aedc4e83927c
-DIST jupyter_ydoc-1.1.0.gh.tar.gz 983787 BLAKE2B fbd21faa59d0016234ad8fc71e1146ab788a79a7e8282b736c963d6d8758de3bb212b0ac71017ae1702c2db23cd93d47c532eeda9306e5027b76683044d10d0f SHA512 f4e64c933d279f593e1b3010ef9e51080b26570cef65dc2f5e19ecf28878c64b73f29255f748b048099b17ed4e220650fe9148ff505208e5e17453f1aa626649

diff --git a/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild b/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild
deleted file mode 100644
index 91c65f7bf3af..000000000000
--- a/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Document structures for collaborative editing using Ypy"
-HOMEPAGE="
-	https://jupyter.org/
-	https://github.com/jupyter-server/jupyter_ydoc/
-	https://pypi.org/project/jupyter-ydoc/
-"
-SRC_URI="
-	https://github.com/jupyter-server/jupyter_ydoc/archive/v${PV}.tar.gz
-		-> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Requires node
-RESTRICT="test"
-
-RDEPEND="
-	>=dev-python/y-py-0.6.0[${PYTHON_USEDEP}]
-	<dev-python/y-py-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-		>=dev-python/websockets-10.0[${PYTHON_USEDEP}]
-		<dev-python/ypy-websocket-0.9.0[${PYTHON_USEDEP}]
-	)
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-no-node-for-version.patch"
-)
-
-distutils_enable_tests pytest
-# Hangs for some reason
-#distutils_enable_sphinx docs/source dev-python/myst-parser dev-python/pydata-sphinx-theme


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-22  3:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19 11:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-ydoc/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-09-22  3:11 Michał Górny
2023-09-22  3:12 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox