diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:57:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 06:31:52 +0100 |
commit | 0f59a0fca39b2f5386776f999259772af6510228 (patch) | |
tree | 9c48251c1ab2ad359bf90107f3caf450229e930f | |
parent | dev-python/enzyme: Use pypi.eclass (diff) | |
download | gentoo-0f59a0fc.tar.gz gentoo-0f59a0fc.tar.bz2 gentoo-0f59a0fc.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.ebuild | 10 |
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" |