Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Extract _check_extra function | Jason R. Coombs | 2017-07-13 | 1 | -7/+11 | |
| | ||||||
* | fix handling of environment markers in `install_requires` | Benoit Pierre | 2017-07-13 | 1 | -1/+33 | |
| | ||||||
* | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 1 | -1/+6 | |
|\ | ||||||
| * | Fixes #999: support python_requires, py_modules in configuration files | Marcel Bargull | 2017-04-07 | 1 | -1/+3 | |
| | | ||||||
| * | fixed incomplete import of packaging.specifiers and packaging.version | Jim Fulton | 2017-03-24 | 1 | -1/+2 | |
| | | | | | | | | This fixes: #997 | |||||
* | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -3/+3 | |
|/ | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | |||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -3/+3 | |
| | ||||||
* | Backport config file parsing behavior from Python 3.7. Ref #889. | Jason R. Coombs | 2016-12-14 | 1 | -1/+2 | |
| | ||||||
* | Added API functions. | idle sign | 2016-12-05 | 1 | -3/+2 | |
| | ||||||
* | Metadata and options are now could be set in setup.cfg (see #394). | idle sign | 2016-11-26 | 1 | -0/+11 | |
| | ||||||
* | Use a meaningful variable name | Jason R. Coombs | 2016-10-19 | 1 | -3/+4 | |
| | ||||||
* | Reindent | Jason R. Coombs | 2016-10-19 | 1 | -4/+4 | |
| | ||||||
* | Use rpartition for simplicity | Jason R. Coombs | 2016-10-19 | 1 | -3/+2 | |
| | ||||||
* | Fix spacing after comment hash. | stepshal | 2016-10-19 | 1 | -2/+2 | |
| | ||||||
* | In test command, add installed eggs to PYTHONPATH when invoking tests so ↵ | Jason R. Coombs | 2016-09-17 | 1 | -0/+1 | |
| | | | | that subprocesses will also have the dependencies available. Fixes #794. | |||||
* | Add Deprecation warning for _get_unpatched. | Jason R. Coombs | 2016-09-09 | 1 | -0/+5 | |
| | ||||||
* | Remove unused import | Jason R. Coombs | 2016-09-09 | 1 | -1/+0 | |
| | ||||||
* | Move (much of?) the rest of the monkey patching into the monkey module | Jason R. Coombs | 2016-09-04 | 1 | -78/+51 | |
| | ||||||
* | Remove private prefix from monkey as monkey module explicitly declares that ↵ | Jason R. Coombs | 2016-09-04 | 1 | -2/+2 | |
| | | | | all functions are private. | |||||
* | Introduce a new monkey module to encapsulate the monkeypatching. | Jason R. Coombs | 2016-09-04 | 1 | -17/+2 | |
| | ||||||
* | Merge pull request #663 from stepshal/unaligned | Jason R. Coombs | 2016-07-21 | 1 | -3/+3 | |
|\ | | | | | Fix continuation line unaligned for hanging indent. | |||||
| * | Fix continuation line unaligned for hanging indent. | stepshal | 2016-07-22 | 1 | -3/+3 | |
| | | ||||||
* | | Remove unused variable | Jason R. Coombs | 2016-07-21 | 1 | -1/+0 | |
| | | ||||||
* | | Also update the Metadata-Version when adding Requires-Python | Xavier Fernandez | 2016-07-21 | 1 | -1/+37 | |
|/ | ||||||
* | Add missing blank lines after class or function definition. | stepshal | 2016-07-21 | 1 | -0/+6 | |
| | ||||||
* | Merge pull request #631 from xavfernandez/xfernandez/python_requires | Jason R. Coombs | 2016-07-20 | 1 | -0/+28 | |
|\ | | | | | Add python_requires keywords to setup | |||||
| * | Drop external_requires keyword | Xavier Fernandez | 2016-07-14 | 1 | -4/+0 | |
| | | ||||||
| * | Add python/external_requires keywords to setup | Xavier Fernandez | 2016-07-14 | 1 | -0/+32 | |
| | | | | | | | | | | This should allow setuptools to write the metadata Requires-Python and Requires-External from PEP345 to the PKGINFO file | |||||
* | | Put colon-separated compound statement on separate lines. | stepshal | 2016-07-21 | 1 | -3/+6 | |
| | | ||||||
* | | Fix missing whitespace around operator. | stepshal | 2016-07-14 | 1 | -24/+24 | |
|/ | ||||||
* | Add missing whitespace. | stepshal | 2016-07-14 | 1 | -68/+68 | |
| | ||||||
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -3/+10 | |
| | ||||||
* | Update most bitbucket references to point to Github now. Fixes #422. | Jason R. Coombs | 2016-03-29 | 1 | -2/+2 | |
| | ||||||
* | Always use Python 3 version of map | Jason R. Coombs | 2016-01-16 | 1 | -0/+1 | |
| | ||||||
* | Use the same technique in pkg_resources, relying on an 'extern' module to ↵ | Jason R. Coombs | 2015-12-31 | 1 | -2/+1 | |
| | | | | | | | resolve the conditional import. --HG-- branch : feature/issue-229 | |||||
* | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -6/+1 | |
| | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | |||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -1/+6 | |
| | | | | | --HG-- branch : feature/issue-229 | |||||
* | Merge with master. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -17/+25 | |
|\ | | | | | | | | | --HG-- branch : feature/issue-229 | |||||
| * | Merged in viraptor/setuptools (pull request #162) | Jason R. Coombs | 2015-12-25 | 1 | -2/+2 | |
| |\ | | | | | | | | | | Fix multiline strings with missing spaces | |||||
| | * | Fix multiline strings with missing spaces | Stanislaw Pitucha | 2015-12-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merged in nakatoio/setuptools/get_command_list (pull request #163) | Jason R. Coombs | 2015-12-25 | 1 | -0/+8 | |
| |\ \ | ||||||
| | * | | Add get_command_list to dist and process distutils.commands entry points | Sachi King | 2015-12-07 | 1 | -0/+8 | |
| | |/ | | | | | | | | | | | | | --HG-- branch : get_command_list | |||||
| * / | Prefer setdefault to hasattr/setattr | Jason R. Coombs | 2015-12-14 | 1 | -2/+1 | |
| |/ | ||||||
| * | Use new string formatting | Jason R. Coombs | 2015-05-03 | 1 | -7/+8 | |
| | | ||||||
| * | Render the error message as a single line without a period (for consistency ↵ | Jason R. Coombs | 2015-05-03 | 1 | -5/+3 | |
| | | | | | | | | with other usage). | |||||
| * | Let the exception render itself. | Jason R. Coombs | 2015-05-03 | 1 | -2/+2 | |
| | | ||||||
| * | Nicer error when problem in install_requires | Marc Abramowitz | 2015-05-01 | 1 | -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. | |||||
| * | soften normalized version warning | MinRK | 2015-02-05 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | indicate that normalization is happening, but don't be pushy about changing valid versions. --HG-- branch : no-normalize-warning | |||||
| * | remove warning on normalization | Min RK | 2015-01-20 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | It seems inappropriate to show a warning on schemes officially supported in PEP 440. --HG-- branch : no-normalize-warning | |||||
| * | Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed ↵11.3 | Jason R. Coombs | 2015-01-05 | 1 | -1/+1 | |
| | | | | | | | | EntryPoint._load. |