summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-25 14:49:18 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-25 14:59:21 +0100
commit743352c32a30b07a33887b7dca8aa1dba058706a (patch)
treeee8fef4a7a5298655b735d6e1a7d1a9ab4f9c2e9 /dev-python/sphinxcontrib-github-alt/files
parentdev-python/sphinxcontrib-github-alt: Stabilize 1.1 ALLARCHES (diff)
downloadgentoo-743352c32a30b07a33887b7dca8aa1dba058706a.tar.gz
gentoo-743352c32a30b07a33887b7dca8aa1dba058706a.tar.bz2
gentoo-743352c32a30b07a33887b7dca8aa1dba058706a.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')
-rw-r--r--dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-setup.py.patch19
1 files changed, 0 insertions, 19 deletions
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
deleted file mode 100644
index 2bc518c2cafb..000000000000
--- a/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-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.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