# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_P=${P/_beta/b} DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism for Python" HOMEPAGE="http://fonttools.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="${DEPEND} dev-python/numeric dev-python/pyxml" S="${WORKDIR}/${PN}" DOCS="README.txt Doc/*.txt"