+setuptools.pypa.io (#5526)

* new file:   projects/setuptools.pypa.io/package.yml

* rename
This commit is contained in:
Andrew 2024-03-11 16:01:51 +02:00 committed by GitHub
parent c3fa001dcd
commit bfbb11099d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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