aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to 16.0 in preparation for next release.16.0Jason R. Coombs2015-05-181-1/+1
|
* Use new string formattingJason R. Coombs2015-05-031-7/+8
|
* Render the error message as a single line without a period (for consistency ↵Jason R. Coombs2015-05-031-5/+3
| | | | with other usage).
* Let the exception render itself.Jason R. Coombs2015-05-031-2/+2
|
* Nicer error when problem in install_requiresMarc Abramowitz2015-05-011-2/+6
| | | | | | | | | | | | | | | | Instead of: $ python setup.py egg_info error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers We now have the more helpful: $ python setup.py egg_info error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers. Error: Expected version spec in smsdk.authsvc>=0.0.8,2.0 at 2.0 It took me longer than it should to find the problem with the old error message. The new error message would've helped greatly.
* Merged in agronholm/setuptools (pull request #128)Jason R. Coombs2015-04-261-1/+1
|\ | | | | | | Check for Jython using sys.platform, not os.name
| * Check for Jython using sys.platform, not os.nameAlex Grönholm2015-04-211-1/+1
| |
* | Bumped to 15.3 in preparation for next release.Jason R. Coombs2015-04-261-1/+1
|/
* Bumped to 15.2 in preparation for next release.Jason R. Coombs2015-04-151-1/+1
|
* Fix TypeError for pytest.skip()Thomas Bechtold2015-04-051-1/+1
| | | | | | | | | | pytests skip() method doesn't have a 'reason' parameter. This fixes: TypeError: skip() got an unexpected keyword argument 'reason' --HG-- branch : fix-type-error-skip-reason
* MergeJason R. Coombs2015-04-032-5/+5
|\
| * Fix setuptools.sandbox._execfile() with Python 3.1.Arfrever Frehtes Taifersar Arahesis2015-03-301-4/+4
| | | | | | | | It fixes failure of setuptools.tests.test_sandbox.TestSandbox.test_setup_py_with_CRLF() with Python 3.1.
| * Fix some typos.Arfrever Frehtes Taifersar Arahesis2015-03-301-1/+1
| |
* | Bumped to 15.1 in preparation for next release.Jason R. Coombs2015-04-031-1/+1
|/
* Bumped to 15.0 in preparation for next release.15.0b1Jason R. Coombs2015-03-281-1/+1
|
* Merged in msabramo/setuptools/DistributionNotFound_list_requirers (pull ↵Jason R. Coombs2015-03-281-3/+1
|\ | | | | | | | | | | request #126) DistributionNotFound: Show requirers
| * DistributionNotFound: Move message template to classMarc Abramowitz2015-03-241-3/+1
| | | | | | | | | | --HG-- branch : DistributionNotFound_list_requirers
* | Bumped to 14.3.2 in preparation for next release.Jason R. Coombs2015-03-201-1/+1
| |
* | Bumped to 14.3.1 in preparation for next release.14.3.1Jason R. Coombs2015-03-201-1/+1
| |
* | MergeJason R. Coombs2015-03-201-1/+1
|\ \
| * | Correct regex usageJason R. Coombs2015-03-201-1/+1
| | |
* | | Flat is better than nested.Jason R. Coombs2015-03-201-5/+3
| | |
* | | Remove unused variableJason R. Coombs2015-03-201-1/+1
|/ /
* | Match Python 3 for bdist_dumb.Jason R. Coombs2015-03-201-2/+3
| |
* | Replace deprecated usage with preferred usage. Fixes #364.Jason R. Coombs2015-03-191-1/+2
|/
* Bumped to 14.4 in preparation for next release.Jason R. Coombs2015-03-151-1/+1
|
* Bumped to 14.3 in preparation for next release.Jason R. Coombs2015-03-151-1/+1
|
* Bumped to 14.2 in preparation for next release.14.2Jason R. Coombs2015-03-151-1/+1
|
* Bumped to 14.1.2 in preparation for next release.Jason R. Coombs2015-03-141-1/+1
|
* Bumped to 14.1.1 in preparation for next release.14.1.1Jason R. Coombs2015-03-141-1/+1
|
* Bypass the checking of site-packages when asserting not user install in ↵Jason R. Coombs2015-03-141-0/+10
| | | | site-packages. Fixes #360.
* Remove regression test for Distribute issue #318. The continuing relevance ↵Jason R. Coombs2015-03-141-20/+0
| | | | of this test is questionnaible, given that user installs of setuptools no longer imply user installs of other packages. Ref #360.
* Bumped to 14.2 in preparation for next release.Jason R. Coombs2015-03-141-1/+1
|
* Use 'path' to describe a file or directory.Jason R. Coombs2015-03-061-5/+5
|
* More concisely describe the removal.Jason R. Coombs2015-03-061-4/+2
|
* Extract variable for is_treeJason R. Coombs2015-03-061-2/+2
|
* Short circuit on dry runJason R. Coombs2015-03-061-6/+8
|
* Remove excess indentJason R. Coombs2015-03-061-7/+7
|
* Extract method for filename deletion.Jason R. Coombs2015-03-061-1/+3
|
* Filter blockers in the iterableJason R. Coombs2015-03-061-2/+5
|
* Extract variable for error message.Jason R. Coombs2015-03-061-2/+2
|
* Use short circuit instead of nesting functionality.Jason R. Coombs2015-03-061-8/+10
|
* Extract method for fixing install dirJason R. Coombs2015-03-061-9/+14
|
* Calculate scheme name directly.Jason R. Coombs2015-03-061-4/+2
|
* Remove comment that references a setup command, but even at the time it was ↵Jason R. Coombs2015-03-061-1/+0
| | | | committed, it's not duplicate code from anything in setuptools, and I'm unaware of what a setup command is.
* Use filter(None) for brevityJason R. Coombs2015-03-061-1/+1
|
* Bumped to 14.1 in preparation for next release.Jason R. Coombs2015-03-061-1/+1
|
* Bumped to 14.0 in preparation for next release.14.0Jason R. Coombs2015-03-061-1/+1
|
* Remove unnecessary blockJason R. Coombs2015-03-061-14/+11
|
* Extract sys.path and os.environ patching into install_target fixtureJason R. Coombs2015-03-061-10/+7
|