pantry/projects/mpmath.org/package.yml
Andrew 241ded51c5
+mpmath.org (#5192)
* new file:   projects/mpmath.org/package.yml

* python.org: ~3.11

* remove symlinking
2024-02-15 11:20:41 -05:00

21 lines
502 B
YAML

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}}