From f6b172febef3da92ead24a50735dd631e235fb22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 20 May 2023 07:42:41 +0200 Subject: [PATCH] dev-python/jupyter_ydoc: Prepare for rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/jupyter_ydoc/jupyter_ydoc-1.0.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 bd7d147fe4894..bd7415f0813dd 100644 --- a/dev-python/jupyter_ydoc/jupyter_ydoc-1.0.0.ebuild +++ b/dev-python/jupyter_ydoc/jupyter_ydoc-1.0.0.ebuild @@ -8,13 +8,18 @@ PYTHON_COMPAT=( python3_{9..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/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +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"