mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(docutils)
expose the other binaries
This commit is contained in:
parent
f026556124
commit
3b8c08fd83
|
@ -19,13 +19,35 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ~3.11
|
python.org: ~3.11
|
||||||
script:
|
script:
|
||||||
# python-venv.sh {{prefix}}/bin/docutils
|
|
||||||
- bkpyvenv stage {{prefix}} {{version}}
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
- ${{prefix}}/venv/bin/pip install .
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
- bkpyvenv seal {{prefix}} docutils
|
- bkpyvenv seal {{prefix}} $BINS
|
||||||
|
env:
|
||||||
|
BINS:
|
||||||
|
- docutils
|
||||||
|
- rst2html
|
||||||
|
- rst2html4
|
||||||
|
- rst2html5
|
||||||
|
- rst2latex
|
||||||
|
- rst2man
|
||||||
|
- rst2odt
|
||||||
|
- rst2pseudoxml
|
||||||
|
- rst2s5
|
||||||
|
- rst2xetex
|
||||||
|
- rst2xml
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/docutils
|
- bin/docutils
|
||||||
|
- bin/rst2html
|
||||||
|
- bin/rst2html4
|
||||||
|
- bin/rst2html5
|
||||||
|
- bin/rst2latex
|
||||||
|
- bin/rst2man
|
||||||
|
- bin/rst2odt
|
||||||
|
- bin/rst2pseudoxml
|
||||||
|
- bin/rst2s5
|
||||||
|
- bin/rst2xetex
|
||||||
|
- bin/rst2xml
|
||||||
|
|
||||||
test:
|
test:
|
||||||
fixture: |
|
fixture: |
|
||||||
|
|
Loading…
Reference in a new issue