summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:02:29 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:28:49 +0100
commitddba66329553542c46d00d09c9f02a56ea650186 (patch)
tree209e89e36418685882437d94d6df91e2c2f120f4 /dev-python/jupyter-lsp
parentdev-python/gcs-oauth2-boto-plugin: Use pypi.eclass (diff)
downloadgentoo-ddba66329553542c46d00d09c9f02a56ea650186.tar.gz
gentoo-ddba66329553542c46d00d09c9f02a56ea650186.tar.bz2
gentoo-ddba66329553542c46d00d09c9f02a56ea650186.zip
dev-python/jupyter-lsp: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter-lsp')
-rw-r--r--dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild b/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild
index 11dd9c072091..c6db33b0b8f9 100644
--- a/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild
+++ b/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild
@@ -3,13 +3,13 @@
EAPI=8
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
DESCRIPTION="Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab"
HOMEPAGE="https://github.com/krassowski/jupyterlab-lsp"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"