# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python{3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A fully manual Let's Encrypt client" HOMEPAGE="https://github.com/veeti/manuale" SRC_URI="https://github.com/veeti/manuale/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} dev-python/cryptography[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]" DOCS=( README.md CHANGELOG.md)