# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ NEED_PYTHON=2.4 inherit distutils DESCRIPTION="a Python package for parsing and generating vCard and vCalendar files" SRC_URI="http://vobject.skyhouseconsulting.com/${P}.tar.gz" HOMEPAGE="http://vobject.skyhouseconsulting.com/" KEYWORDS="~x86" LICENSE="Apache-1.1" SLOT="0" RDEPEND=">=dev-python/python-dateutil-1.1" DEPEND="${RDEPEND} >=dev-python/setuptools-0.6_rc1" src_test() { PYTHONPATH=build/lib/ "${python}" tests/tests.py || die "tests failed" elog "package tested successfully" }