Commit Graph

8 Commits

Author SHA1 Message Date
Jurko Gospodnetić 4bdec62b18 update ez_setup.py to version from setuptools 5.0.2
The previously used 4.0.1 setuptools version got revoked and 5.1 superseeds it.

Updated related README.rst project docs.
2014-06-15 17:21:22 +02:00
Jurko Gospodnetić 024ac2618d update ez_setup.py to version from setuptools 4.0.1
Merged ez_setup.py updates from the original setuptools project.

Updated related README.rst project docs.
2014-06-04 14:48:43 +02:00
Jurko Gospodnetić 0734c56b6b update ez_setup.py to version from setuptools 3.6
Updated related README.rst project docs.
2014-05-11 13:30:00 +02:00
Jurko Gospodnetić a1fdbf8f38 update ez_setup.py script to the latest available version (setuptools 3.4.4) 2014-04-26 10:24:40 +02:00
Jurko Gospodnetić ac23dfbbd7 use the latest compatible setuptools version for the current Python version
Now using setuptools 1.4.2 with Python 2.4 & 2.5, and using setuptools 3.3 with
later Python versions. This should help avoid installation issues in different
exotic use cases that were once not being handled by setuptools but have since
been corrected.
2014-03-23 18:39:23 +01:00
Jurko Gospodnetić e5cf6ba74b correct try:/except: blocks eating up internal Python exceptions
All such block replaced with blocks catching Exception subclasses only so they
no longer eat up internal Python exceptions like SystemExit or
KeyboardInterrupt.
2014-02-28 00:51:15 +01:00
Jurko Gospodnetić 371f050a18 update ez_setup.py script to the latest available version (setuptools 1.4) 2013-11-23 12:08:53 +01:00
Jurko Gospodnetić daaf7dfdc6 Updated setup to use setuptools 0.7.2 instead of the distribute package.
Suitable setuptools version now downloaded & installed from PyPI
automatically if one is not already detected in the environment.
2013-06-18 12:39:53 +02:00