diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
| commit | 1aaafa6995916beafff236affdb5cac42f7efd43 (patch) | |
| tree | 41b96fd4c123591da1658c544bd47f28bd315680 /dev-lang/python | |
| parent | 612872d2f4364137c6d9c687a6ade601439139a0 (diff) | |
| download | baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip | |
Adding metadata
Diffstat (limited to 'dev-lang/python')
| -rw-r--r-- | dev-lang/python/python-3.10.20.ebuild | 10 | ||||
| -rw-r--r-- | dev-lang/python/python-3.11.15.ebuild | 10 | ||||
| -rw-r--r-- | dev-lang/python/python-3.12.13.ebuild | 11 | ||||
| -rw-r--r-- | dev-lang/python/python-3.13.13.ebuild | 10 | ||||
| -rw-r--r-- | dev-lang/python/python-3.14.4.ebuild | 15 | ||||
| -rw-r--r-- | dev-lang/python/python-3.14.5.ebuild | 15 |
6 files changed, 26 insertions, 45 deletions
diff --git a/dev-lang/python/python-3.10.20.ebuild b/dev-lang/python/python-3.10.20.ebuild index ce01ae5839ae..b33676d9089d 100644 --- a/dev-lang/python/python-3.10.20.ebuild +++ b/dev-lang/python/python-3.10.20.ebuild @@ -27,7 +27,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="PSF-2" SLOT="${PYVER}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="bluetooth build +ensurepip examples gdbm hardened libedit libressl lto +ncurses pgo +readline +sqlite +ssl test tk valgrind" +IUSE="bluetooth build +ensurepip examples gdbm hardened libedit lto +ncurses pgo +readline +sqlite +ssl test tk valgrind" RESTRICT="!test? ( test )" # Do not add a dependency on dev-lang/python to this ebuild. @@ -56,8 +56,8 @@ RDEPEND=" ) sqlite? ( >=dev-db/sqlite-3.3.8:3= ) ssl? ( - !libressl? ( >=dev-libs/openssl-1.1.1:= ) - libressl? ( >=dev-libs/libressl-3.5.0:= ) + >=dev-libs/openssl-1.1.1:= + ) tk? ( >=dev-lang/tcl-8.0:= @@ -113,10 +113,6 @@ src_prepare() { rm -r Modules/expat || die rm -r Modules/_ctypes/libffi* || die - if use libressl; then - eapply -p0 ${FILESDIR}/hashopenssl-3.10.5-r1.patch - eapply -p0 ${FILESDIR}/patch-Modules__ssl_c - fi local PATCHES=( "${WORKDIR}/${PATCHSET}" diff --git a/dev-lang/python/python-3.11.15.ebuild b/dev-lang/python/python-3.11.15.ebuild index 6dabf3a39ae3..1040b6acbbb6 100644 --- a/dev-lang/python/python-3.11.15.ebuild +++ b/dev-lang/python/python-3.11.15.ebuild @@ -27,7 +27,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="PSF-2" SLOT="${PYVER}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="bluetooth build +ensurepip examples gdbm hardened libedit libressl lto +ncurses pgo +readline +sqlite +ssl test tk valgrind" +IUSE="bluetooth build +ensurepip examples gdbm hardened libedit lto +ncurses pgo +readline +sqlite +ssl test tk valgrind" RESTRICT="!test? ( test )" # Do not add a dependency on dev-lang/python to this ebuild. @@ -59,8 +59,8 @@ RDEPEND=" ) sqlite? ( >=dev-db/sqlite-3.3.8:3= ) ssl? ( - !libressl? ( >=dev-libs/openssl-1.1.1:= ) - libressl? ( >=dev-libs/libressl-3.5.0:= ) + >=dev-libs/openssl-1.1.1:= + ) tk? ( >=dev-lang/tcl-8.0:= @@ -120,10 +120,6 @@ src_prepare() { rm -r Modules/expat || die rm -r Modules/_ctypes/libffi* || die - if use libressl; then - eapply -p0 ${FILESDIR}/hashopenssl-3.10.5-r1.patch - eapply -p0 ${FILESDIR}/ssl.patch - fi local PATCHES=( "${WORKDIR}/${PATCHSET}" diff --git a/dev-lang/python/python-3.12.13.ebuild b/dev-lang/python/python-3.12.13.ebuild index 104da8be2e14..78dc92874a47 100644 --- a/dev-lang/python/python-3.12.13.ebuild +++ b/dev-lang/python/python-3.12.13.ebuild @@ -29,7 +29,7 @@ LICENSE="PSF-2" SLOT="${PYVER}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE=" - bluetooth build debug +ensurepip examples gdbm libressl libedit +ncurses pgo +readline +sqlite +ssl test tk valgrind + bluetooth build debug +ensurepip examples gdbm libedit +ncurses pgo +readline +sqlite +ssl test tk valgrind " RESTRICT="!test? ( test )" @@ -59,8 +59,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:= @@ -126,11 +126,6 @@ src_prepare() { # TODO: Makefile has annoying deps on expat headers #rm -r Modules/expat || die - if use libressl; then - eapply -p1 ${FILESDIR}/hashopenssl-3.12.4.patch - eapply -p1 ${FILESDIR}/ssl-3.12.3-r1.patch - eapply -p1 ${FILESDIR}/configure_ac.patch - fi local PATCHES=( "${WORKDIR}/${PATCHSET}" diff --git a/dev-lang/python/python-3.13.13.ebuild b/dev-lang/python/python-3.13.13.ebuild index 6fe609a2ca83..8ab67de68c76 100644 --- a/dev-lang/python/python-3.13.13.ebuild +++ b/dev-lang/python/python-3.13.13.ebuild @@ -33,7 +33,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 test tk valgrind " REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )" @@ -64,8 +64,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:= @@ -370,7 +370,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 ) @@ -391,7 +391,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 diff --git a/dev-lang/python/python-3.14.4.ebuild b/dev-lang/python/python-3.14.4.ebuild index 398021231785..0fc0b74a2064 100644 --- a/dev-lang/python/python-3.14.4.ebuild +++ b/dev-lang/python/python-3.14.4.ebuild @@ -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 diff --git a/dev-lang/python/python-3.14.5.ebuild b/dev-lang/python/python-3.14.5.ebuild index 398021231785..0fc0b74a2064 100644 --- a/dev-lang/python/python-3.14.5.ebuild +++ b/dev-lang/python/python-3.14.5.ebuild @@ -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 |
