summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-01-04 23:53:10 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-01-04 23:53:10 +0100
commitafc163534e56ec53f3a40d6328fa42dc570b0734 (patch)
tree8d1bb3afdca509b1220d701d1d353ee5bec6aee0 /app-crypt/manuale
parentapp-misc/pdfpc: Version bump to 4.0.5 (diff)
downloadgentoo-afc163534e56ec53f3a40d6328fa42dc570b0734.tar.gz
gentoo-afc163534e56ec53f3a40d6328fa42dc570b0734.tar.bz2
gentoo-afc163534e56ec53f3a40d6328fa42dc570b0734.zip
app-crypt/manuale: Version bump to 1.1.0
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/manuale')
-rw-r--r--app-crypt/manuale/Manifest1
-rw-r--r--app-crypt/manuale/manuale-1.1.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/app-crypt/manuale/Manifest b/app-crypt/manuale/Manifest
index d1dc7f4389e2..41b96710a7fb 100644
--- a/app-crypt/manuale/Manifest
+++ b/app-crypt/manuale/Manifest
@@ -1 +1,2 @@
DIST manuale-1.0.3.tar.gz 13407 SHA256 97a5108be4e603c43af4d9ac76305ef9d376964e94753702287c87b5c1d26a51 SHA512 b413b28908ee0a2b2c441580e7e2098dfe90945a77314cd30a7029b49cfdb33caadcb25b7a5a98ce5b6b8c1b031a272ba072fc6d85eabf96813b02b4267ea184 WHIRLPOOL aff7fe2c48e81c5a64799e82f2ed1e166fc168c0c0d697ad5b443ff06168e0b08bd06d7c52d7b5f9081b0d9db4da8147194adec3bf1f25b3287af89090f07b70
+DIST manuale-1.1.0.tar.gz 14015 SHA256 e39ec3109153b1cd171678fff130fd36a6bc8ac129d24be8283854945069c3de SHA512 b78d6468fba14738f0b33cb11817a61692bab2b18a3331b2696c6e1c070a202903be6d6f642da7dd35560b15ee5fe24afecebe51395bdacae59f04cc582b6b44 WHIRLPOOL 8b22942b6384c7bd9d09dc1540b7a6fb0b4ac7847cc7fa60778743908e8d930eede4a4f23e9a360e72534ca3402824978bd926defbbea085d33055f42273d6b4
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)