summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-28 12:39:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-28 12:39:44 +0000
commitf55d82e0d537ef18555fe8021ea0656ad51f249a (patch)
treef0cbf5342a6131ccfb14f2b4d42a6ef0f3f3ae42 /dev-python
parent628a0a1b76f8b7b08c8286a429bd1371f790e421 (diff)
downloadbaldeagleos-repo-f55d82e0d537ef18555fe8021ea0656ad51f249a.tar.gz
baldeagleos-repo-f55d82e0d537ef18555fe8021ea0656ad51f249a.tar.xz
baldeagleos-repo-f55d82e0d537ef18555fe8021ea0656ad51f249a.zip
Adding metadata
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinx_selective_exclude/files/sphinx_selective_exclude-description-file.patch8
-rw-r--r--dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3-r1.ebuild (renamed from dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild)6
2 files changed, 12 insertions, 2 deletions
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.ebuild b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3-r1.ebuild
index 7a72cff65612..ad1c18d47f54 100644
--- 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-r1.ebuild
@@ -5,14 +5,16 @@ EAPI=8
PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-inherit distutils-r1
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
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}]"
+
+PATCHES=( "${FILESDIR}"/${PN}-description-file.patch )