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/fixtures/
Date: Thu, 16 Mar 2023 03:50:07
Message-Id: 1678938470.584ddb236a48077d91cb47b5a62c836ca95f2a64.mgorny@gentoo
1 commit: 584ddb236a48077d91cb47b5a62c836ca95f2a64
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:45:33 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:47:50 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584ddb23
7
8 dev-python/fixtures: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/fixtures/fixtures-4.0.1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/fixtures/fixtures-4.0.1.ebuild b/dev-python/fixtures/fixtures-4.0.1.ebuild
16 index 3023bb4e29a8..dca57780a1e9 100644
17 --- a/dev-python/fixtures/fixtures-4.0.1.ebuild
18 +++ b/dev-python/fixtures/fixtures-4.0.1.ebuild
19 @@ -6,14 +6,13 @@ EAPI=8
20 DISTUTILS_USE_PEP517=pbr
21 PYTHON_COMPAT=( python3_{9..11} pypy3 )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Fixtures, reusable state for writing clean tests and more"
27 HOMEPAGE="
28 https://github.com/testing-cabal/fixtures/
29 https://pypi.org/project/fixtures/
30 "
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="|| ( Apache-2.0 BSD )"
34 SLOT="0"