From af10b8c4b6eb06450088248e07281d67275749de Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 17 Oct 2019 11:21:15 +0200 Subject: [PATCH] docutils: move to /pkg/python wrapper docutils live in /pkg/python --- docutils.be0 | 36 ------------------------------------ python2-wrapper.be0 | 11 +++++++++-- 2 files changed, 9 insertions(+), 38 deletions(-) delete mode 100755 docutils.be0 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