mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
sslyze: drop 5.2.0, dep rename
This commit is contained in:
parent
4b38b0cffb
commit
b83c3997b1
3 changed files with 2 additions and 36 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST sslyze-5.2.0.tar.gz 4324789 BLAKE2B cf6cd4e50f44ac60835e05bfc12c6b054a4834f678d1e0051246b8c866de0ecb7511f5dfbe0f60f07df083473f292e8633b7aa97fdb5acedc334cbdc77a97ba9 SHA512 d0414105844ac1704bc20e6680ef05c4a8c54564321d6e6f5ba03372622f3490d7dc56d30d776750620555fed095aca7d3c8100ba66080727ac949bdc24e772f
|
||||
DIST sslyze-6.0.0.tar.gz 4325820 BLAKE2B f935a2d1368b32226908d43ec377b17b1c29550e74ac1211ff8186053f6eb02b7aa9d6553f17c70de1c347e22570f74859cffc5c3866bec57943327b57aae9bc SHA512 412e9eb4cc4a544a03e595b1e4057f58c1d4bdcb1b79b19cf3eacb2ce01e6a1001347ff11ed276f79a0aeae7c13ae1bb27f4cea444760d6d4be60a0b8ba56094
|
||||
|
|
|
|||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
# fails to start with 3.12, see: https://github.com/nabla-c0d3/sslyze/issues/627
|
||||
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"
|
||||
|
||||
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}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/Faker[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
#It takes really long, so be patient
|
||||
distutils_enable_tests pytest
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -25,7 +25,7 @@ RDEPEND=">=dev-python/nassl-5.1.0[${PYTHON_USEDEP}]
|
|||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/Faker[${PYTHON_USEDEP}]
|
||||
dev-python/faker[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
#It takes really long, so be patient
|
||||
Loading…
Reference in a new issue