diff options
Diffstat (limited to 'app-crypt/manuale/manuale-1.1.0.ebuild')
-rw-r--r-- | app-crypt/manuale/manuale-1.1.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-crypt/manuale/manuale-1.1.0.ebuild b/app-crypt/manuale/manuale-1.1.0.ebuild new file mode 100644 index 000000000000..e6e9f810bb4a --- /dev/null +++ b/app-crypt/manuale/manuale-1.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python3_4 ) + +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) |