# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="6" PYTHON_COMPAT=(python{3_3,3_4}) inherit distutils-r1 DESCRIPTION="Command line interface that manages personal tasks in .iCal files" HOMEPAGE="https://github.com/pimutils/todoman" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="repl" RDEPEND=">=dev-python/click-6.0[${PYTHON_USEDEP}] dev-python/atomicwrites[${PYTHON_USEDEP}] dev-python/humanize[${PYTHON_USEDEP}] dev-python/icalendar[${PYTHON_USEDEP}] dev-python/urwid[${PYTHON_USEDEP}] dev-python/pyxdg[${PYTHON_USEDEP}] dev-python/parsedatetime[${PYTHON_USEDEP}] dev-python/tabulate[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] repl? ( dev-python/click-repl[${PYTHON_USEDEP}] )" DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}] dev-python/pytest-runner[${PYTHON_USEDEP}] dev-python/flake8-import-order[${PYTHON_USEDEP}]" DOCS=( docs/source/contributing.rst README.rst todoman.conf.sample )