mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
+mpmath.org (#5192)
* new file: projects/mpmath.org/package.yml * python.org: ~3.11 * remove symlinking
This commit is contained in:
parent
77fdc32a2e
commit
241ded51c5
20
projects/mpmath.org/package.yml
Normal file
20
projects/mpmath.org/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
distributable:
|
||||||
|
url: https://mpmath.org/files/mpmath-{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
url: https://mpmath.org
|
||||||
|
match: /mpmath-\d+\.\d+\.\d+\.tar\.gz/
|
||||||
|
strip:
|
||||||
|
- /^mpmath-/
|
||||||
|
- /\.tar\.gz$/
|
||||||
|
|
||||||
|
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 mpmath; print(mpmath.__version__)' | grep {{version}}
|
Loading…
Reference in a new issue