+github.com/giampaolo/psutil (#5202)

* new file:   projects/github.com/giampaolo/psutil/package.yml

* ~3.11 & remove symlinking
This commit is contained in:
Andrew 2024-02-15 18:27:38 +02:00 committed by GitHub
parent 9bb1f60f3f
commit e74afb36a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,17 @@
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}}