# Copyright 1999-2002 by Just van Rossum, Letterror, The Netherlands. # Distributed under the terms of the BSD License # $Header: $ inherit distutils DISTUTILS_NAME="fonttools" DISTUTILS_VERSION="2.0b1" # change when version has an a1 or similar extension DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism for Python" HOMEPAGE="http://${PN}.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${DISTUTILS_NAME}-${DISTUTILS_VERSION}.tgz" LICENSE="BSD" SLOT="0" # should only be the one version installed # testing under Gentoo, though the package should be stable KEYWORDS="~x86" # should work on all python-support (i.e. Gentoo) architectures IUSE="" DEPEND="virtual/python dev-python/numeric dev-python/pyxml" # is using a non-standard directory name for distutils for some reason S="${WORKDIR}/${DISTUTILS_NAME}" src_install() { distutils_src_install }