From cf57359b0b076b6ebae96acf2144965e07012365 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Tue, 10 Jul 2007 15:51:58 -0700
Subject: [PATCH] remove simplejson.egg-info from the repo (and boringfile it),
 it should never have been in the original tarball

---
 .darcs-boringfile                             |  2 +-
 src/simplejson/simplejson.egg-info/PKG-INFO   | 29 ------------
 .../simplejson.egg-info/SOURCES.txt           | 46 -------------------
 .../simplejson.egg-info/dependency_links.txt  |  1 -
 .../simplejson.egg-info/entry_points.txt      |  3 --
 .../simplejson.egg-info/top_level.txt         |  1 -
 src/simplejson/simplejson.egg-info/zip-safe   |  1 -
 7 files changed, 1 insertion(+), 82 deletions(-)
 delete mode 100644 src/simplejson/simplejson.egg-info/PKG-INFO
 delete mode 100644 src/simplejson/simplejson.egg-info/SOURCES.txt
 delete mode 100644 src/simplejson/simplejson.egg-info/dependency_links.txt
 delete mode 100644 src/simplejson/simplejson.egg-info/entry_points.txt
 delete mode 100644 src/simplejson/simplejson.egg-info/top_level.txt
 delete mode 100644 src/simplejson/simplejson.egg-info/zip-safe

diff --git a/.darcs-boringfile b/.darcs-boringfile
index 3d5919c5..117433a4 100644
--- a/.darcs-boringfile
+++ b/.darcs-boringfile
@@ -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
index c202c5fa..00000000
--- a/src/simplejson/simplejson.egg-info/PKG-INFO
+++ /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
index 7e0139f0..00000000
--- a/src/simplejson/simplejson.egg-info/SOURCES.txt
+++ /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
index 8b137891..00000000
--- a/src/simplejson/simplejson.egg-info/dependency_links.txt
+++ /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
index e08f296b..00000000
--- a/src/simplejson/simplejson.egg-info/entry_points.txt
+++ /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
index 322630ee..00000000
--- a/src/simplejson/simplejson.egg-info/top_level.txt
+++ /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
index 8b137891..00000000
--- a/src/simplejson/simplejson.egg-info/zip-safe
+++ /dev/null
@@ -1 +0,0 @@
-
-- 
2.45.2