# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="a full featured 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" DOCS="README.txt" src_test() { python tests/tests.py }