commit:     e45d62f553c5ab7c4d77a39dcd1284b60fb71eb1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:46:59 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 03:58:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45d62f5

dev-python/notebook_shim: Use pypi.eclass

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

 dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild 
b/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild
index 079cd1f24485..4a81b5767bd0 100644
--- a/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild
+++ b/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=hatchling
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A shim layer for notebook traits and config"
 HOMEPAGE="
@@ -13,7 +13,6 @@ HOMEPAGE="
        https://github.com/jupyter/notebook_shim/
        https://pypi.org/project/notebook-shim/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

Reply via email to