mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
22 lines
No EOL
615 B
YAML
22 lines
No EOL
615 B
YAML
distributable:
|
|
url: git+https://github.com/pypa/distlib.git
|
|
ref: ${{version.tag}}
|
|
|
|
versions:
|
|
github: pypa/distlib
|
|
|
|
dependencies:
|
|
python.org: '>=3.11'
|
|
|
|
runtime:
|
|
env:
|
|
PYTHONPATH: ${{prefix}}/lib/python{{deps.python.org.version.major}}/site-packages:$PYTHONPATH
|
|
|
|
build:
|
|
- python -m pip install --prefix={{prefix}} .
|
|
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
|
working-directory: ${{prefix}}/lib
|
|
|
|
test:
|
|
- python -c 'from distlib.database import DistributionPath;'
|
|
- python -c 'import distlib; print(distlib.__version__);' | grep {{version}} |