# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Stripped down letsencrypt (ACME) client" HOMEPAGE="https://github.com/costela/wile" SRC_URI="https://github.com/costela/wile/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" >=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] " RDEPEND=" >app-crypt/acme-0.22[${PYTHON_USEDEP}] dev-python/josepy[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]