commit: f9375f53ac005b7444ed960381cc8f01c84d2c8c Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Tue Feb 28 11:11:15 2023 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Tue Feb 28 11:11:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9375f53
dev-python/sphinx_selective_exclude: add python3_11 Closes: https://bugs.gentoo.org/798579 Closes: https://bugs.gentoo.org/896890 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> .../sphinx_selective_exclude-description-file.patch | 8 ++++++++ .../sphinx_selective_exclude-1.0.3-r1.ebuild | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/sphinx_selective_exclude/files/sphinx_selective_exclude-description-file.patch b/dev-python/sphinx_selective_exclude/files/sphinx_selective_exclude-description-file.patch new file mode 100644 index 000000000000..cc81f571d8f7 --- /dev/null +++ b/dev-python/sphinx_selective_exclude/files/sphinx_selective_exclude-description-file.patch @@ -0,0 +1,8 @@ +diff -r -U1 sphinx_selective_exclude-1.0.3.orig/setup.cfg sphinx_selective_exclude-1.0.3/setup.cfg +--- sphinx_selective_exclude-1.0.3.orig/setup.cfg 2019-12-24 05:59:33.000000000 +0700 ++++ sphinx_selective_exclude-1.0.3/setup.cfg 2023-02-28 17:56:05.055719498 +0700 +@@ -1,3 +1,3 @@ + [metadata] +-description-file = README.md ++description_file = README.md + diff --git a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3-r1.ebuild b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3-r1.ebuild new file mode 100644 index 000000000000..68910c386949 --- /dev/null +++ b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) + +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Sphinx selective rendition extensions" +HOMEPAGE="https://github.com/pfalcon/sphinx_selective_exclude" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" + +PATCHES=( "${FILESDIR}"/${PN}-description-file.patch )
