pantry/projects/pypa.io/setuptools/package.yml
Andrew bfbb11099d
+setuptools.pypa.io (#5526)
* new file:   projects/setuptools.pypa.io/package.yml

* rename
2024-03-11 10:01:51 -04:00

20 lines
408 B
YAML

distributable:
url: https://github.com/pypa/setuptools/archive/v{{version}}.tar.gz
strip-components: 1
versions:
github: pypa/setuptools
dependencies:
python.org: ~3.12
runtime:
env:
PYTHONPATH: ${{prefix}}/lib/python3.12/site-packages:$PYTHONPATH
build:
python -m pip install --prefix={{prefix}} .
test:
python -c 'import setuptools; print(setuptools.__version__)' | grep {{version}}