From a2f54385cd9bc54afc07285492aae3731482d6a7 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 20 Apr 2021 17:20:39 +0200 Subject: [PATCH] python*-wrapper: Move macs2 to python3 Rationale: The macs2-utility from python-2.7.16 owns a shared library that is incompatible with the recent glibc. macs2 has been 'ported' to python3 in the meantime, so it needs to be moved to the right wrapper, macs3 was added for convenience. --- python2-wrapper.be0 | 3 +-- python3-wrapper.be0 | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/python2-wrapper.be0 b/python2-wrapper.be0 index f4a8395ca..e73c9c691 100755 --- a/python2-wrapper.be0 +++ b/python2-wrapper.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION python2-wrapper-1.4-0 +# BEE_VERSION python2-wrapper-1.5-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.) @@ -74,7 +74,6 @@ mee_install() { python2-config \ python2 \ ipython2 \ - macs2 \ gnome-doc-prepare \ xml2po \ gnome-doc-tool \ diff --git a/python3-wrapper.be0 b/python3-wrapper.be0 index 435657467..68fe0dd2a 100755 --- a/python3-wrapper.be0 +++ b/python3-wrapper.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION python3-wrapper-1.2-0 +# BEE_VERSION python3-wrapper-1.3-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.) @@ -89,6 +89,8 @@ mee_install() { jupyter \ htseq-count \ htseq-qa \ + macs2 \ + macs3 \ umi_tools \ rst2html.py rst2html4.py rst2html5.py \ rst2latex.py rst2xetex.py \