Skip to content

Commit

Permalink
sslyze: remove python3_12, unsupported. See nabla-c0d3/sslyze#627
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Bolshakov committed Nov 30, 2023
1 parent 2e8e008 commit 1e91811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions net-analyzer/sslyze/sslyze-5.1.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1

DESCRIPTION="Fast and full-featured SSL scanner"
Expand Down
5 changes: 3 additions & 2 deletions net-analyzer/sslyze/sslyze-5.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
# 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"
Expand Down

0 comments on commit 1e91811

Please sign in to comment.