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-env/
Date: Thu, 16 Mar 2023 04:07:03
Message-Id: 1678939451.4dadc3ff0df99874e3e96061a98e217b0c6a325d.mgorny@gentoo
1 commit: 4dadc3ff0df99874e3e96061a98e217b0c6a325d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:47:57 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 04:04:11 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dadc3ff
7
8 dev-python/pytest-env: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-env/pytest-env-0.8.1.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/pytest-env/pytest-env-0.8.1.ebuild b/dev-python/pytest-env/pytest-env-0.8.1.ebuild
16 index d8d4d87741d3..25ba662f03ac 100644
17 --- a/dev-python/pytest-env/pytest-env-0.8.1.ebuild
18 +++ b/dev-python/pytest-env/pytest-env-0.8.1.ebuild
19 @@ -5,12 +5,10 @@ EAPI=8
20
21 DISTUTILS_USE_PEP517=hatchling
22 PYTHON_COMPAT=( python3_{9..11} )
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="py.test plugin that allows you to add environment variables"
27 HOMEPAGE="https://github.com/pytest-dev/pytest-env"
28 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz"
29 -S="${WORKDIR}/${P/-/_}"
30
31 LICENSE="MIT"
32 SLOT="0"