# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 PYTHON_DEPEND="2" inherit distutils versionator PVM=$(get_version_component_range 1-2) DESCRIPTION="Simple personal finance." HOMEPAGE="https://launchpad.net/wxbanker" SRC_URI="http://launchpad.net/wxbanker/${PVM}/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=dev-lang/python-2.5 >=dev-python/wxpython-2.8.8.0 dev-python/python-dateutil >=dev-python/numpy-1.04 dev-python/simplejson dev-python/beautifulsoup" RDEPEND="${DEPEND}"