commit: d0df52d22c3d99d129d14a9ddfa2d1a791c9ba04
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 20:19:37 2023 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 20:21:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0df52d2
dev-python/blessed: switch to pypi.eclass
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/blessed/blessed-1.20.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/blessed/blessed-1.20.0.ebuild
b/dev-python/blessed/blessed-1.20.0.ebuild
index 208bbf607353..12937dfae776 100644
--- a/dev-python/blessed/blessed-1.20.0.ebuild
+++ b/dev-python/blessed/blessed-1.20.0.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Library for making terminal apps using colors, keyboard input and
positioning"
HOMEPAGE="
https://github.com/jquast/blessed/
https://pypi.org/project/blessed/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"