Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-tornasync/
Date: Fri, 17 Mar 2023 15:29:21
Message-Id: 1679066930.7f2e3bdce713c95673181b12496f861b77208463.mgorny@gentoo
1 commit: 7f2e3bdce713c95673181b12496f861b77208463
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 12:02:30 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:28:50 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2e3bdc
7
8 dev-python/pytest-tornasync: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
16 index d64e74154df7..dd1049337978 100644
17 --- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
18 +++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
19 @@ -3,14 +3,13 @@
20
21 EAPI=8
22
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..11} )
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="Pytest plugin for testing Python 3.5+ Tornado code"
30 HOMEPAGE="https://github.com/eukaryote/pytest-tornasync"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P//_p/.post}.tar.gz"
32 -S="${WORKDIR}/${P//_p/.post}"
33
34 LICENSE="MIT"
35 SLOT="0"