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/cheroot/
Date: Thu, 16 Mar 2023 03:47:14
Message-Id: 1678938317.f220989b63fc04ba716a8c9df5cacae8b6ff9c4f.mgorny@gentoo
1 commit: f220989b63fc04ba716a8c9df5cacae8b6ff9c4f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:45:01 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:45:17 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f220989b
7
8 dev-python/cheroot: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cheroot/cheroot-9.0.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/cheroot/cheroot-9.0.0.ebuild b/dev-python/cheroot/cheroot-9.0.0.ebuild
16 index 2be950492859..13a023da7e0c 100644
17 --- a/dev-python/cheroot/cheroot-9.0.0.ebuild
18 +++ b/dev-python/cheroot/cheroot-9.0.0.ebuild
19 @@ -6,7 +6,7 @@ EAPI=8
20 DISTUTILS_USE_PEP517=setuptools
21 PYTHON_COMPAT=( python3_{9..11} pypy3 )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="High-performance, pure-Python HTTP server used by CherryPy"
27 HOMEPAGE="
28 @@ -14,7 +14,6 @@ HOMEPAGE="
29 https://pypi.org/project/cheroot/
30 https://github.com/cherrypy/cheroot/
31 "
32 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
33
34 LICENSE="BSD"
35 SLOT="0"