mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
sslyze: 3.0.4 bump
This commit is contained in:
parent
7ed3e0fe60
commit
face83c68f
2 changed files with 3 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
DIST sslyze-3.0.3.tar.gz 10707665 BLAKE2B 79998bfcb823395801bb24af7e583de88632129bf2b96beaad701081608178201218caa0300a1ae37b52df6d72d798f76fa256fce8ce68a5172c28241a5fb7c2 SHA512 a4ee8269417c1e037f9b8b3cbf505b2146a812f77b06b219bc470650f0d0b778ed54a41a86da539aa540b6a8a6d51136cb3ba6843d9ab62c3db8368b781bf75b
|
||||
DIST sslyze-3.0.4.tar.gz 10687034 BLAKE2B 74953d67c733bdeb1dd57929ffa42128e07148d80cb90fc67a13de74d1dde8bd44ddc376155428ba5bc70d3c65457382e9290f478209f43ca4a48d6071843cc5 SHA512 42d36afe49852f1e83b1f55728eeeafa0925a60fc125ab79101f0ebe1b0a8ac110cdfd7e3237640f12d29724d453cc844d86652221c3510d793657e96ca47b67
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -13,7 +14,7 @@ SRC_URI="https://github.com/nabla-c0d3/sslyze/archive/${PV}.tar.gz -> ${P}.tar.g
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
IUSE="test"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="=dev-python/nassl-3.0*[${PYTHON_USEDEP}]
|
||||
Loading…
Reference in a new issue