From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E65B715808A for ; Wed, 23 Jul 2025 03:38:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D145B3415EF for ; Wed, 23 Jul 2025 03:38:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 63BC211055F; Wed, 23 Jul 2025 03:38:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5D41A11055F for ; Wed, 23 Jul 2025 03:38:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B584340FDE for ; Wed, 23 Jul 2025 03:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FE22329A for ; Wed, 23 Jul 2025 03:38:18 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1753240406.c329f3d17724e716453e11034a7bd88220f0ec58.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/python/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/python/python-2.7.18_p16-r2.ebuild dev-lang/python/python-3.12.11.ebuild dev-lang/python/python-3.13.5.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: c329f3d17724e716453e11034a7bd88220f0ec58 X-VCS-Branch: master Date: Wed, 23 Jul 2025 03:38:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18abf1ef-519f-4bbc-9627-362d9aec5c40 X-Archives-Hash: 157da39624bc1b0ac11b87925389a9ef commit: c329f3d17724e716453e11034a7bd88220f0ec58 Author: orbea riseup net> AuthorDate: Wed Jul 23 03:13:26 2025 +0000 Commit: orbea riseup net> CommitDate: Wed Jul 23 03:13:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=c329f3d1 dev-lang/python: sync ::gentoo Signed-off-by: orbea riseup.net> dev-lang/python/python-2.7.18_p16-r2.ebuild | 9 +++------ dev-lang/python/python-3.12.11.ebuild | 12 ++++++------ dev-lang/python/python-3.13.5.ebuild | 12 ++++++------ 3 files changed, 15 insertions(+), 18 deletions(-) diff --git a/dev-lang/python/python-2.7.18_p16-r2.ebuild b/dev-lang/python/python-2.7.18_p16-r2.ebuild index 4ec4a4f..e6bd53f 100644 --- a/dev-lang/python/python-2.7.18_p16-r2.ebuild +++ b/dev-lang/python/python-2.7.18_p16-r2.ebuild @@ -29,8 +29,8 @@ LICENSE="PSF-2" SLOT="${PYVER}" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE=" - berkdb bluetooth build examples gdbm +ncurses +readline - +sqlite +ssl valgrind wininst +xml + berkdb bluetooth examples gdbm +ncurses +readline +sqlite +ssl + valgrind wininst +xml " RESTRICT="test" @@ -41,6 +41,7 @@ RESTRICT="test" RDEPEND=" app-arch/bzip2:= + app-misc/mime-types dev-libs/libffi:= >=sys-libs/zlib-1.1.3:= virtual/libcrypt:= @@ -67,9 +68,6 @@ BDEPEND=" virtual/pkgconfig verify-sig? ( sec-keys/openpgp-keys-python ) " -RDEPEND+=" - !build? ( app-misc/mime-types ) -" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc @@ -198,7 +196,6 @@ src_configure() { --enable-unicode=ucs4 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions diff --git a/dev-lang/python/python-3.12.11.ebuild b/dev-lang/python/python-3.12.11.ebuild index dd75c17..37fb04a 100644 --- a/dev-lang/python/python-3.12.11.ebuild +++ b/dev-lang/python/python-3.12.11.ebuild @@ -30,8 +30,8 @@ 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 libedit - +ncurses pgo +readline +sqlite +ssl test tk valgrind + bluetooth debug +ensurepip examples gdbm libedit +ncurses pgo + +readline +sqlite +ssl test tk valgrind " RESTRICT="!test? ( test )" @@ -44,6 +44,7 @@ RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= app-crypt/libb2 + app-misc/mime-types >=dev-libs/expat-2.1:= dev-libs/libffi:= dev-libs/mpdecimal:= @@ -51,7 +52,6 @@ RDEPEND=" >=sys-libs/zlib-1.1.3:= virtual/libcrypt:= virtual/libintl - ensurepip? ( dev-python/ensurepip-pip ) gdbm? ( sys-libs/gdbm:=[berkdb] ) kernel_linux? ( sys-apps/util-linux:= ) ncurses? ( >=sys-libs/ncurses-5.2:= ) @@ -87,14 +87,14 @@ BDEPEND=" virtual/pkgconfig verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 ) " -RDEPEND+=" - !build? ( app-misc/mime-types ) -" if [[ ${PV} != *_alpha* ]]; then RDEPEND+=" dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] " fi +PDEPEND=" + ensurepip? ( dev-python/ensurepip-pip ) +" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc diff --git a/dev-lang/python/python-3.13.5.ebuild b/dev-lang/python/python-3.13.5.ebuild index 5bd767c..4d66b15 100644 --- a/dev-lang/python/python-3.13.5.ebuild +++ b/dev-lang/python/python-3.13.5.ebuild @@ -34,8 +34,8 @@ 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 jit - libedit +ncurses pgo +readline +sqlite +ssl test tk valgrind + bluetooth debug +ensurepip examples gdbm jit libedit +ncurses pgo + +readline +sqlite +ssl test tk valgrind " REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )" RESTRICT="!test? ( test )" @@ -49,13 +49,13 @@ RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= app-crypt/libb2 + app-misc/mime-types >=dev-libs/expat-2.1:= dev-libs/libffi:= dev-libs/mpdecimal:= dev-python/gentoo-common >=sys-libs/zlib-1.1.3:= virtual/libintl - ensurepip? ( dev-python/ensurepip-pip ) gdbm? ( sys-libs/gdbm:=[berkdb] ) kernel_linux? ( sys-apps/util-linux:= ) ncurses? ( >=sys-libs/ncurses-5.2:= ) @@ -96,14 +96,14 @@ BDEPEND=" ) verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 ) " -RDEPEND+=" - !build? ( app-misc/mime-types ) -" if [[ ${PV} != *_alpha* ]]; then RDEPEND+=" dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] " fi +PDEPEND=" + ensurepip? ( dev-python/ensurepip-pip ) +" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc