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-localserver/
Date: Fri, 03 Mar 2023 17:48:16
Message-Id: 1677865686.1bac5986c978e848eecc120daa62f96a64982cdc.mgorny@gentoo
1 commit: 1bac5986c978e848eecc120daa62f96a64982cdc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 17:46:31 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 17:48:06 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bac5986
7
8 dev-python/pytest-localserver: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-localserver/pytest-localserver-0.7.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-localserver/pytest-localserver-0.7.1.ebuild b/dev-python/pytest-localserver/pytest-localserver-0.7.1.ebuild
16 index 6f9b022963d2..87bbb4b4d110 100644
17 --- a/dev-python/pytest-localserver/pytest-localserver-0.7.1.ebuild
18 +++ b/dev-python/pytest-localserver/pytest-localserver-0.7.1.ebuild
19 @@ -4,13 +4,13 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..11} pypy3 )
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="Pytest plugin to test server connections locally"
30 HOMEPAGE="https://pypi.org/project/pytest-localserver/"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="MIT"
34 SLOT="0"