app-crypt/simp_le: requires acme-0.5.0
This commit is contained in:
parent
85c60654ec
commit
5d0666c1da
1
app-crypt/simp_le/Manifest
Normal file
1
app-crypt/simp_le/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD simp_le-9999.ebuild 977 SHA256 0b03b9ae5a40019651dfbb7262e992842f69b9aa863a7759b9a3d0067183bc94 SHA512 14b2bd0ae03b3c07a9cd3d2a34c2a0cd7616f15de5ab1e41d5a597a0367f19f32de4550cb078f2f47edd57ad1072991cf7c2255f4f6bf492a8f64cd39bdd5e87 WHIRLPOOL ebfb6191564124d265651a91b295ad87aa2f50dd832bd20fec28f8f324a620447e9d03b4f88d26fcc1a1f20b51bfe92ea48de5349caaaee6ff9272710b33c908
|
36
app-crypt/simp_le/simp_le-9999.ebuild
Normal file
36
app-crypt/simp_le/simp_le-9999.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=(python{2_7,3_4,3_5})
|
||||
|
||||
if [[ ${PV} == 9999* ]]; then
|
||||
EGIT_REPO_URI="https://github.com/kuba/simp_le.git"
|
||||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://github.com/kuba/simp_le/archive/v${PV}.tar.gz -> simp_le-${PV}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Simple Let's Encrypt Client"
|
||||
HOMEPAGE="https://github.com/kuba/simp_le"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
|
||||
dev-python/pyrfc3339[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
<app-crypt/acme-0.6.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="test? ( ${RDEPEND} dev-python/pylint[${PYTHON_USEDEP}] dev-python/pep8[${PYTHON_USEDEP}] )
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
Loading…
Reference in New Issue
Block a user