summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/sources/pip.py
Commit message (Expand)AuthorAgeFilesLines
* pip.py: Remove the 'pip' source plugin, it's in bst-plugins-experimentalbschubert/remove-pip-sourceBenjamin Schubert2020-05-121-263/+0
* plugin.py/pluginfactory.py: Implementing BST_MIN_VERSIONTristan Van Berkom2020-04-291-0/+2
* Remove documentation references to format_versionTristan Van Berkom2020-04-251-4/+0
* pip source plugin: Add support for python 3.8tristan/pip-source-3.8Tristan Van Berkom2020-04-201-0/+1
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-161-8/+1
* source.py: Remove the reliance on consistency to get whether a source is cachedBenjamin Schubert2020-01-161-0/+3
* Reformat code using BlackChandan Singh2019-11-141-46/+60
* src/buildstream: Fix pylint warning 'arguments-differ'Chandan Singh2019-11-131-2/+2
* node: Add 'get_str_list' on 'MappingNode'Benjamin Schubert2019-07-171-2/+2
* _yaml: Remove 'node_validate' and replace by 'MappingNode.validate_keys'Benjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-07-151-3/+3
* element: Remove `node_get_member` and all references to itBenjamin Schubert2019-07-151-1/+1
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-2/+2
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+254