diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:46:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:51:16 +0100 |
commit | 82d3ff6faa85e32863b1049025dac1892dae8948 (patch) | |
tree | 9c2eabb409da93f5a3039c0b24511bd1792634d4 /dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild | |
parent | dev-python/jupyterlab_pygments: Use pypi.eclass (diff) | |
download | gentoo-82d3ff6faa85e32863b1049025dac1892dae8948.tar.gz gentoo-82d3ff6faa85e32863b1049025dac1892dae8948.tar.bz2 gentoo-82d3ff6faa85e32863b1049025dac1892dae8948.zip |
dev-python/jupyter_packaging: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild')
-rw-r--r-- | dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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" |