summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make egg_info command write out setup requirementsbaserock/richardipsum/pipRichard Ipsum2014-11-172-0/+7
| | | | | | | | | | This commit makes the egg_info command write out setup requirements as well as install requirements, setup requirements are written to a setup_requires.txt file. The commit adds a new function write_setup_requirements which uses the existing _write_requirements function to write setup requirements out to a file and adds a new entry point to the egg_info.writers group.
* MergeJason R. Coombs2014-11-161-0/+12
|\
| * Mention in the README about possible problems with older wget versions ↵Konstantin Tretyakov2014-11-131-0/+12
| | | | | | | | refusing certificates.
* | Add link to project home page. Fixes #224.Jason R. Coombs2014-11-161-0/+3
|/
* Remove workaround for pytest issueJason R. Coombs2014-10-251-2/+0
|
* Build the egg_info before running testsJason R. Coombs2014-10-251-0/+1
|
* Remove Python 2.5 compatibility for sys.dont_write_bytecodeJason R. Coombs2014-10-252-6/+2
|
* Merged in victorlin/setuptools/bugfix-277 (pull request #105)Jason R. Coombs2014-10-251-1/+1
|\ | | | | | | Fix #277, data files in symbol link directory are not included issue
| * Fix #277, data files in symbol link directory are not included issueVictor Lin2014-10-231-1/+1
| |
* | tox.ini: Add {posargs} to py.test invocationMarc Abramowitz2014-10-111-1/+1
| | | | | | | | | | | | | | This allows you to specify args on the tox command line that get passed through to py.test -- e.g.: tox -e py27 -- -k testResolve --tb=short setuptools/tests
* | Adding 'bootstrap.py' for bootstrapping a development environment when ↵Jason R. Coombs2014-10-251-0/+51
| | | | | | | | setuptools metadata isn't already present. Fixes #278.
* | Removing stored egg-infoJason R. Coombs2014-10-253-72/+0
|/
* Correct typoJason R. Coombs2014-10-231-1/+1
|
* Bumped to 7.1 in preparation for next release.Jason R. Coombs2014-10-192-2/+2
|
* Added tag 7.0 for changeset df26609c2f61Jason R. Coombs2014-10-190-0/+0
|
* Bumped to 7.0 in preparation for next release.7.0Jason R. Coombs2014-10-192-2/+2
|
* Update changelog for more detail about the impact and possible user actions ↵Jason R. Coombs2014-10-191-9/+14
| | | | necessary.
* Defer importing of wintypes because it doesn't import nicely. See Python ↵Jason R. Coombs2014-10-191-1/+2
| | | | issue 16396.
* Decorate hide_file to only run on Windows.Jason R. Coombs2014-10-191-0/+8
|
* Declare argtypes and restype on SetFileAttributesW so that it will cast ↵Jason R. Coombs2014-10-192-6/+7
| | | | Python 2 bytestrings to Unicode automatically.
* Update docstring to be imperative and incorporate comment. Omit lessons ↵Jason R. Coombs2014-10-191-5/+5
| | | | about string literals.
* The name win32 is a misnomer. Use 'windows_support' instead.Jason R. Coombs2014-10-192-2/+2
|
* Merge Pull Request #97Jason R. Coombs2014-10-193-2/+50
|\
| * Cache eggs required for building in .eggs dirMarc Abramowitz2014-10-133-2/+50
|/ | | | | | | This makes it so that these eggs don't prevent `install_requires` from installing these packages. Fixes ticket #80; workaround for ticket #209
* Bumped to 6.2 in preparation for next release.Jason R. Coombs2014-10-112-2/+2
|
* Added tag 6.1 for changeset 7ea80190d494Jason R. Coombs2014-10-110-0/+0
|
* Bumped to 6.1 in preparation for next release.6.1Jason R. Coombs2014-10-112-2/+2
|
* Merge VersionConflict test failure. Fixes #270.Jason R. Coombs2014-10-111-1/+1
|\
| * Closing (merged)BB-270_fix_VersionConflict_test_failure_2Jason R. Coombs2014-10-110-0/+0
| |
| * Fix VersionConflict test failureMarc Abramowitz2014-10-111-1/+1
|/ | | | | | Fixes `TypeError: 'NoneType' object is not iterable` error at pkg_resources.py:632 Fixes issue #270
* Add a couple of comments to help me understand.Jason R. Coombs2014-10-111-0/+5
|
* Update commentJason R. Coombs2014-10-111-2/+3
|
* Extract variablesJason R. Coombs2014-10-111-3/+3
|
* Remove TODO comment, now doneJason R. Coombs2014-10-111-1/+0
|
* Update changelogJason R. Coombs2014-10-111-0/+7
|
* Merge pull request #89.Jason R. Coombs2014-10-111-1/+1
|\
| * Update style in example for PEP-8 as suggested in PR #86.Jason R. Coombs2014-10-111-1/+1
| |
* | Make VersionConflict report who is requiring packageMarc Abramowitz2014-10-101-2/+10
|/ | | | fixes issue 268
* Remove broken link. Content that was at telecommunity.com was not generated ↵Jason R. Coombs2014-10-091-2/+0
| | | | from the source, so can't be maintained with setuptools any longer. Fixes #167.
* Reindent clause. Prefer leading comment to inline.Jason R. Coombs2014-09-291-3/+5
|
* Extract variable to be in proximity of its commentJason R. Coombs2014-09-291-2/+4
|
* Correct typoJason R. Coombs2014-09-291-1/+1
|
* Remove Python 2.5 compatibility methods for zipfilesJason R. Coombs2014-09-291-52/+1
|
* Trim excess whitespaceJason R. Coombs2014-09-291-2/+2
|
* Bumped to 6.0.3 in preparation for next release.Jason R. Coombs2014-09-292-2/+2
|
* Added tag 6.0.2 for changeset 01271e84e512Jason R. Coombs2014-09-290-0/+0
|
* Update changelog. Fixes #262. Re-opens #118.6.0.2Jason R. Coombs2014-09-291-0/+7
|
* Added tag 6.0.2b1 for changeset 1ae2a75724bbJason R. Coombs2014-09-290-0/+0
|
* Backout 5692cd26a08e; Ref #262.6.0.2b1Jason R. Coombs2014-09-291-1/+1
|
* Move doctest directive and ignores to setup.cfgJason R. Coombs2014-09-272-3/+2
|