mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 20:45:09 +03:00
18 lines
438 B
YAML
18 lines
438 B
YAML
|
distributable:
|
||
|
url: git+https://github.com/giampaolo/psutil.git
|
||
|
ref: ${{version.tag}}
|
||
|
|
||
|
versions:
|
||
|
github: giampaolo/psutil/tags
|
||
|
strip: /^release-/
|
||
|
|
||
|
dependencies:
|
||
|
python.org: ~3.11
|
||
|
|
||
|
runtime:
|
||
|
env:
|
||
|
PYTHONPATH: ${{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH
|
||
|
|
||
|
build: python -m pip install --prefix={{prefix}} .
|
||
|
test: python -c 'import psutil; print(psutil.__version__)' | grep {{version}}
|