Skip to content

docutils: move to /pkg/python wrapper #1399

Merged
merged 1 commit into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions docutils.be0

This file was deleted.

11 changes: 9 additions & 2 deletions python2-wrapper.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION python2-wrapper-1.1-0
# BEE_VERSION python2-wrapper-1.2-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -84,7 +84,14 @@ mee_install() {
xml2po \
gnome-doc-tool \
pssh \
iotop
iotop \
rst2html.py rst2html4.py rst2html5.py \
rst2latex.py rst2xetex.py \
rst2man.py \
rst2odt.py rst2odt_prepstyles.py \
rst2pseudoxml.py rst2xml.py \
rst2s5.py \
rstpep2html.py
do
ln "$B/wrapper" "$D$BINDIR/$cmd"
done
Expand Down