Skip to content

Commit

Permalink
cairographics.org/pycairo (#2760)
Browse files Browse the repository at this point in the history
* cairographics.org/pycairo

* {{deps.python.org.version.marketing}}

* symlink

* python3 hardcoded
  • Loading branch information
and-ri authored Aug 8, 2023
1 parent 577ffe5 commit 47af95a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions projects/cairographics.org/pycairo/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
distributable:
url: https://github.com/pygobject/pycairo/releases/download/v{{version}}/pycairo-{{version}}.tar.gz
strip-components: 1
versions:
github: pygobject/pycairo
dependencies:
cairographics.org: '*'
runtime:
env:
PYTHONPATH: "{{prefix}}/lib/python3/site-packages:$PYTHONPATH"
build:
dependencies:
freedesktop.org/pkg-config: '*'
python.org: ^3.11
script:
- python3 setup.py install $ARGS
- mv {{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages/*/* {{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages/
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
working-directory: "{{prefix}}/lib"
env:
ARGS:
- --verbose
- --prefix={{prefix}}
test:
dependencies:
python.org: ^3.11
script:
- python3 -c "import cairo; print(cairo.version)" | grep {{version}}

0 comments on commit 47af95a

Please sign in to comment.