summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge default?ric Araujo2012-05-211-1/+1
|\
| * Add missing CHANGES entries and remove more 2.4 support code?ric Araujo2012-03-131-133/+2
| |
| * Use sys.version_info instead of sys.version.?ric Araujo2012-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The contents of this attribute are an implementation detail, as documented for #9442, so we should not parse it, to support non-CPython VMs in the future. Unfortunately, one use comes directly from PEP 345, so an edit will have to be agreed before fixing the code (see comment in d2.markers). Other remaining uses are found in d2.compiler and could be replaced by the platform module (which also parses sys.version, but then it wouldn?t be my fault :)
| * Kludge for hashlib?ric Araujo2011-11-251-2/+7
| |
* | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-138/+5
|/ | | | | | | | | | This codebase is compatible with 3.1, 3.2 and 3.3. It was converted with 2to3 and a semi-automated diff/merge with packaging in 3.3 to fix some idioms. We?ve now come full circle from 2.x to 3.x to 2.x to 3.x again :) Starting from now, contributors can make patches for packaging (preferred, as the stdlib?s regrtest is very useful), distutils2 or distutils-python3, and we?ll make patches flow between versions.
* Let ?python2.4 setup.py build? work (util imports hashlib)?ric Araujo2011-09-181-9/+13
|
* Use `setup.cfg` as the canonical source for installationJeremy Kloth2011-09-121-214/+169
|
* Fix setup.py to use the newly renamed distutils2.pypi, distutils2.create and ↵Alexis Metaireau2011-08-221-3/+3
| | | | put the pysetup script in scripts.
* Further work on Py3 support; try blocks for imports mainlyArc Riley2011-03-131-2/+3
|
* Branch merge to trunkArc Riley2011-03-131-6/+11
|\
| * try to use setuptoolsGael Pasgrimaud2011-01-281-1/+5
| |
| * Branch merge?ric Araujo2011-01-211-1/+1
| |\
| | * utf8 is in a encoding recognized by emacsGeorge Peristerakis2010-12-081-1/+1
| | |
| * | added pysetupTarek Ziade2010-12-101-2/+3
| |/
* | Porting setup.py for Python 3:Arc Riley2010-11-201-4/+24
|/ | | | | | * use either build_py or build_py_2to3 based on Python version for automatic 2to3 * replaced find_packages() with static package list since distutils2.utils can't be ported to Py3 before setup.py is run * replaced "if rev == ''" with "if not rev" to avoid bytes vs string issue on Py3
* Branch merge?ric Araujo2010-10-221-1/+0
|\
| * Remove last two svn markers. Also clean up command_template.?ric Araujo2010-10-051-1/+0
| |
* | Rename mkpkg by mkcfg in setup.py tooAlexis Metaireau2010-10-081-1/+1
|/
* Revert PEP 345 field names in setup script?ric Araujo2010-10-011-4/+4
|
* (tarek, holger) make distutils2 use plain/setuptools distutils so it can be ↵holger krekel2010-09-191-11/+5
| | | | installed in "old" environments.
* cleaned up setup.py and added a Makefile for the release1.0a2Tarek Ziade2010-09-191-1/+1
|
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+230