mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(docutils)
expose the other binaries
This commit is contained in:
parent
f026556124
commit
3b8c08fd83
1 changed files with 24 additions and 2 deletions
|
@ -19,13 +19,35 @@ build:
|
|||
dependencies:
|
||||
python.org: ~3.11
|
||||
script:
|
||||
# python-venv.sh {{prefix}}/bin/docutils
|
||||
- bkpyvenv stage {{prefix}} {{version}}
|
||||
- ${{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:
|
||||
- bin/docutils
|
||||
- bin/rst2html
|
||||
- bin/rst2html4
|
||||
- bin/rst2html5
|
||||
- bin/rst2latex
|
||||
- bin/rst2man
|
||||
- bin/rst2odt
|
||||
- bin/rst2pseudoxml
|
||||
- bin/rst2s5
|
||||
- bin/rst2xetex
|
||||
- bin/rst2xml
|
||||
|
||||
test:
|
||||
fixture: |
|
||||
|
|
Loading…
Reference in a new issue