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/klein/
Date: Thu, 16 Mar 2023 03:56:55
Message-Id: 1678938681.7a0f6ed2f44d67e76c3c6ee47400ca5c73fc1ef8.mgorny@gentoo
1 commit: 7a0f6ed2f44d67e76c3c6ee47400ca5c73fc1ef8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:46:34 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:51:21 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0f6ed2
7
8 dev-python/klein: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/klein/klein-21.8.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/klein/klein-21.8.0.ebuild b/dev-python/klein/klein-21.8.0.ebuild
16 index 22e5725d4695..9444fbdbe265 100644
17 --- a/dev-python/klein/klein-21.8.0.ebuild
18 +++ b/dev-python/klein/klein-21.8.0.ebuild
19 @@ -4,11 +4,10 @@
20 EAPI=8
21
22 PYTHON_COMPAT=( python3_{9..11} )
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="micro-framework for developing production-ready web services with Python"
27 HOMEPAGE="https://pypi.org/project/klein/ https://github.com/twisted/klein/"
28 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="0"