]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
remove simplejson.egg-info from the repo (and boringfile it), it should never have...
authorBrian Warner <warner@lothar.com>
Tue, 10 Jul 2007 22:51:58 +0000 (15:51 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 10 Jul 2007 22:51:58 +0000 (15:51 -0700)
.darcs-boringfile
src/simplejson/simplejson.egg-info/PKG-INFO [deleted file]
src/simplejson/simplejson.egg-info/SOURCES.txt [deleted file]
src/simplejson/simplejson.egg-info/dependency_links.txt [deleted file]
src/simplejson/simplejson.egg-info/entry_points.txt [deleted file]
src/simplejson/simplejson.egg-info/top_level.txt [deleted file]
src/simplejson/simplejson.egg-info/zip-safe [deleted file]

index 3d5919c54e5351fb8e61a4694bbb288a06d4555a..117433a40f62275ffc6c9e995ca3be7ca1875224 100644 (file)
@@ -63,7 +63,7 @@
 ^src/zfec/zfec.egg-info($|/)
 ^src/simplejson/build($|/)
 ^src/simplejson/dist($|/)
-^src/simplejson/simplejson\.egg-info/native_libs\.txt$
+^src/simplejson/simplejson\.egg-info($|/)
 
 # this file is maintained by the buildbot
 ^\.buildbot-sourcedata$
diff --git a/src/simplejson/simplejson.egg-info/PKG-INFO b/src/simplejson/simplejson.egg-info/PKG-INFO
deleted file mode 100644 (file)
index c202c5f..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-Metadata-Version: 1.0
-Name: simplejson
-Version: 1.7.1
-Summary: Simple, fast, extensible JSON encoder/decoder for Python
-Home-page: http://undefined.org/python/#simplejson
-Author: Bob Ippolito
-Author-email: bob@redivi.com
-License: MIT License
-Description: 
-        simplejson is a simple, fast, complete, correct and extensible
-        JSON <http://json.org> encoder and decoder for Python 2.3+.  It is
-        pure Python code with no dependencies, but includes an optional C
-        extension for a serious speed boost.
-        
-        simplejson was formerly known as simple_json, but changed its name to
-        comply with PEP 8 module naming guidelines.
-        
-        The encoder may be subclassed to provide serialization in any kind of
-        situation, without any special support by the objects to be serialized
-        (somewhat like pickle).
-        
-        The decoder can handle incoming JSON strings of any specified encoding
-        (UTF-8 by default).
-        
-Platform: any
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: MIT License
-Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff --git a/src/simplejson/simplejson.egg-info/SOURCES.txt b/src/simplejson/simplejson.egg-info/SOURCES.txt
deleted file mode 100644 (file)
index 7e0139f..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-LICENSE.txt
-setup.cfg
-setup.py
-docs/class-simplejson.JSONDecoder.html
-docs/class-simplejson.JSONEncoder.html
-docs/class_to_source.js
-docs/index.html
-docs/layout.css
-docs/module-index.html
-docs/module-simplejson-index.html
-docs/module-simplejson.html
-docs/pudge.css
-docs/rst.css
-docs/simplejson/__init__.py.html
-docs/simplejson/decoder.py.html
-docs/simplejson/encoder.py.html
-docs/simplejson/jsonfilter.py.html
-docs/simplejson/scanner.py.html
-ez_setup/README.txt
-ez_setup/__init__.py
-scripts/bench.sh
-scripts/make_docs.py
-scripts/prof.py
-simplejson/__init__.py
-simplejson/_speedups.c
-simplejson/decoder.py
-simplejson/encoder.py
-simplejson/jsonfilter.py
-simplejson/scanner.py
-simplejson.egg-info/PKG-INFO
-simplejson.egg-info/SOURCES.txt
-simplejson.egg-info/dependency_links.txt
-simplejson.egg-info/entry_points.txt
-simplejson.egg-info/top_level.txt
-simplejson.egg-info/zip-safe
-simplejson/tests/__init__.py
-simplejson/tests/test_attacks.py
-simplejson/tests/test_dump.py
-simplejson/tests/test_fail.py
-simplejson/tests/test_indent.py
-simplejson/tests/test_pass1.py
-simplejson/tests/test_pass2.py
-simplejson/tests/test_pass3.py
-simplejson/tests/test_recursion.py
-simplejson/tests/test_separators.py
-simplejson/tests/test_unicode.py
diff --git a/src/simplejson/simplejson.egg-info/dependency_links.txt b/src/simplejson/simplejson.egg-info/dependency_links.txt
deleted file mode 100644 (file)
index 8b13789..0000000
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/src/simplejson/simplejson.egg-info/entry_points.txt b/src/simplejson/simplejson.egg-info/entry_points.txt
deleted file mode 100644 (file)
index e08f296..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[paste.filter_app_factory]
-json = simplejson.jsonfilter:factory
-
diff --git a/src/simplejson/simplejson.egg-info/top_level.txt b/src/simplejson/simplejson.egg-info/top_level.txt
deleted file mode 100644 (file)
index 322630e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-simplejson
diff --git a/src/simplejson/simplejson.egg-info/zip-safe b/src/simplejson/simplejson.egg-info/zip-safe
deleted file mode 100644 (file)
index 8b13789..0000000
+++ /dev/null
@@ -1 +0,0 @@
-