summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-02 06:09:38 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-02 06:11:49 +0100
commit6c2347e72e62c9e9b7b73c4e447ede001fce6f24 (patch)
tree91b05abc13f0be2536727c4b93ffed5fac3ac886
parentsci-libs/scikit-image: Use pypi.eclass (diff)
downloadgentoo-6c2347e72e62c9e9b7b73c4e447ede001fce6f24.tar.gz
gentoo-6c2347e72e62c9e9b7b73c4e447ede001fce6f24.tar.bz2
gentoo-6c2347e72e62c9e9b7b73c4e447ede001fce6f24.zip
dev-python/nbformat: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/nbformat/nbformat-5.7.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/nbformat/nbformat-5.7.3.ebuild b/dev-python/nbformat/nbformat-5.7.3.ebuild
index 3c26750792c0..4948bed62214 100644
--- a/dev-python/nbformat/nbformat-5.7.3.ebuild
+++ b/dev-python/nbformat/nbformat-5.7.3.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE='sqlite'
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Reference implementation of the Jupyter Notebook format"
HOMEPAGE="
@@ -15,7 +15,6 @@ HOMEPAGE="
https://github.com/jupyter/nbformat/
https://pypi.org/project/nbformat/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"