aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.egg-info
Commit message (Collapse)AuthorAgeFilesLines
* Updated egg_info with corrected metadataJason R. Coombs2013-07-133-53/+53
|
* Regenerated bundled egg-infoJason R. Coombs2013-07-133-54/+54
|
* Bumped to 0.10 in preparation for next release.Jason R. Coombs2013-07-133-41/+41
|
* Bumped to 0.9 in preparation for next release.Jason R. Coombs2013-07-052-39/+39
|
* Issue #32: Fixed TypeError in get_resource_stream on zipped eggs0.8b6Jason R. Coombs2013-07-032-52/+52
|
* Tidied up imports.Vinay Sajip2013-06-191-3/+3
| | | | | --HG-- branch : single-codebase
* Add back accidentally deleted import.Vinay Sajip2013-06-191-5/+5
| | | | | --HG-- branch : single-codebase
* More post-merge fixes.Vinay Sajip2013-06-191-6/+6
| | | | | --HG-- branch : single-codebase
* Post-merge fixes.Vinay Sajip2013-06-191-7/+4
| | | | | --HG-- branch : single-codebase
* Merged upstream changes.Vinay Sajip2013-06-191-0/+3
|\ | | | | | | | | --HG-- branch : single-codebase
| * Merge Python 3 native support from distributeJason R. Coombs2013-06-183-71/+71
| |\ | | | | | | | | | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
* | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-172-49/+49
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
* | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵Vinay Sajip2013-06-152-13/+13
|/ / | | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase
* | Use https in ez_setup (fixes #10)Jason R. Coombs2013-06-032-42/+42
| |
* | Bumped to 0.7.1 in preparation for next release.Jason R. Coombs2013-06-022-42/+42
| |
* | Bumped to 0.7b5 in preparation for next release.Jason R. Coombs2013-05-282-50/+50
| |
* | Re-generate egg_info0.7b3Jason R. Coombs2013-05-252-50/+50
| |
* | Fix use of getheaders on Python 3Jason R. Coombs2013-05-251-62/+62
| |
* | Update test to work with latest SSL-enabled URL opening technique.Jason R. Coombs2013-05-192-63/+62
| |
* | Setuptools 0.7 only supports Python 2.4+.Jason R. Coombs2013-05-132-8/+7
| | | | | | | | Moved external references for ctypes and Windows SSL builds to an authoritative location (with the project on bitbucket).
* | Re-ran egg_info on Python 2.7 (causes upload command to disappear)Jason R. Coombs2013-05-131-1/+0
| |
* | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-133-0/+22
|\ \ | | | | | | | | | | | | --HG-- rename : doc/formats.txt => docs/formats.txt
| * | Add support for fallback to 'certifi' module, if installed+active.pje2013-05-052-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | (grafted from 4a183cf275264653005072be25a644273463ba83) --HG-- branch : setuptools-0.6 extra : source : 4a183cf275264653005072be25a644273463ba83
| * | Make sure ssl is installable even from source checkoutpje2013-05-042-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | (grafted from 0ecea0fc56e1c862ef57dac038e00cbff4e171bc) --HG-- branch : setuptools-0.6 extra : source : 0ecea0fc56e1c862ef57dac038e00cbff4e171bc
| * | Backport experimental environment marker support from the trunkpje2013-05-041-1/+2
| | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6
| * | Release update, fix string.join in README warningPJ Eby2009-10-191-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075540
| * | Major updates and fixes include:PJ Eby2009-10-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix for the Python 2.6.3 build_ext API change * Support for the most recent Sourceforge download link insanity * Support for SVN 1.6 * Stop crashing on certain types of HTTP error * Stop re-trying URLs that already failed retrieval once * Fixes for various dependency management problems such as looping builds, re-downloading packages already present on sys.path (but not in a registered "site" directory), and randomly preferring local -f packages over local installed packages * Prevent lots of spurious "already imported from another path" warnings (e.g. when pkg_resources is imported late) * Ensure C libraries (as opposed to extensions) are also built when doing bdist_egg Other changes: * Misc. documentation fixes * Improved Jython support * Fewer warnings under Python 2.6+ * Warn when 'packages' uses paths instead of package names (because it causes other problems, like spurious "already imported" warnings) * Stop using /usr/bin/sw_vers on Mac OS (replaced w/'platform' module calls) Note: This is NOT a merge from Distribute; upon review, many of the tracker-submitted patches used as a basis for forking were incorrect, incomplete, introduced new bugs, or were not addressing the root causes. (E.g., one of the changes in this patch fixes three superficially unrelated issues in the setuptools bug tracker.) Careful review will be required if you want to merge this work back into Distribute. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075385
* | | Restore entry_points.txt in egg-info. This file must be present if one ↵Jason R. Coombs2013-03-191-0/+62
| |/ |/| | | | | | | | | | | | | desires to build or install setuptools on a system which doesn't already have some form of setuptools installed (such as a clean Python installation that has just cloned setuptools). This file could be omitted if we choose to only support installing via a setuptools-built sdist --HG-- branch : Setuptools-Distribute merge extra : source : a267228055f4402890b8143c6e9be5ea8074037e
* | not requiredTarek Ziadé2009-07-161-56/+0
|/ | | | | | --HG-- branch : distribute extra : rebase_source : e63a2e230ce7b6d5a4590241add7270b99f1a635
* Fix distutils.filelist.findall() crashing on broken symlinks. FixPJ Eby2007-07-111-36/+36
| | | | | | | | egg_info failures on new, uncommitted SVN directories. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4056277
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-221-1/+4
| | | | | | | | | | | to an .egg file to allow it to be run as a script on Unix-ish platforms. (This is mainly so that setuptools itself can have a single-file installer on Unix, without doing multiple downloads, dealing with firewalls, etc.) (Backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051969
* More Python 2.5 compatibility fixes.PJ Eby2006-09-201-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051937
* Fix ``register`` not obeying name/version set by ``egg_info`` command, ifPJ Eby2006-07-101-0/+1
| | | | | | | | | ``egg_info`` wasn't explicitly run first on the same command line. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050534
* Added ``test_loader`` keyword to support custom test loaders.PJ Eby2006-03-291-0/+1
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043430
* Added ``setuptools.file_finders`` entry point group to allow implementingPJ Eby2006-03-291-0/+3
| | | | | | | | revision control plugins. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043428
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-291-2/+4
| | | | | | | | draft of a patch. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043423
* Added ``easy_install-N.N`` script(s) for convenience when using multiplePJ Eby2006-03-201-0/+1
| | | | | | | | Python versions. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043177
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing youPJ Eby2005-12-151-0/+2
| | | | | | | | | to trim back files included via the ``package_data`` and ``include_package_data`` options. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041693
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-141-0/+1
| | | | | | | | | | | | | | | format. Running ``bdist_wininst`` on a setuptools-based package wraps the egg in an .exe that will safely install it as an egg (i.e., with metadata and entry-point wrapper scripts), and ``easy_install`` can turn the .exe back into an ``.egg`` file or directory and install it as such. At this point, it should also be possible to "system package" any egg, complete with wrapper scripts, and at least bdist_wininst works now. More testing is needed for at least bdist_dumb and bdist_rpm. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041692
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-141-0/+1
| | | | | | | | | | | ``install`` operations, that installs an ``.egg-info`` directory with the package. This is a preliminary step to implementing "install --single-version-externally-managed" for use with bdist_* commands and Debian. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041670
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesPJ Eby2005-11-191-1/+2
| | | | | | | | | requiring ``nose`` to run unit tests can make this dependency optional unless the ``test`` command is run. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041483
* Added the ``include_package_data`` keyword to ``setup()``, allowing you toPJ Eby2005-11-181-0/+1
| | | | | | | | | | | automatically include any package data listed in revision control or ``MANIFEST.in``. Now projects can manage their data files and source manifests without having to maintain two ways to express the same file list. Yay! --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041473
* 0.6a7 bugfix releasePJ Eby2005-11-021-0/+1
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041377
* 0.6a5 brown bag bug fix release.PJ Eby2005-09-291-1/+0
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041259
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andPJ Eby2005-09-241-0/+1
| | | | | | | | "normal" #! wrappers for GUI scripts on other platforms. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041254
* setuptools 0.6a2 releasePJ Eby2005-09-181-1/+0
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041247
* Added support to solve the infamous "we want .py on Windows, noPJ Eby2005-09-171-0/+4
| | | | | | | | | | | | | | extension elsewhere" problem, while also bypassing the need for PATHEXT on Windows, and in fact the need to even write script files at all, for any platform. Instead, you define "entry points" in your setup script, in this case the names of the scripts you want (without extensions) and the functions that should be imported and run to implement the scripts. Setuptools will then generate platform-appropriate script files at install time, including an .exe wrapper when installing on Windows. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041246
* Add detailed instructions for non-root installation using PYTHONHOME.PJ Eby2005-08-221-1/+0
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041221
* Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. IPJ Eby2005-08-211-0/+1
| | | | | | | | | | | | | | | was trying to have setuptools fix distutils' broken filename handling that assumes people haven't put punctuation in their distribution names, including '-' (which prevents unambiguous parsing of distribution names). However, bdist_rpm's attempt to guess a source distribution's filename isn't compatible with this fix, without making other changes. I decided therefore to drop the fixes for the sake of backward compatibility, but monkeypatch bdist_rpm so that it runs "egg_info" first, to ensure that any --tag-svn-revision or other tagging options take effect. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041215
* Allow distutils extensions to define new kinds of metadata that can bePJ Eby2005-08-061-0/+10
| | | | | | | | | | written to EGG-INFO. Extensible applications and frameworks can thus make it possible for plugin projects to supply setup() metadata that can then be used by the application or framework. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041183