Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_packaging/
Date: Thu, 16 Mar 2023 03:56:55
Message-Id: 1678938676.82d3ff6faa85e32863b1049025dac1892dae8948.mgorny@gentoo
1 commit: 82d3ff6faa85e32863b1049025dac1892dae8948
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:46:28 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:51:16 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d3ff6f
7
8 dev-python/jupyter_packaging: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild b/dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild
16 index 2d3a03e67efa..d9c5608e9239 100644
17 --- a/dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild
18 +++ b/dev-python/jupyter_packaging/jupyter_packaging-0.12.3.ebuild
19 @@ -6,7 +6,7 @@ EAPI=8
20 DISTUTILS_USE_PEP517=hatchling
21 PYTHON_COMPAT=( python3_{9..11} )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Tools to help build and install Jupyter Python packages"
27 HOMEPAGE="
28 @@ -14,7 +14,6 @@ HOMEPAGE="
29 https://github.com/jupyter/jupyter-packaging/
30 https://pypi.org/project/jupyter-packaging/
31 "
32 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
33
34 LICENSE="BSD"
35 SLOT="0"