mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(tabulate)
relocation issues
This commit is contained in:
parent
647b908a83
commit
d05b43431e
|
@ -6,16 +6,21 @@ versions:
|
||||||
github: astanin/python-tabulate/tags
|
github: astanin/python-tabulate/tags
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: '>=3.11'
|
pkgx.sh: ^1
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
PYTHONPATH: ${{prefix}}/lib/python{{deps.python.org.version.major}}/site-packages:$PYTHONPATH
|
PYTHONPATH: ${{prefix}}/venv/lib/python{{deps.python.org.version.major}}/site-packages:$PYTHONPATH
|
||||||
|
|
||||||
build:
|
build:
|
||||||
- python -m pip install --prefix={{prefix}} .
|
dependencies:
|
||||||
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
python.org: '>=3.11'
|
||||||
working-directory: ${{prefix}}/lib
|
script:
|
||||||
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
|
- bkpyvenv seal {{prefix}} tabulate
|
||||||
|
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
||||||
|
working-directory: ${{prefix}}/venv/lib
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/tabulate
|
- bin/tabulate
|
||||||
|
@ -28,4 +33,4 @@ test:
|
||||||
name qty
|
name qty
|
||||||
eggs 451
|
eggs 451
|
||||||
spam 42
|
spam 42
|
||||||
extname: txt
|
extname: txt
|
||||||
|
|
Loading…
Reference in a new issue