summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 19:57:36 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 06:31:52 +0100
commit0f59a0fca39b2f5386776f999259772af6510228 (patch)
tree9c48251c1ab2ad359bf90107f3caf450229e930f
parentdev-python/enzyme: Use pypi.eclass (diff)
downloadgentoo-0f59a0fca39b2f5386776f999259772af6510228.tar.gz
gentoo-0f59a0fca39b2f5386776f999259772af6510228.tar.bz2
gentoo-0f59a0fca39b2f5386776f999259772af6510228.zip
dev-python/jupyter: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jupyter/jupyter-1.0.0-r4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/jupyter/jupyter-1.0.0-r4.ebuild b/dev-python/jupyter/jupyter-1.0.0-r4.ebuild
index c08d2cc1df5f..9f1b69fc86c0 100644
--- a/dev-python/jupyter/jupyter-1.0.0-r4.ebuild
+++ b/dev-python/jupyter/jupyter-1.0.0-r4.ebuild
@@ -6,14 +6,14 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Jupyter metapackage. Install all the Jupyter components in one go"
HOMEPAGE="https://jupyter.org"
-SRC_URI="
- mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
- https://patch-diff.githubusercontent.com/raw/jupyter/jupyter/pull/198.patch -> ${P}-file-colision.patch
- "
+SRC_URI+="
+ https://patch-diff.githubusercontent.com/raw/jupyter/jupyter/pull/198.patch
+ -> ${P}-file-colision.patch
+"
LICENSE="BSD"
SLOT="0"