summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.14.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.14.4.ebuild')
-rw-r--r--dev-lang/python/python-3.14.4.ebuild17
1 files changed, 7 insertions, 10 deletions
diff --git a/dev-lang/python/python-3.14.4.ebuild b/dev-lang/python/python-3.14.4.ebuild
index 398021231785..04049fd0dc7d 100644
--- a/dev-lang/python/python-3.14.4.ebuild
+++ b/dev-lang/python/python-3.14.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2026 BaldEagleOS Authors
+# Copyright 2021-2026 Liguros Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -34,7 +34,7 @@ LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="
- bluetooth debug +ensurepip examples gdbm jit libressl libedit +ncurses pgo
+ bluetooth debug +ensurepip examples gdbm jit libedit +ncurses pgo
+readline +sqlite +ssl tail-call-interp test tk valgrind
"
REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )"
@@ -65,8 +65,8 @@ RDEPEND="
)
sqlite? ( >=dev-db/sqlite-3.3.8:3= )
ssl? (
- !libressl? ( >=dev-libs/openssl-1.1.1:= )
- libressl? ( >=dev-libs/libressl-3.9.1:= )
+ >=dev-libs/openssl-1.1.1:=
+
)
tk? (
>=dev-lang/tcl-8.0:=
@@ -75,7 +75,7 @@ RDEPEND="
dev-tcltk/tix
)
"
-# libressl? ( <=dev-libs/libressl-4.0.0:= )
+#
# bluetooth requires headers from bluez
DEPEND="
${RDEPEND}
@@ -168,9 +168,6 @@ src_prepare() {
"${WORKDIR}/${PATCHSET}"
)
- if use libressl; then
- eapply -p1 "${FILESDIR}"/${PN}-3.14.2-libressl.patch
- fi
default
@@ -376,7 +373,7 @@ src_configure() {
-x test_tools
# Fails with LibreSSL
- # https://github.com/libressl/portable/issues/1133
+ # https://github.com//portable/issues/1133
-x test_hashlib
-x test_ssl
)
@@ -397,7 +394,7 @@ src_configure() {
# a chance for users rebuilding python before glibc
ac_cv_header_stropts_h=no
- # libressl doesn't find hashlib (From OpenBSD)
+ # doesn't find hashlib (From OpenBSD)
ac_cv_working_openssl_hashlib=yes
--enable-shared