commit:     a6fdc1b771c01753132da271944db7093d93c791
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 22:45:18 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 22:45:18 2019 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=a6fdc1b7

app-crypt/wile: 1.0.6

 app-crypt/wile/wile-1.0.6.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/app-crypt/wile/wile-1.0.6.ebuild b/app-crypt/wile/wile-1.0.6.ebuild
new file mode 100644
index 0000000..136c258
--- /dev/null
+++ b/app-crypt/wile/wile-1.0.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/pytest-runner[${PYTHON_USEDEP}]
+       >=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}]
+       <dev-python/click-7[${PYTHON_USEDEP}]
+       dev-python/pyopenssl[${PYTHON_USEDEP}]
+       dev-python/cryptography[${PYTHON_USEDEP}]
+       dev-python/paramiko[${PYTHON_USEDEP}]
+       "
+
+DOCS=( README.md )

Reply via email to