diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2017-11-20 09:29:11 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-11-30 15:46:15 +0100 |
commit | 369603eac4bd9fde844d7b4b2b70317f6041e1ce (patch) | |
tree | bcecd09a26c818cf24ff27fedb96a3b703a739b8 /dev-python/sphinxcontrib-github-alt/files | |
parent | dev-tex/biblatex: drop old. (diff) | |
download | gentoo-369603eac4bd9fde844d7b4b2b70317f6041e1ce.tar.gz gentoo-369603eac4bd9fde844d7b4b2b70317f6041e1ce.tar.bz2 gentoo-369603eac4bd9fde844d7b4b2b70317f6041e1ce.zip |
dev-python/sphinxcontrib-github-alt: new package.
Link to GitHub issues, pull requests, commits and users for a particular
project.
Required to build the docs for jupyter_core.
It's called 'alt' because sphinxcontrib-github already exists. IPython &
Jupyter projects have been using the syntax defined in this extension for some
time before this made it into its own package.
Closes: https://bugs.gentoo.org/637990
Closes: https://bugs.gentoo.org/638200
Closes: https://github.com/gentoo/gentoo/pull/6246
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-python/sphinxcontrib-github-alt/files')
-rw-r--r-- | dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-init.py.patch | 8 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-setup.py.patch | 19 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-init.py.patch b/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-init.py.patch new file mode 100644 index 000000000000..e4274fd429ae --- /dev/null +++ b/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-init.py.patch @@ -0,0 +1,8 @@ +__init__.py for sphinxcontrib_github_alt by Marius Brehler. + +Patch by Marius Brehler <marbrbre@linux.sungazer.de>. +--- /dev/null ++++ b/sphinxcontrib_github_alt/__init__.py +@@ -0,0 +1 @@ ++from .sphinxcontrib_github_alt import * +\ No newline at end of file diff --git a/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-setup.py.patch b/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-setup.py.patch new file mode 100644 index 000000000000..2bc518c2cafb --- /dev/null +++ b/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-setup.py.patch @@ -0,0 +1,19 @@ +setup.py for sphinxcontrib_github_alt by Marius Brehler <marbre@linux.sungazer.de>. + +Patch by Marius Brehler <marbrbre@linux.sungazer.de>. +--- /dev/null ++++ b/setup.py +@@ -0,0 +1,12 @@ ++from distutils.core import setup ++ ++setup(name='sphinxcontrib_github_alt', ++ version='1.0', ++ author='Jupyter Development Team', ++ author_email='jupyter@googlegroups.com', ++ url='https://github.com/jupyter/sphinxcontrib_github_alt', ++ packages=['sphinxcontrib_github_alt'], ++ classifiers=[ ++ 'License :: OSI Approved :: BSD License' ++ ] ++) +\ No newline at end of file |