From 82d3ff6faa85e32863b1049025dac1892dae8948 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Mar 2023 18:46:28 +0100 Subject: dev-python/jupyter_packaging: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild') diff --git a/dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild b/dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild index 2d3a03e67efa..d9c5608e9239 100644 --- a/dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild +++ b/dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Tools to help build and install Jupyter Python packages" HOMEPAGE=" @@ -14,7 +14,6 @@ HOMEPAGE=" https://github.com/jupyter/jupyter-packaging/ https://pypi.org/project/jupyter-packaging/ " -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -- cgit v1.2.3-65-gdbad