mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
new file: projects/github.com/quodlibet/mutagen/package.yml
This commit is contained in:
parent
bbaf2cda4e
commit
f935873660
21
projects/github.com/quodlibet/mutagen/package.yml
Normal file
21
projects/github.com/quodlibet/mutagen/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
distributable:
|
||||
url: git+https://github.com/quodlibet/mutagen.git
|
||||
ref: ${{version.tag}}
|
||||
|
||||
versions:
|
||||
github: quodlibet/mutagen
|
||||
strip: /^release-/
|
||||
|
||||
dependencies:
|
||||
python.org: '>=3.11'
|
||||
|
||||
runtime:
|
||||
env:
|
||||
PYTHONPATH: $PYTHONPATH:{{prefix}}/lib/python{{deps.python.org.version.major}}/site-packages
|
||||
|
||||
build:
|
||||
- python -m pip install --prefix={{prefix}} .
|
||||
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
||||
working-directory: ${{prefix}}/lib
|
||||
|
||||
test: python -c 'from mutagen.id3 import ID3, TIT2'
|
Loading…
Reference in a new issue