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: www-apps/klaus/
Date: Thu, 16 Mar 2023 18:52:57
Message-Id: 1678992630.bb889f3a1f82f00efdca741ec5fff86ed6f847eb.mgorny@gentoo
1 commit: bb889f3a1f82f00efdca741ec5fff86ed6f847eb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:04:11 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb889f3a
7
8 www-apps/klaus: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-apps/klaus/klaus-2.0.2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/www-apps/klaus/klaus-2.0.2.ebuild b/www-apps/klaus/klaus-2.0.2.ebuild
16 index 3bea3595f8e4..803653024345 100644
17 --- a/www-apps/klaus/klaus-2.0.2.ebuild
18 +++ b/www-apps/klaus/klaus-2.0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -6,11 +6,10 @@ EAPI=8
26 DISTUTILS_USE_PEP517=setuptools
27 PYTHON_COMPAT=( python3_{9..11} )
28
29 -inherit distutils-r1
30 +inherit distutils-r1 pypi
31
32 DESCRIPTION="A simple, easy-to-set-up Git web viewer"
33 HOMEPAGE="https://github.com/jonashaag/klaus/"
34 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="ISC"
37 SLOT="0"