4a5,6 > inherit distutils > 7,8c9 < S=${WORKDIR}/${P} < DESCRIPTION="Biopython - python module for Computational Moelcular Biology" --- > DESCRIPTION="Biopython - Python modules for computational molecular biology" 22,23c23 < python setup.py build || die < # python setup.py test --no-gui || die --- > distutils_src_compile 27,30c27,28 < echo y | python setup.py install --prefix=${D}/usr || die < < dodoc PKG-INFO README NEWS LICENSE CONTRIB < dodoc Doc/* Doc/install/*.txt --- > DOCS="Doc/* Doc/install/*.txt" > distutils_src_install