Switch to python3

This commit is contained in:
j 2014-09-30 18:15:32 +02:00
commit 9ba4b6a91a
5286 changed files with 677347 additions and 576888 deletions

View file

@ -0,0 +1,31 @@
Metadata-Version: 1.1
Name: distribute
Version: 0.7.3
Summary: distribute legacy wrapper
Home-page: http://packages.python.org/distribute
Author: The fellowship of the packaging
Author-email: distutils-sig@python.org
License: PSF or ZPL
Description: Distribute - legacy package
This package is a simple compatibility layer that installs Setuptools 0.7+.
Keywords: CPAN PyPI distutils eggs package management
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities

View file

@ -0,0 +1,56 @@
MANIFEST.in
pkg_resources.py
setup.cfg
setup.py
distribute.egg-info/PKG-INFO
distribute.egg-info/SOURCES.txt
distribute.egg-info/dependency_links.txt
distribute.egg-info/requires.txt
distribute.egg-info/top_level.txt
distribute.egg-info/zip-safe
setuptools/__init__.py
setuptools/archive_util.py
setuptools/compat.py
setuptools/depends.py
setuptools/dist.py
setuptools/extension.py
setuptools/package_index.py
setuptools/py24compat.py
setuptools/py27compat.py
setuptools/sandbox.py
setuptools/script template (dev).py
setuptools/script template.py
setuptools/site-patch.py
setuptools/ssl_support.py
setuptools.egg-info/PKG-INFO
setuptools.egg-info/SOURCES.txt
setuptools.egg-info/dependency_links.txt
setuptools.egg-info/entry_points.txt
setuptools.egg-info/entry_points.txt.orig
setuptools.egg-info/requires.txt
setuptools.egg-info/requires.txt.orig
setuptools.egg-info/top_level.txt
setuptools.egg-info/zip-safe
setuptools/command/__init__.py
setuptools/command/alias.py
setuptools/command/bdist_egg.py
setuptools/command/bdist_rpm.py
setuptools/command/bdist_wininst.py
setuptools/command/build_ext.py
setuptools/command/build_py.py
setuptools/command/develop.py
setuptools/command/easy_install.py
setuptools/command/egg_info.py
setuptools/command/install.py
setuptools/command/install_egg_info.py
setuptools/command/install_lib.py
setuptools/command/install_scripts.py
setuptools/command/launcher manifest.xml
setuptools/command/register.py
setuptools/command/rotate.py
setuptools/command/saveopts.py
setuptools/command/sdist.py
setuptools/command/setopt.py
setuptools/command/test.py
setuptools/command/upload.py
setuptools/command/upload_docs.py

View file

@ -0,0 +1,7 @@
./
dependency_links.txt
PKG-INFO
SOURCES.txt
zip-safe
top_level.txt
requires.txt

View file

@ -0,0 +1 @@
setuptools>=0.7