mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 01:03:18 +02:00
sslyze: 2.0.4 bump
This commit is contained in:
parent
7f896fdafc
commit
c969ea0b6a
2 changed files with 30 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST sslyze-2.0.1.tar.gz 9669587 BLAKE2B 821a2883259dfb73ed09d3a57aba8b60736c34867897d668575250221ebe88ac180c3dd20122b02887a18d4d46053e1fa277207ee35ace9a5795e4a105a4eae1 SHA512 5dc2e8c407735c02f5644a6126764e67d923ecd066fb0e95c4cc53832f6f40588e89d39b1e64ad1d028f432547de4bab795c7edc46c7e5bcc26eb6594578b119
|
||||
DIST sslyze-2.0.3.tar.gz 9768486 BLAKE2B 03ed579301cef3b26753d0480a676b64eaf2651a31e20522bb85c7d9799a832cf803324c5c29287510569051edbc83a4e994bb74d07c0cd94829caa989de5c60 SHA512 a2adf3059c00ac1d499953d2e692a222be4f47e00677e9cf7abe1f020e686b43c9385a9f8fbc306ecb26b5f372858a134b166f21ad939a38f3fcce299767e106
|
||||
DIST sslyze-2.0.4.tar.gz 10797146 BLAKE2B 582015f3f0c9dfec65bea3850885e9a000462ef9b6ae39e89d027caa8884a31ea4238cc5c13aa4a1d3608fd17f45dbfcdc6e091cf6cc0fe7755867f40c368b50 SHA512 204cc0e6865e13d175b5bf074e836deb071297a759f9d2c574d2f99b940fe9238b1e3a16c02e20007122d184e889a360b8d9223f4d1014dd432dbaed37e2b67d
|
||||
|
|
|
|||
29
net-analyzer/sslyze/sslyze-2.0.4.ebuild
Normal file
29
net-analyzer/sslyze/sslyze-2.0.4.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6} )
|
||||
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=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="=dev-python/nassl-2.1*[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/tls_parser-1.2.0[${PYTHON_USEDEP}]
|
||||
virtual/python-enum34[${PYTHON_USEDEP}]
|
||||
virtual/python-typing[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare(){
|
||||
rm -r tests
|
||||
sed -i "s|cryptography==2.3|cryptography>=2.3|g" setup.py
|
||||
eapply_user
|
||||
}
|
||||
Loading…
Reference in a new issue