From 8b2858db3cad718515a8852ceac5e6aafff82eb3 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 17 Mar 2023 17:49:40 +0500 Subject: [PATCH] dev-python/ufmt: Use pypi.eclass Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/ufmt/ufmt-1.3.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/ufmt/ufmt-1.3.3.ebuild b/dev-python/ufmt/ufmt-1.3.3.ebuild index 2ac39633b3..4ca20a0307 100644 --- a/dev-python/ufmt/ufmt-1.3.3.ebuild +++ b/dev-python/ufmt/ufmt-1.3.3.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Safe, atomic formatting with black and usort" HOMEPAGE="https://github.com/omnilib/ufmt/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"