summaryrefslogtreecommitdiff
path: root/dev-python/bpython
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-23 01:41:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-23 01:41:44 +0000
commit0415516fb38f09f9cbbacd03a88aed3e85f22ec2 (patch)
treefb81953561fc724f61f76aa2066febed444b63e3 /dev-python/bpython
parent2f042cf205912d45005bb4fb669ab07aa1b1c8c6 (diff)
downloadbaldeagleos-repo-0415516fb38f09f9cbbacd03a88aed3e85f22ec2.tar.gz
baldeagleos-repo-0415516fb38f09f9cbbacd03a88aed3e85f22ec2.tar.xz
baldeagleos-repo-0415516fb38f09f9cbbacd03a88aed3e85f22ec2.zip
Adding metadata
Diffstat (limited to 'dev-python/bpython')
-rw-r--r--dev-python/bpython/bpython-0.21.ebuild2
-rw-r--r--dev-python/bpython/files/bpython-sphinx-4.patch8
2 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/bpython/bpython-0.21.ebuild b/dev-python/bpython/bpython-0.21.ebuild
index 9d0fbabf9c95..a675907cc126 100644
--- a/dev-python/bpython/bpython-0.21.ebuild
+++ b/dev-python/bpython/bpython-0.21.ebuild
@@ -34,5 +34,7 @@ BDEPEND="
DOCS=( AUTHORS.rst CHANGELOG.rst )
+PATCHES=( "${FILESDIR}"/${PN}-sphinx-4.patch )
+
distutils_enable_sphinx doc/sphinx/source --no-autodoc
distutils_enable_tests unittest
diff --git a/dev-python/bpython/files/bpython-sphinx-4.patch b/dev-python/bpython/files/bpython-sphinx-4.patch
new file mode 100644
index 000000000000..5003de24bcf6
--- /dev/null
+++ b/dev-python/bpython/files/bpython-sphinx-4.patch
@@ -0,0 +1,8 @@
+diff -U2 -r bpython-0.21.orig/doc/sphinx/source/conf.py bpython-0.21/doc/sphinx/source/conf.py
+--- bpython-0.21.orig/doc/sphinx/source/conf.py 2020-03-30 01:44:23.000000000 +0700
++++ bpython-0.21/doc/sphinx/source/conf.py 2021-05-22 21:06:51.161746459 +0700
+@@ -215,3 +215,3 @@
+ # If true, show URL addresses after external links.
+ #man_show_urls = False
+-
++man_make_section_directory = False