commit:     6c2347e72e62c9e9b7b73c4e447ede001fce6f24
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 05:09:38 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 05:11:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2347e7

dev-python/nbformat: Use pypi.eclass

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

 dev-python/nbformat/nbformat-5.7.3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 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"

Reply via email to