1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
7 PYTHON_COMPAT=( python{2_6,2_7} )
8 PYTHON_USE_WITH="sqlite"
15 DESCRIPTION="pyCardDAV is a simple to use CardDAV CLI client with mutt
17 HOMEPAGE="http://lostpackets.de/pycarddav/"
18 SRC_URI="https://lostpackets.de/pycarddav/downloads/${MY_P}.tar.gz"
21 KEYWORDS="~x86 ~amd64"
25 DEPEND="dev-python/lxml
30 virtual/python-argparse"
33 S="${WORKDIR}/${MY_P}"
35 EXAMPLES=( pycard.conf.sample )
38 ewarn "Copy and edit the supplied pycard.conf.sample file"
39 ewarn "(default location is ~/.config/pycard/pycard.conf)."
40 ewarn "Beware that only you can access this file,"
41 ewarn "if you have untrusted users on your machine,"
42 ewarn "since the password is stored in cleartext."