From efaffb235b3199c0f8fb1345c2d5263d75d88ab0 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 17 Mar 2023 17:49:32 +0500 Subject: [PATCH] dev-python/timeslot: Use pypi.eclass Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/timeslot/timeslot-0.1.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild b/dev-python/timeslot/timeslot-0.1.2.ebuild index 87e093bc59..0918fc06e2 100644 --- a/dev-python/timeslot/timeslot-0.1.2.ebuild +++ b/dev-python/timeslot/timeslot-0.1.2.ebuild @@ -6,13 +6,12 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{9..10} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Time slots/intervals with an arbitrary start and stop" HOMEPAGE="https://github.com/ErikBjare/timeslot" LICENSE="MIT" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64" SLOT="0"