From 3e4c02f3ed16443df13eae72d62981faa66da328 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 17 Mar 2023 18:06:14 +0500 Subject: [PATCH] dev-python/TakeTheTime: Use pypi.eclass Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild index 3e44a3d142..190a25b748 100644 --- a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild +++ b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild @@ -5,13 +5,13 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="Take The Time, a super-neat Python library for timing chunks of code" HOMEPAGE="https://github.com/ErikBjare/TakeTheTime" LICENSE="MIT" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64" SLOT="0"