commit:     0f59a0fca39b2f5386776f999259772af6510228
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:57:36 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 05:31:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f59a0fc

dev-python/jupyter: Use pypi.eclass

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

 dev-python/jupyter/jupyter-1.0.0-r4.ebuild | 10 +++++-----
 1 file 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"

Reply via email to