mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
e74afb36a2
* new file: projects/github.com/giampaolo/psutil/package.yml * ~3.11 & remove symlinking
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}}
|