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/persist-queue/
Date: Fri, 17 Mar 2023 13:11:02
Message-Id: 1679058382.4af764278c7731c3003da89495548ecdb6008fdd.cybertailor@gentoo
1 commit: 4af764278c7731c3003da89495548ecdb6008fdd
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Mar 17 13:06:22 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Mar 17 13:06:22 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4af76427
7
8 dev-python/persist-queue: Use pypi.eclass
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/persist-queue/persist-queue-0.8.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
16 index 2d9e78742..92fcc06d0 100644
17 --- a/dev-python/persist-queue/persist-queue-0.8.0.ebuild
18 +++ b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
19 @@ -4,15 +4,15 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..10})
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="A thread-safe disk based persistent queue in Python"
30 HOMEPAGE="https://github.com/peter-wangxu/persist-queue"
31 LICENSE="BSD"
32
33 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 KEYWORDS="~amd64"
36 SLOT="0"