Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pygobject pygobject
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 303
    • Issues 303
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • pygobjectpygobject
  • Merge requests
  • !44

Add PEP518/pyproject.toml file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged James Tocknell requested to merge aragilar/pygobject:add-pyproject into master Mar 22, 2018
  • Overview 7
  • Commits 2
  • Pipelines 2
  • Changes 3

PEP 518 introduces a way of specifying that stuff should be installed before try to run the setup.py. Currently when installing pygobject via pip, pygobject fails to build unless pycairo is installed beforehand (it does eventually install via setup.py install, but this means a wheel isn't build). By adding pycario to the requirements for building, when pip 10 comes out soon, the build will work the first time (so a wheel is always built).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add-pyproject