From adbdc36673c1136d2d99554a72d9e0f589885e57 Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Tue, 12 Jan 2016 23:32:37 +0100 Subject: app-crypt/letsencrypt: Add fixed release Gentoo-Bug: 421222 Package-Manager: portage-2.2.26 --- app-crypt/letsencrypt/Manifest | 1 + app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild | 48 +++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild (limited to 'app-crypt') diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest index b990924ab528..d4ff231533bf 100644 --- a/app-crypt/letsencrypt/Manifest +++ b/app-crypt/letsencrypt/Manifest @@ -1 +1,2 @@ +DIST letsencrypt-0.1.1-corrected.tar.gz 533644 SHA256 d9efa11a90cd38bf38218e51c541978ebb836f00ede0c9c8155301ca30a55774 SHA512 26e8b41280a0e9bdbd7324d223c7d72915d2a9149b6a569bad3c17deb01c3426b93b86d4e411865526308e656df5a7d1fb6eaca9fab95600f6ed87def5c30a5a WHIRLPOOL a6aa6f761abd591b4ffdd5d6c071bac31683eedc58ce142389a3a03bd5ab83ef18d8b0f4319d376653de5236f9c66c6721573618b0cba58ad98d2a601d561ed8 DIST letsencrypt-0.1.1.tar.gz 533715 SHA256 3f5210fc2e28577b1b24c4fbfb5c20ac259925a5fad81cf69a1b4f62d76511db SHA512 bd045622f77272447b9d497c410a128c30371c6df5beab418089c2c8b26fef9e87ecc6055bdf4017d7d2fb5f840b4900ff9efba848d07a2bf3a1be9d7fc0df99 WHIRLPOOL b89bcbf1dea41bd0a391cc3db86c4a7413cdf9c5e64c2398b60b7c57c5950c221bd64a51f773a7fb2fc725d93f3d672170c97147d5b5b644a008309e95dd8576 diff --git a/app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild b/app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild new file mode 100644 index 000000000000..76472f336e9e --- /dev/null +++ b/app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=(python2_7) + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}-corrected.tar.gz -> ${P}-corrected.tar.gz" + KEYWORDS="~amd64" +fi + +inherit distutils-r1 + +DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates" +HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="test" + +RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}] + dev-python/configargparse[${PYTHON_USEDEP}] + dev-python/configobj[${PYTHON_USEDEP}] + >=dev-python/cryptography-0.7[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/parsedatetime[${PYTHON_USEDEP}] + >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}] + >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}] + dev-python/pyrfc3339[${PYTHON_USEDEP}] + >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/zope-component[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}]" +DEPEND="test? ( ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] ) + dev-python/setuptools[${PYTHON_USEDEP}]" + +S=${WORKDIR}/${P}-corrected + +python_test() { + nosetests -w ${PN}/tests || die +} -- cgit v1.2.3-65-gdbad