mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
bfbb11099d
* new file: projects/setuptools.pypa.io/package.yml * rename
20 lines
408 B
YAML
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}}
|