commit: 8b2858db3cad718515a8852ceac5e6aafff82eb3
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 12:49:40 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 12:58:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b2858db
dev-python/ufmt: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
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 2ac39633b..4ca20a030 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"