# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.4.1.ebuild,v 1.1 2009/02/15 13:46:18 patrick Exp $ NEED_PYTHON=2.4 inherit distutils DESCRIPTION="Library for converting Mediawiki parse tree into a PDF file with reportlab" HOMEPAGE="http://code.pediapress.com/wiki/wiki" SRC_URI="http://pypi.python.org/packages/source/m/mwlib.rl/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" DEPEND="dev-python/setuptools" RDEPEND="dev-python/mwlib =dev-python/mwlib.ext-0.9.3*" src_install() { distutils_src_install }