Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/sphinxcontrib-napoleon/
Date: Fri, 17 Mar 2023 13:35:35
Message-Id: 1679060109.40f26fe153b7ef02623ea1d85fee7a13479baf8f.andrewammerlaan@gentoo
1 commit: 40f26fe153b7ef02623ea1d85fee7a13479baf8f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 12:36:18 2023 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 13:35:09 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=40f26fe1
7
8 dev-python/sphinxcontrib-napoleon: py3.11, pep517
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 ...-napoleon-0.7.ebuild => sphinxcontrib-napoleon-0.7-r1.ebuild} | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.ebuild b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild
16 similarity index 81%
17 rename from dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.ebuild
18 rename to dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild
19 index 8279d642c..0a962fd5e 100644
20 --- a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.ebuild
21 +++ b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild
22 @@ -1,15 +1,16 @@
23 # Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 -PYTHON_COMPAT=( python3_10 )
30 +PYTHON_COMPAT=( python3_{10..11} )
31 +DISTUTILS_USE_PEP517=setuptools
32 +PYPI_NO_NORMALIZE=1
33
34 -inherit distutils-r1
35 +inherit distutils-r1 pypi
36
37 DESCRIPTION="Allow a different format in dosctrings for better clarity"
38 HOMEPAGE="https://sphinxcontrib-napoleon.readthedocs.io/"
39 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40
41 LICENSE="BSD"
42 SLOT="0"