dev-python/jupyter_ydoc: Prepare for rename

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-05-20 07:42:41 +02:00
parent e506623319
commit f6b172febe

View File

@@ -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"