Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tempus-themes/
Date: Fri, 17 Mar 2023 13:11:05
Message-Id: 1679058393.e330076ae4e8b27726c8900b4772d7b807115689.cybertailor@gentoo
1 commit: e330076ae4e8b27726c8900b4772d7b807115689
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Mar 17 13:06:33 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Mar 17 13:06:33 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e330076a
7
8 dev-python/tempus-themes: Use pypi.eclass
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
16 index 82adeccee..a4bd5ee41 100644
17 --- a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
18 +++ b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
19 @@ -4,15 +4,15 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..11} pypy3 )
25 -inherit distutils-r1
26 +inherit distutils-r1 pypi
27
28 DESCRIPTION="Accessible themes for Pygments"
29 HOMEPAGE="
30 https://pypi.org/project/tempus-themes/
31 https://gitlab.com/protesilaos/tempus-themes-generator
32 "
33 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 LICENSE="GPL-3+"
36 SLOT="0"