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/sphinxcontrib-trio/
Date: Fri, 17 Mar 2023 15:29:22
Message-Id: 1679066938.a8def75945e5976802b2cf29e90758f64cc3daf2.mgorny@gentoo
1 commit: a8def75945e5976802b2cf29e90758f64cc3daf2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 12:02:36 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:28:58 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8def759
7
8 dev-python/sphinxcontrib-trio: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
16 index 0ab33da7cf54..d12a14f4e202 100644
17 --- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
18 +++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
19 @@ -3,15 +3,15 @@
20
21 EAPI=8
22
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..11} )
25 -inherit distutils-r1
26 +inherit distutils-r1 pypi
27
28 DESCRIPTION="Make Sphinx better at documenting Python functions and methods"
29 HOMEPAGE="
30 https://github.com/python-trio/sphinxcontrib-trio
31 https://pypi.org/project/sphinxcontrib-trio
32 "
33 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 LICENSE="|| ( Apache-2.0 MIT )"
36 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"