Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/timeslot/
Date: Fri, 17 Mar 2023 13:01:20
Message-Id: 1679057929.efaffb235b3199c0f8fb1345c2d5263d75d88ab0.cybertailor@gentoo
1 commit: efaffb235b3199c0f8fb1345c2d5263d75d88ab0
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Mar 17 12:49:32 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Mar 17 12:58:49 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efaffb23
7
8 dev-python/timeslot: Use pypi.eclass
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/timeslot/timeslot-0.1.2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild b/dev-python/timeslot/timeslot-0.1.2.ebuild
16 index 87e093bc5..0918fc06e 100644
17 --- a/dev-python/timeslot/timeslot-0.1.2.ebuild
18 +++ b/dev-python/timeslot/timeslot-0.1.2.ebuild
19 @@ -6,13 +6,12 @@ EAPI=8
20 DISTUTILS_USE_PEP517=poetry
21 PYTHON_COMPAT=( python3_{9..10} pypy3 )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Time slots/intervals with an arbitrary start and stop"
27 HOMEPAGE="https://github.com/ErikBjare/timeslot"
28 LICENSE="MIT"
29
30 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 KEYWORDS="~amd64"
33 SLOT="0"