diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:45:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:55:38 +0200 |
commit | d0ac9edbc76b57dfe3a4d6341f7a6b07c09cdcfd (patch) | |
tree | eb01d43332a8941ea5d7abf6ed11539d9d580e7e /dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.1-setup.py.patch | |
parent | dev-python/sphinx: Remove redundant versions (diff) | |
download | gentoo-d0ac9edbc76b57dfe3a4d6341f7a6b07c09cdcfd.tar.gz gentoo-d0ac9edbc76b57dfe3a4d6341f7a6b07c09cdcfd.tar.bz2 gentoo-d0ac9edbc76b57dfe3a4d6341f7a6b07c09cdcfd.zip |
dev-python/sphinxcontrib-github-alt: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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, 0 insertions, 19 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 deleted file mode 100644 index 37269d0373af..000000000000 --- a/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.1-setup.py.patch +++ /dev/null @@ -1,19 +0,0 @@ -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 |