commit:     c329f3d17724e716453e11034a7bd88220f0ec58
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Jul 23 03:13:26 2025 +0000
Commit:     orbea <orbea <AT> riseup <DOT> 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 <orbea <AT> 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
 

Reply via email to