diff --git a/docutils.be0 b/docutils.be0 deleted file mode 100755 index 38340f628..000000000 --- a/docutils.be0 +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/env beesh - -# BEE_VERSION docutils-0.14-0 - -SRCURL[0]="https://sourceforge.net/projects/docutils/files/docutils/${PKGVERSION}/docutils-${PKGVERSION}.tar.gz/download# docutils-${PKGVERSION}.tar.gz" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - -# build_in_sourcedir - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -mee_install() { - bee_install - for i in ${D}/usr/bin/*.py; do - mv -v $i ${i%%.py} - done -} diff --git a/python2-wrapper.be0 b/python2-wrapper.be0 index d522523f2..5350482ca 100755 --- a/python2-wrapper.be0 +++ b/python2-wrapper.be0 @@ -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.) @@ -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