commit:     3e4c02f3ed16443df13eae72d62981faa66da328
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:06:14 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:06:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e4c02f3

dev-python/TakeTheTime: Use pypi.eclass

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 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 3e44a3d14..190a25b74 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"

Reply via email to