diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-05-04 16:45:12 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-05-04 18:58:03 -0400 |
commit | 9fb818b562d8528e17de0bb39e456d19e0950a8d (patch) | |
tree | ded9362f3bbcdb52caae16e248c35313a32ca936 /dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.1-setup.py.patch | |
parent | dev-python/jupyter_client: drop py2 (diff) | |
download | gentoo-9fb818b562d8528e17de0bb39e456d19e0950a8d.tar.gz gentoo-9fb818b562d8528e17de0bb39e456d19e0950a8d.tar.bz2 gentoo-9fb818b562d8528e17de0bb39e456d19e0950a8d.zip |
dev-python/sphinxcontrib-github-alt: bump to 1.1
Also, drop py2
Bug: https://bugs.gentoo.org/685040
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.1-setup.py.patch')
-rw-r--r-- | dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.1-setup.py.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.1-setup.py.patch b/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.1-setup.py.patch new file mode 100644 index 000000000000..37269d0373af --- /dev/null +++ b/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.1-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.1', ++ 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 |