Skip to content

Commit

Permalink
python-2.7.14: Add gnome-doc-utils, pssh, iotop
Browse files Browse the repository at this point in the history
These python based tools will be lost from the system when the /usr/lib
python is removed. Add them into the package.
  • Loading branch information
donald committed Feb 16, 2018
1 parent 0fdb710 commit 637b0e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions python-2.7.14-2.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,21 @@ pip install CrossMap # Laura Glaser -> Helpdesk 07.12.2017
pip install cutadapt # Sabrina Krakau, 23.01.2018 (phd Seminar)
pip install umi-tools # Sabrina Krakau, 23.01.2018 (phd Seminar)

# to be removed from system. Install here:

plaininstall libxml2-2.9.4 libxml2-2.9.4.tar.gz http://xmlsoft.org/sources/libxml2-2.9.4.tar.gz
plaininstall gnome-doc-utils-0.20.10 gnome-doc-utils-0.20.10.tar.xz https://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz
pip install pssh

(
cd $BUILDDIR
test -e iotop-0.6.tar.gz || wget http://guichaz.free.fr/iotop/files/iotop-0.6.tar.gz
test -d iotop-0.6 || tar xf iotop-0.6.tar.gz
cd iotop-0.6
python setup.py install
mv $PREFIX/sbin/iotop $PREFIX/bin
rmdir $PREFIX/sbin
)

# exit 1 # final test, inhibits 'closing' on success
exit

0 comments on commit 637b0e4

Please sign in to comment.