diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:04:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:30 +0100 |
commit | bb889f3a1f82f00efdca741ec5fff86ed6f847eb (patch) | |
tree | 09c6093ec4c5f83abb381a499be24e7cbb58ecff /www-apps | |
parent | sys-auth/solo1: Use pypi.eclass (diff) | |
download | gentoo-bb889f3a1f82f00efdca741ec5fff86ed6f847eb.tar.gz gentoo-bb889f3a1f82f00efdca741ec5fff86ed6f847eb.tar.bz2 gentoo-bb889f3a1f82f00efdca741ec5fff86ed6f847eb.zip |
www-apps/klaus: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/klaus/klaus-2.0.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www-apps/klaus/klaus-2.0.2.ebuild b/www-apps/klaus/klaus-2.0.2.ebuild index 3bea3595f8e4..803653024345 100644 --- a/www-apps/klaus/klaus-2.0.2.ebuild +++ b/www-apps/klaus/klaus-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A simple, easy-to-set-up Git web viewer" HOMEPAGE="https://github.com/jonashaag/klaus/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" |