mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+setuptools.pypa.io (#5526)
* new file: projects/setuptools.pypa.io/package.yml * rename
This commit is contained in:
parent
c3fa001dcd
commit
bfbb11099d
19
projects/pypa.io/setuptools/package.yml
Normal file
19
projects/pypa.io/setuptools/package.yml
Normal 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}}
|
Loading…
Reference in a new issue