1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
6 PYTHON_COMPAT
=( python2_7
)
10 DESCRIPTION
="Pure-Python implementation of the Treaty of Babel"
11 HOMEPAGE
="http://pyifbabel.invergo.net/"
12 SRC_URI
="http://pyifbabel.invergo.net/download/${P}.tar.gz"
19 DEPEND
="!<games-util/grotesque-0.9.5.1"
22 PATCHES
=( "${FILESDIR}"/pyifbabel-0.4
-get_resources.
patch )
26 sed -i -e "s,doc_dir = .*,doc_dir = '/usr/share/doc/${PF}'," setup.py || die
"sed failed"
29 python_install_all
() {
30 distutils-r1_python_install_all
31 rm "${D}/usr/share/doc/${PF}/COPYING" || die
"rm COPYING failed"