Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various improvements to setup.py #399

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft

Commits on May 3, 2019

  1. Move install dependencies to setup.py

    Use setup.py for Python dependency resolution and installing rather than
    specifying them individually in the .travis.yml file or in the
    requirements.txt file.
    
    See also https://caremad.io/posts/2013/07/setup-vs-requirement/
    
    Signed-off-by: Frederik “Freso” S. Olesen <[email protected]>
    Freso committed May 3, 2019
    Configuration menu
    Copy the full SHA
    00aeb6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04bfb4b View commit details
    Browse the repository at this point in the history
  3. setup.py: Add test and lint requirements

    Signed-off-by: Frederik “Freso” S. Olesen <[email protected]>
    Freso committed May 3, 2019
    Configuration menu
    Copy the full SHA
    2579ae3 View commit details
    Browse the repository at this point in the history
  4. CI: Install all dependencies for PyGObject

    Can otherwise cause issues with not being able to install PyGObject
    via pip/setuptools.
    
    List taken from https://gitlab.gnome.org/GNOME/pygobject/blob/master/setup.py#L135-143
    
    Signed-off-by: Frederik “Freso” S. Olesen <[email protected]>
    Freso committed May 3, 2019
    Configuration menu
    Copy the full SHA
    79b1cd8 View commit details
    Browse the repository at this point in the history
  5. CI: Install with pip instead of setup.py

    Signed-off-by: Frederik “Freso” S. Olesen <[email protected]>
    Freso committed May 3, 2019
    Configuration menu
    Copy the full SHA
    0b7711f View commit details
    Browse the repository at this point in the history