summaryrefslogtreecommitdiff
path: root/distutils2
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | Don't check twice the same thing (restructured text compatibility).Alexis Metaireau2011-02-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a note in DEVNOTES to be sure all tests are really runned (and not skipped cause of docutils)
* | | | | | | | | | | Remove the call to generate_distutils_setup_py from utils.Alexis Metaireau2011-02-011-2/+0
| | | | | | | | | | |
* | | | | | | | | | | merge changes from central repoGodefroid Chapelle2011-02-014-13/+113
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pep8 formatGodefroid Chapelle2011-01-301-6/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of /Users/gotcha/co/distutils2/gitGodefroid Chapelle2011-01-302-2/+41
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | metadata warnings were not shown to the userGodefroid Chapelle2011-01-302-2/+41
| | | | | | | | | | | | |
| * | | | | | | | | | | | merge changes by sprintGodefroid Chapelle2011-01-2926-680/+2231
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | metadata.check checks for missing authorGodefroid Chapelle2011-01-293-7/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add tests accordingly
* | | | | | | | | | | | | mergeAlexis Metaireau2011-02-011-10/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Removing useless print message in the distutils->d2 setup.py script.Julien Miotte2011-01-311-1/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Refactoring the way we write the distutils setup.py.Julien Miotte2011-01-311-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the : handle = open() try: ... finally: handle.close() as advised by Eric Araujo. Also, instead of several calling to handle.write(), use a multi-line string.
* | | | | | | | | | | | | | Parsing extension sections with interpret in setup.cfgAndre Espaze2011-01-302-2/+24
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fixing typo: Removing debugging lineAndre Espaze2011-01-301-1/+0
| |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | make sure the dir exists in that caseTarek Ziade2011-01-301-1/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | mergedTarek Ziade2011-01-303-16/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | hooked the remove code - tests w/ data tree coming upTarek Ziade2011-01-303-16/+81
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Moving from spawn to subprocess.call for posixAndre Espaze2011-01-302-57/+14
|/ / / / / / / / / / / /
* | | | | | | | | | | | fix mkcfg for python 2.4 (provides/obsoletes/requires)Tarek Ziade2011-01-301-5/+7
| | | | | | | | | | | |
* | | | | | | | | | | | reintroduced any (used by python2.4)Tarek Ziade2011-01-301-1/+7
| | | | | | | | | | | |
* | | | | | | | | | | | removing paf fileTarek Ziade2011-01-301-0/+1
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | mergedTarek Ziade2011-01-305-27/+67
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | added a test for the unpack APITarek Ziade2011-01-304-3/+36
| | | | | | | | | | |
| * | | | | | | | | | fixed bad mergeTarek Ziade2011-01-301-1/+6
| | | | | | | | | | |
| * | | | | | | | | | cleanupTarek Ziade2011-01-301-23/+25
| | | | | | | | | | |
* | | | | | | | | | | merge with upstreamAlexis Metaireau2011-01-301-23/+0
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ branch mergeAlexis Metaireau2011-01-301-23/+0
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | remove useless functions in test_installAlexis Metaireau2011-01-301-23/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fixing mkcfg conversion if no data_files in setup.pyAndre Espaze2011-01-301-17/+19
|/ / / / / / / / / / / /
* | | | | | | | | | | | merge with Andr?Alexis Metaireau2011-01-305-19/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Parsing compiler arguments with shlex.splitAndre Espaze2011-01-302-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Julien Jehannet for the tip.
| * | | | | | | | | | | Fixing tests on provides_distribution (the two beers bug)Andre Espaze2011-01-303-10/+12
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When testing provides_distribution, a package should not provide itself. As a consequence, the corresponding code on EggInfoDistrbution has been removed (even if it should have been done in commit 11adbbb89d73). Thanks for the beers :-)
* | | | | | | | | | | cleaned up the install moduleTarek Ziade2011-01-302-49/+58
|/ / / / / / / / / /
* | | | | | | | | | added some cleanup after the tests to make sure that we don't leak temp filesYannick Gingras2011-01-291-0/+6
| | | | | | | | | |
* | | | | | | | | | removed the installation to an empty path from the API and fixed a leaking ↵Yannick Gingras2011-01-292-28/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tempdir in the process
* | | | | | | | | | Automated merge with ssh://bitbucket.org/tarek/distutils2Yannick Gingras2011-01-291-3/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | fixed another leaking tempdirYannick Gingras2011-01-291-0/+6
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | corrected a leaked temp dir problemYannick Gingras2011-01-291-3/+3
| | | | | | | | |
* | | | | | | | | make a private function private :)Alexis Metaireau2011-01-291-14/+15
| | | | | | | | |
* | | | | | | | | merge with Andr?Alexis Metaireau2011-01-2915-244/+1695
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | mergeAlexis Metaireau2011-01-292-58/+320
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | merge with AlainAlexis Metaireau2011-01-2931-722/+2262
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Improve mkcfg script to recycle deprecated setup.pyAlain Leufroy2011-01-292-58/+320
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - recycle setup.py (if found) to generate a setup.cfg Implements the distutils2.mkcfg.MainProgram.load_existing_setup_script(...) method that recycle the setup.py to generate a setup.cfg. Convert PEP314 -> PEP345 - complete PEP345 support when writing the new setup.cfg Note: The wizard has not been improved.
| * | | | | | | raise if the distribution is not found. also disable cache for testingGael Pasgrimaud2011-01-292-1/+10
| | | | | | | |
| * | | | | | | merge to latestGael Pasgrimaud2011-01-2918-336/+1599
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Branch merge?ric Araujo2011-01-298-171/+1222
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Branch merge?ric Araujo2011-01-298-160/+1280
| | | |\ \ \ \ \ \
| | | | * | | | | | Fix one bug and one warning found by pyflakes. Will backport to stdlib.?ric Araujo2010-11-012-1/+2
| | | | | | | | | |
| | | | * | | | | | Synchronize shutil with latest py3k version (with tests).?ric Araujo2010-11-012-64/+1190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code has been adapted to be compatible with 2.4 and the tests have been copied from the standard library. Some tests are skipped because the code does not use the with statement.
| | | | * | | | | | Touch up some comments, fix pyflakes and pep8 warnings?ric Araujo2010-10-312-27/+28
| | | | | | | | | |
| | | | * | | | | | Remove unneeded function?ric Araujo2010-10-311-7/+1
| | | | | | | | | |