mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 23:01:02 +02:00
sslyze-5.1.0.ebuild
This commit is contained in:
parent
85edc0f7b6
commit
4a105230da
3 changed files with 35 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST sslyze-5.0.6.tar.gz 4342842 BLAKE2B d1d357b74aac62425d20aaad39ad3f80cfd6f834fd04c38315f34c2db72f7d9919c261e22defb153baa1e0378a597f0c02bc602bd85b357f55199e7427f915a9 SHA512 1166bc93b2b24f11cf34eb3bb380fdf0aec8143b416f71ca54bf232dd95e9e34472eaea8ba7b99933702c0e886508de9d5fc746f406db9685226f3df469b7b2a
|
||||
DIST sslyze-5.1.0.tar.gz 4336172 BLAKE2B d56877f2c91609036d64c1e3d94b9c6497a9dd67aa05fbd327e9c4d71c7e4101fbdc0d82baa1dae39ee214ed71be0befe6f688e7884a3114a0295878ff575253 SHA512 5bf7dc60195c0735349ed169f1ae3d426772569d36e5163f700571fad8e662466a2e0d7e059ab3495c64fc0a6aaa182b764d08b10e8871dff4f3dbed76aaa175
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
32
net-analyzer/sslyze/sslyze-5.1.0.ebuild
Normal file
32
net-analyzer/sslyze/sslyze-5.1.0.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
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 ~arm64 x86"
|
||||
|
||||
IUSE="test"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=">=dev-python/nassl-4.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-2.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/tls_parser-2.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-20[${PYTHON_USEDEP}]"
|
||||
BDEPEND="test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/Faker[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
#It takes really long, so be patient
|
||||
distutils_enable_tests pytest
|
||||
Loading…
Reference in a new issue