# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="vobject is intended to be 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/" IUSE="doc" KEYWORDS="~x86" LICENSE="Apache-1.1" SLOT="0" DEPEND="virtual/python dev-python/python-dateutil >=dev-python/setuptools-0.6_rc1" src_test() { python tests/tests.py } src_install() { distutils_src_install if use doc ; then dodoc README.txt || die "Cannot install documentation" fi }