mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
sslyze: 3.0.5 bump
This commit is contained in:
parent
9b9f871222
commit
1c0fe27de0
2 changed files with 29 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST sslyze-3.0.4.tar.gz 10687034 BLAKE2B 74953d67c733bdeb1dd57929ffa42128e07148d80cb90fc67a13de74d1dde8bd44ddc376155428ba5bc70d3c65457382e9290f478209f43ca4a48d6071843cc5 SHA512 42d36afe49852f1e83b1f55728eeeafa0925a60fc125ab79101f0ebe1b0a8ac110cdfd7e3237640f12d29724d453cc844d86652221c3510d793657e96ca47b67
|
||||
DIST sslyze-3.0.5.tar.gz 10688207 BLAKE2B 24a615e6fe5af6bb8bacc963d30ed41a1cde2a3286efb93f85c92ad7e549e1995d27b5e69999fed5c4594ec59164da3ca8c1c7f7b1485e5964d3ef9e48568ded SHA512 fc1b8ff82a60f2a442da0f3f8912b1216c3d0aeee09bdb33f82215fd7f005519e1c4eb2c2dcb740a7236b33cd030a3fee1250c49a693c4e79e15f66bcb8b0603
|
||||
|
|
|
|||
28
net-analyzer/sslyze/sslyze-3.0.5.ebuild
Normal file
28
net-analyzer/sslyze/sslyze-3.0.5.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
inherit distutils-r1
|
||||
|
||||
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="test"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="=dev-python/nassl-3.0*[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-2.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/tls_parser-1.2.0[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7 )"
|
||||
|
||||
src_prepare(){
|
||||
rm -r tests
|
||||
eapply_user
|
||||
}
|
||||
Loading…
Reference in a new issue