aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Update versions in preparation for an 0.7b1 release0.7b1Jason R. Coombs2013-05-131-1/+1
|
* Merge with Distribute 0.6.39Jason R. Coombs2013-05-131-1/+1
|\ | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
* | Removed the bulk of the anti-setuptools logic in ez_setup.pyJason R. Coombs2013-03-031-305/+33
| | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 68b6b7a23e9150de6f2cc6ea37e1233ddbf79b22
* | Rename distribute_setup back to ez_setupJason R. Coombs2013-03-031-0/+546
|/ | | | | | | --HG-- branch : Setuptools-Distribute merge rename : distribute_setup.py => ez_setup.py extra : source : 6672af83b8acc0a4f88dd0e7a4df55591b878565
* using boostrap.py name for ez_setup.py because that is what it istarek2009-07-221-286/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : 2398b9d16b2cda1f2c20c6eff792f49fb59c8cbd
* hooked the patching code into setup.pytarek2009-07-221-1/+10
| | | | | | --HG-- branch : distribute extra : rebase_source : 8e77b3c98ea725103494ee55ec403dc967dbb3a6
* re-wrote the release.sh scripttarek2009-07-221-4/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : 4d70b693676a2e6e290e3cc097fde2cca9412d38
* re-launching when setuptools is faked, and also detecting it's a fake egg to ↵tarek2009-07-211-8/+31
| | | | | | | | avoid re-patching twice --HG-- branch : distribute extra : rebase_source : 460953d0172aac7d61e6ffd784fa9ef47ec94d9e
* populating md5 hashes and default url locationtarek2009-07-211-5/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : 998bc889ba6d41e4051df8cdc3c36e273b78118b
* simplified the installation process. Now faking setuptools eggs. This is ↵tarek2009-07-211-23/+38
| | | | | | | | making the whole switch simpler for people --HG-- branch : distribute extra : rebase_source : 6ca2a67f386ab8237b02fc1dda918e4e734e273c
* forcing a distribute reinstallation over an existing setuptools onetarek2009-07-211-0/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : a44844ab6dc54f82f172fcf55d01f78eab25beaf
* fixed typotarek2009-07-211-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : e1bab09caad12a809e484eb516bde5260f578628
* making ez_setup removing an existing setuptools distribution out of the waytarek2009-07-201-1/+29
| | | | | | --HG-- branch : distribute extra : rebase_source : a97ad8f22e698747b81a097215b8ebffdf7edae6
* cleaning a bit ez_setup.py while reading ittarek2009-07-201-47/+9
| | | | | | --HG-- branch : distribute extra : rebase_source : b6243971cad89290dc4e3856e9f3c98aa1949d6c
* Update and prepare the ez_setup.py to use distribute instead.Hanno Schlichting2009-07-181-47/+17
| | | | | | --HG-- branch : distribute extra : rebase_source : 77eca0d06e91cbf4d9ae569be863be35acc4cabb
* Signatures for 0.6c9PJ Eby2008-10-021-0/+4
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066750
* Update w/0.6c8 signaturesPJ Eby2008-09-241-0/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066607
* Backport fix for http://bugs.python.org/setuptools/issue47 from trunkPJ Eby2008-09-241-3/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066599
* Bump versionPJ Eby2008-02-151-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060848
* Allow ``ez_setup.use_setuptools()`` to upgrade existing setuptoolsPJ Eby2008-02-141-23/+58
| | | | | | | | | installations when called from a standalone ``setup.py``. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060813
* Bump version.PJ Eby2007-09-261-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058258
* 0.6c7 releasePJ Eby2007-09-041-0/+6
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057967
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-041-1/+1
| | | | | | | | | use the Python Package Index's new simpler (and faster!) REST API. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057965
* bump versionPJ Eby2007-05-311-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4055713
* Bump to 0.6c6. :(PJ Eby2007-01-091-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053326
* MD5's for 0.6c5PJ Eby2007-01-091-0/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053320
* Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixesPJ Eby2007-01-091-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053317
* MD5's for setuptools 0.6c4.PJ Eby2007-01-091-0/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053313
* Bump version #'s to 0.6c4PJ Eby2006-09-211-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051956
* 0.6c3 releasePJ Eby2006-09-201-0/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051938
* Bump revision to start work on 0.6c3PJ Eby2006-09-171-1/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051898
* Support setuptools .egg being in current directory when bootstrapping onPJ Eby2006-09-061-7/+7
| | | | | | | | | an offline machine. Output what version/location is conflicting when a newer version of setuptools is requested. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051778
* bump version number to 0.6c2.devPJ Eby2006-07-211-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050758
* 0.6c1 MD5 infoPJ Eby2006-07-211-0/+2
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050756
* Bump version #PJ Eby2006-07-111-1/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050590
* Bump version # to 0.6b4 - although it might really be 0.6c1PJ Eby2006-06-151-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046975
* 0.6b3 brown bag fix; update release script to remove revision tagsPJ Eby2006-06-091-2/+2
| | | | | | | | before uploading! --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046796
* 0.6b3 releasePJ Eby2006-06-091-5/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046793
* Fix mysterious errors during initial setuptools install, caused byPJ Eby2006-06-091-2/+2
| | | | | | | | | | ez_setup trying to run easy_install twice, due to a code fallthru after deleting the egg from which it's running. (merge from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046789
* Bump version to 0.6b3PJ Eby2006-06-071-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046724
* 0.6b2 MD5'sPJ Eby2006-06-011-0/+2
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046598
* Bump version for development of 0.6b2PJ Eby2006-05-231-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046137
* Updated for 0.6b1 release MD5 signaturesPJ Eby2006-05-121-26/+6
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045986
* Creating a branch for the "stable" 0.6 development line of setuptools,PJ Eby2006-04-141-1/+1
| | | | | | | | | so that it can continue forward to 0.6b1 and onward, while using the trunk for 0.7 development and Python 2.5 snapshots thereof. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045397
* Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1.PJ Eby2006-03-301-1/+1
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043434
* 0.6a11 releasePJ Eby2006-03-291-0/+6
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043432
* bump version #PJ Eby2006-02-211-1/+1
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042547
* 0.6a10 releasePJ Eby2006-02-141-2/+2
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042364
* Expanded download message so people know what file to get, if they'rePJ Eby2006-02-121-1/+7
| | | | | | | | | going to have to fetch it by hand due to restricted or nonexistent network access. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042341
* Bump version number to start the 0.6a10dev cycle.PJ Eby2006-01-051-1/+1
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041914