sslyze: v1.4.2 bump

This commit is contained in:
blshkv 2018-05-29 09:27:14 +08:00
parent 4207ee21cd
commit e29f466dc5
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 0 additions and 64 deletions

View file

@ -1,32 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 versionator
DESCRIPTION="Fast and full-featured SSL scanner"
HOMEPAGE="https://github.com/nabla-c0d3/sslyze"
SRC_URI="https://github.com/nabla-c0d3/sslyze/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
#RDEPEND="=dev-python/nassl-$(get_version_component_range 1-2)*"
RDEPEND="=dev-python/nassl-1.0*[${PYTHON_USEDEP}]
dev-python/typing[${PYTHON_USEDEP}]
dev-python/enum34[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
>=dev-python/tls_parser-1.2.0[${PYTHON_USEDEP}]"
#typing; python_version < '3.5'
#enum34; python_version < '3.4'
#python_prepare_all(){
# sed -e "s|cryptography==1.9|cryptography>=1.9, <=2.0.3|" -i setup.py
# distutils-r1_python_prepare_all
#}

View file

@ -1,32 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 versionator
DESCRIPTION="Fast and full-featured SSL scanner"
HOMEPAGE="https://github.com/nabla-c0d3/sslyze"
SRC_URI="https://github.com/nabla-c0d3/sslyze/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
#RDEPEND="=dev-python/nassl-$(get_version_component_range 1-2)*"
RDEPEND="=dev-python/nassl-1.0*[${PYTHON_USEDEP}]
dev-python/typing[${PYTHON_USEDEP}]
dev-python/enum34[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
>=dev-python/tls_parser-1.2.0[${PYTHON_USEDEP}]"
#typing; python_version < '3.5'
#enum34; python_version < '3.4'
#python_prepare_all(){
# sed -e "s|cryptography==1.9|cryptography>=1.9, <=2.0.3|" -i setup.py
# distutils-r1_python_prepare_all
#}