[Python-modules-commits] [sphinxcontrib-spelling] 04/07: Ignore egg-info

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Sep 18 19:52:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository sphinxcontrib-spelling.

commit 2cac55aa5646d2fd80fd377ec9feba9a17c144e8
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sun Sep 18 19:37:35 2016 +0200

    Ignore egg-info
---
 .gitignore                                         |  1 +
 sphinxcontrib_spelling.egg-info/PKG-INFO           | 58 ----------------------
 sphinxcontrib_spelling.egg-info/SOURCES.txt        | 39 ---------------
 .../dependency_links.txt                           |  1 -
 .../namespace_packages.txt                         |  1 -
 sphinxcontrib_spelling.egg-info/not-zip-safe       |  1 -
 sphinxcontrib_spelling.egg-info/pbr.json           |  1 -
 sphinxcontrib_spelling.egg-info/requires.txt       |  3 --
 sphinxcontrib_spelling.egg-info/top_level.txt      |  1 -
 9 files changed, 1 insertion(+), 105 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..11041c7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.egg-info
diff --git a/sphinxcontrib_spelling.egg-info/PKG-INFO b/sphinxcontrib_spelling.egg-info/PKG-INFO
deleted file mode 100644
index 1208714..0000000
--- a/sphinxcontrib_spelling.egg-info/PKG-INFO
+++ /dev/null
@@ -1,58 +0,0 @@
-Metadata-Version: 1.1
-Name: sphinxcontrib-spelling
-Version: 2.2.0
-Summary: Sphinx spelling extension
-Home-page: http://bitbucket.org/dhellmann/sphinxcontrib-spelling
-Author: Doug Hellmann
-Author-email: doug at doughellmann.com
-License: UNKNOWN
-Description: .. -*- mode: rst -*-
-        
-        =========================
-         sphinxcontrib-spelling
-        =========================
-        
-        This package contains sphinxcontrb.spelling, a spelling checker for
-        Sphinx-based documentation.  It uses PyEnchant_ to produce a report
-        showing misspelled words.
-        
-        Refer to the `main documentation page
-        <http://www.doughellmann.com/docs/sphinxcontrib.spelling/>`__ for
-        installation and setup details.
-        
-        License
-        =======
-        
-        Copyright Doug Hellmann, All Rights Reserved
-        
-        Permission to use, copy, modify, and distribute this software and its
-        documentation for any purpose and without fee is hereby granted,
-        provided that the above copyright notice appear in all copies and that
-        both that copyright notice and this permission notice appear in
-        supporting documentation, and that the name of Doug Hellmann not be used
-        in advertising or publicity pertaining to distribution of the software
-        without specific, written prior permission.
-        
-        DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-        INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
-        EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-        CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
-        USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-        OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-        PERFORMANCE OF THIS SOFTWARE.
-        
-        .. _PyEnchant: http://www.rfk.id.au/software/pyenchant/
-        
-        
-Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
-Classifier: Environment :: Console
-Classifier: Environment :: Web Environment
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: BSD License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Topic :: Documentation
-Classifier: Topic :: Utilities
diff --git a/sphinxcontrib_spelling.egg-info/SOURCES.txt b/sphinxcontrib_spelling.egg-info/SOURCES.txt
deleted file mode 100644
index d96bdad..0000000
--- a/sphinxcontrib_spelling.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-AUTHORS
-ChangeLog
-LICENSE
-MANIFEST.in
-Makefile
-README
-nosetest.cfg
-requirements.txt
-setup.cfg
-setup.py
-tox.ini
-docs/Makefile
-docs/source/conf.py
-docs/source/customize.rst
-docs/source/developers.rst
-docs/source/history.rst
-docs/source/index.rst
-docs/source/install.rst
-docs/source/run.rst
-docs/source/spelling_wordlist.txt
-sphinxcontrib/__init__.py
-sphinxcontrib/spelling/__init__.py
-sphinxcontrib/spelling/builder.py
-sphinxcontrib/spelling/checker.py
-sphinxcontrib/spelling/directive.py
-sphinxcontrib/spelling/filters.py
-sphinxcontrib/spelling/tests/__init__.py
-sphinxcontrib/spelling/tests/test_builder.py
-sphinxcontrib/spelling/tests/test_checker.py
-sphinxcontrib/spelling/tests/test_filter.py
-sphinxcontrib/spelling/tests/test_wordlist.txt
-sphinxcontrib_spelling.egg-info/PKG-INFO
-sphinxcontrib_spelling.egg-info/SOURCES.txt
-sphinxcontrib_spelling.egg-info/dependency_links.txt
-sphinxcontrib_spelling.egg-info/namespace_packages.txt
-sphinxcontrib_spelling.egg-info/not-zip-safe
-sphinxcontrib_spelling.egg-info/pbr.json
-sphinxcontrib_spelling.egg-info/requires.txt
-sphinxcontrib_spelling.egg-info/top_level.txt
\ No newline at end of file
diff --git a/sphinxcontrib_spelling.egg-info/dependency_links.txt b/sphinxcontrib_spelling.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/sphinxcontrib_spelling.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/sphinxcontrib_spelling.egg-info/namespace_packages.txt b/sphinxcontrib_spelling.egg-info/namespace_packages.txt
deleted file mode 100644
index aa75604..0000000
--- a/sphinxcontrib_spelling.egg-info/namespace_packages.txt
+++ /dev/null
@@ -1 +0,0 @@
-sphinxcontrib
diff --git a/sphinxcontrib_spelling.egg-info/not-zip-safe b/sphinxcontrib_spelling.egg-info/not-zip-safe
deleted file mode 100644
index 8b13789..0000000
--- a/sphinxcontrib_spelling.egg-info/not-zip-safe
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/sphinxcontrib_spelling.egg-info/pbr.json b/sphinxcontrib_spelling.egg-info/pbr.json
deleted file mode 100644
index 21a7b1d..0000000
--- a/sphinxcontrib_spelling.egg-info/pbr.json
+++ /dev/null
@@ -1 +0,0 @@
-{"git_version": "fc11b4d", "is_release": true}
\ No newline at end of file
diff --git a/sphinxcontrib_spelling.egg-info/requires.txt b/sphinxcontrib_spelling.egg-info/requires.txt
deleted file mode 100644
index 9b4e62c..0000000
--- a/sphinxcontrib_spelling.egg-info/requires.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-PyEnchant>=1.6.5
-Sphinx>=0.6
-six
diff --git a/sphinxcontrib_spelling.egg-info/top_level.txt b/sphinxcontrib_spelling.egg-info/top_level.txt
deleted file mode 100644
index aa75604..0000000
--- a/sphinxcontrib_spelling.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-sphinxcontrib

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinxcontrib-spelling.git



More information about the Python-modules-commits mailing list