mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+github.com/giampaolo/psutil (#5202)
* new file: projects/github.com/giampaolo/psutil/package.yml * ~3.11 & remove symlinking
This commit is contained in:
parent
9bb1f60f3f
commit
e74afb36a2
1 changed files with 17 additions and 0 deletions
17
projects/github.com/giampaolo/psutil/package.yml
Normal file
17
projects/github.com/giampaolo/psutil/package.yml
Normal 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}}
|
Loading…
Reference in a new issue