summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* setup.py: Specify minimum required version of pytest-cov pluginTristan Van Berkom2018-07-201-1/+1
* Bump required python version to 3.5Tristan Maat2018-07-181-2/+2
* Remove OSTree artifact cacheJürg Billeter2018-07-171-43/+0
* _artifactcache: Add CAS artifact serverJürg Billeter2018-07-171-1/+2
* setup.py: Add grpcio dependency and support for code generationJürg Billeter2018-07-171-2/+59
* Restrict version of pylint138-aborting-bst-push-command-causes-stack-trace-2Daniel Playle2018-06-201-1/+2
* setup.py: Stop installing test cases.Tristan Van Berkom2018-04-261-1/+1
* Use versioneer instead of setuptools_scmTristan Van Berkom2018-04-261-12/+6
* setup.py: Assert Bubblewrap versionmilloni2018-04-201-4/+35
* pylint - disabled no-member, bad-exception-context and catching-non-exception...James Ennis2018-03-141-0/+4
* pylint - dealt with broad-except and bare-except warningsJames Ennis2018-03-141-1/+1
* Add pylint to setup.cfg and setup.pyJames Ennis2018-03-141-0/+1
* setup.py: Require jinja >= 2.10Javier Jardón2018-02-051-1/+1
* Get version number w/o pkg_resourcesGökçen Nurlu2018-01-311-1/+10
* Modify the generated CLI script by monkey patchingGökçen Nurlu2018-01-311-0/+37
* setup.py: Removing explicitly set version, we use setuptools_scm for this.Tristan Van Berkom2018-01-031-1/+0
* Remove unused importsGökçen Nurlu2017-12-071-2/+0
* setup.py: Pinning coverage at 4.4.0 instead of 4.2Tristan Van Berkom2017-11-251-1/+1
* setup.py: Add pytest-xdist dependencyJürg Billeter2017-11-221-0/+2
* setup.py: Pinning coverage down to version 4.2Tristan Van Berkom2017-11-211-1/+3
* setup.py: Added jinja2 dependencyTristan Van Berkom2017-10-081-1/+2
* setup.py: Use env var instead of --install-option for the receiver installTristan Van Berkom2017-10-011-27/+11
* setup.py: Added --artifact-receiver-only install optionTristan Van Berkom2017-09-291-37/+83
* setup.py: Make setup.py work on non-linuxcross_platformTristan Maat2017-09-281-25/+29
* Implement tarcacheTristan Maat2017-09-281-1/+1
* Fork and embed fusepySam Thursfield2017-09-271-2/+1
* Specify the minimum required version of pytestMathieu Bridon2017-09-201-1/+1
* setup.{cfg,py}: Bring back BST_TEST_SUITE env variableTristan Van Berkom2017-09-051-0/+1
* plugin.py: Removed special case for test casesTristan Van Berkom2017-09-031-1/+0