From f55d82e0d537ef18555fe8021ea0656ad51f249a Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 28 Feb 2023 12:39:44 +0000 Subject: Adding metadata --- .../sphinx_selective_exclude-description-file.patch | 8 ++++++++ .../sphinx_selective_exclude-1.0.3-r1.ebuild | 20 ++++++++++++++++++++ .../sphinx_selective_exclude-1.0.3.ebuild | 18 ------------------ 3 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 dev-python/sphinx_selective_exclude/files/sphinx_selective_exclude-description-file.patch create mode 100644 dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3-r1.ebuild delete mode 100644 dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild (limited to 'dev-python') 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..ad1c18d47f54 --- /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_{7,8,9,10,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 ) diff --git a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild deleted file mode 100644 index 7a72cff65612..000000000000 --- a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 - -DESCRIPTION="Sphinx selective rendition extensions" -HOMEPAGE="https://github.com/pfalcon/sphinx_selective_exclude" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" -- cgit v1.3