Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blessed/
Date: Sun, 26 Feb 2023 20:22:15
Message-Id: 1677442917.d0df52d22c3d99d129d14a9ddfa2d1a791c9ba04.sbraz@gentoo
1 commit: d0df52d22c3d99d129d14a9ddfa2d1a791c9ba04
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 20:19:37 2023 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 20:21:57 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0df52d2
7
8 dev-python/blessed: switch to pypi.eclass
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11
12 dev-python/blessed/blessed-1.20.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/blessed/blessed-1.20.0.ebuild b/dev-python/blessed/blessed-1.20.0.ebuild
16 index 208bbf607353..12937dfae776 100644
17 --- a/dev-python/blessed/blessed-1.20.0.ebuild
18 +++ b/dev-python/blessed/blessed-1.20.0.ebuild
19 @@ -6,14 +6,13 @@ EAPI=8
20 DISTUTILS_USE_PEP517=setuptools
21 PYTHON_COMPAT=( pypy3 python3_{9..11} )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Library for making terminal apps using colors, keyboard input and positioning"
27 HOMEPAGE="
28 https://github.com/jquast/blessed/
29 https://pypi.org/project/blessed/
30 "
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 SLOT="0"
34 LICENSE="MIT"