summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/pip.py
Commit message (Expand)AuthorAgeFilesLines
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-4/+6
* sources/pip.py: Use move_atomic instead of manual os.renameBenjamin Schubert2018-11-191-7/+7
* plugins/sources/pip.py: also look for python version named "python"Benjamin Schubert2018-11-191-0/+1
* plugins/sources/pip.py: Accomodate characters '-','.','_' for packagesctolentino82018-11-021-4/+19
* sources: Don't redundantly document directory configurationChandan Singh2018-10-251-4/+3
* Add pip source pluginChandan Singh2018-08-151-0/+237