summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* scheduler.py: Use threads instead of processes for jobsBenjamin Schubert2020-12-041-0/+1
* setup.py: Ensure we have a version numberchandan/setup-py-version-warnChandan Singh2020-11-241-2/+15
* NEWS/setup.py: Advertise our support for Python 3.9Chandan Singh2020-11-041-0/+1
* _loader: Use only one Dependency() classTristan van Berkom2020-08-101-2/+1
* Publish our type annotationschandan/publish-typesChandan Singh2020-08-041-1/+8
* All: Update all references to the mailing list.Tristan van Berkom2020-07-031-2/+2
* setup.py: Also run blackbschubert/pylint-setup-pyBenjamin Schubert2020-05-071-114/+109
* setup.py: Also run pylint on this fileBenjamin Schubert2020-05-071-4/+2
* setup.py: Require Python >= 3.6Jürg Billeter2020-04-021-3/+3
* setup.py: Remove check for bubblewrapchandan/no-warn-bwrapChandan Singh2020-01-071-51/+0
* Drop support for `setup.py test`Chandan Singh2019-12-231-44/+0
* types: Add a 'FastEnum' implementation and replace Enum by itBenjamin Schubert2019-07-291-0/+1
* loadelement: Move loadelement to CythonBenjamin Schubert2019-07-261-0/+1
* utils: Extract 'url_directory_name' to a cython moduleBenjamin Schubert2019-07-171-0/+1
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-151-3/+4
* Refactor of Platform and SandboxWilliam Salmon2019-07-121-1/+5
* _loader/types: cimport yaml functions for better speedBenjamin Schubert2019-06-061-1/+1
* _loader/types: move to a cython packageBenjamin Schubert2019-06-061-0/+1
* _loader/loader: cythonize valid_chars_nameBenjamin Schubert2019-06-051-0/+1
* setup.py: Be more restrictive with BST_CYTHON_TRACE valuesbschubert/fix-cython-traceBenjamin Schubert2019-06-031-1/+6
* Setup.py: Disable linetrace by default and only enable when using coverageBenjamin Schubert2019-05-311-4/+5
* _variable: Import _yaml from C.Benjamin Schubert2019-05-291-1/+1
* _yaml: Cythonize and internalize NodeBenjamin Schubert2019-05-291-0/+1
* _variables: Cythonize _internal_expandBenjamin Schubert2019-05-291-0/+1
* Introduce Cython to the project and documentBenjamin Schubert2019-05-291-1/+101
* Introduce pyproject.tomlBenjamin Schubert2019-05-291-2/+4
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-4/+5
* setup.py: Include buildstream.testing datafiles in package_dataPhil Dawson2019-04-231-2/+17
* Make templated source tests available in buildstream.plugintestutilsPhil Dawson2019-04-121-0/+1
* setup.py: Do not error out when man directory is empty/missingchandan/toxic-manChandan Singh2019-01-251-2/+6
* setup.py, CONTRIBUTING.rst: Recommend using tox to generate man pagesChandan Singh2019-01-251-3/+2
* setup.py: Import server main from _cas/casserver.pyJames Ennis2019-01-161-1/+1
* Rename "tools" directory to "requirements"Chandan Singh2019-01-041-2/+2
* Move all requirements files into "tools" directoryChandan Singh2019-01-031-2/+2
* Add requirements files for install, test and plugin dependenciesChandan Singh2019-01-021-18/+5
* Introduce new "source" command groupChandan Singh2018-12-141-1/+1
* setup.py: require ruamel.yaml >= 0.15.41 < 0.15.52valentindavid/ruamel_0_15_41Valentin David2018-11-281-1/+8
* Remove dependency on pytest-runnerBenjamin Schubert2018-11-011-1/+40
* setup.py: use correct link for documentation websiteTiago Gomes2018-10-171-1/+1
* setup.py: Change bwrap assertion to a warningDaniel Silverstone2018-10-041-9/+11
* setup.py: Make website the primary homepageChandan Singh2018-09-211-1/+2
* _frontend/status.py: Completely remove the blessings dependency from BuildStreamTristan Van Berkom2018-09-191-1/+0
* setup.py: Add more metadata useful for PyPIChandan Singh2018-08-291-1/+25
* deps: Specify the minimum version required for blessingstristan/blessingsMathieu Bridon2018-08-231-1/+1
* setup.py: Add fields required for publishing on PyPichandan/pypi-prepChandan Singh2018-08-221-0/+12
* Set version of ruaml.yaml to strictly less than 0.15.52.Valentin David2018-08-131-1/+1
* dev-requirements.txt: Remove obsolete commentsJavier Jardón2018-08-121-5/+3
* Move development reqirements to dev-requirements.txtChandan Singh2018-08-111-13/+11
* setup.py: Pin ruamel.yaml version to <= 0.15Jim MacArthur2018-08-091-1/+1
* Revert "Restrict version of pylint"Jürg Billeter2018-08-071-2/+1