# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="An implementation of the ACME protocol" HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" S=${WORKDIR}/certbot-${PV}/acme LICENSE="Apache-2.0" SLOT="python2" IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/cryptography-1.3.4:python2[${PYTHON_USEDEP}] >=dev-python/idna-2.0.0:python2[${PYTHON_USEDEP}] >=dev-python/josepy-1.1.0:python2[${PYTHON_USEDEP}] dev-python/mock:python2[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.15.1:python2[${PYTHON_USEDEP}] dev-python/pyrfc3339:python2[${PYTHON_USEDEP}] dev-python/pytz:python2[${PYTHON_USEDEP}] >=dev-python/requests-2.10:python2[${PYTHON_USEDEP}] >=dev-python/requests-toolbelt-0.3.0:python2[${PYTHON_USEDEP}] >=dev-python/six-1.9.0:python2[${PYTHON_USEDEP}] !