From 4cd379a2d5421030d3f6d3c24e9abe3971dd2315 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Sun, 3 Jul 2022 13:15:07 -0400 Subject: [PATCH] profile: ease python 3.10 upgrade a bit for now, should have done this a while ago --- profiles/pentoo/base/make.defaults | 9 +++++---- profiles/pentoo/base/package.accept_keywords/dev-python | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/profiles/pentoo/base/make.defaults b/profiles/pentoo/base/make.defaults index 8e74929d5..c5d10f68b 100644 --- a/profiles/pentoo/base/make.defaults +++ b/profiles/pentoo/base/make.defaults @@ -44,8 +44,11 @@ PORTAGE_IO_NICENESS="ionice -c 3 -p \${PID}" #tslib causes circular deps with libsdl2 USE="${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon gles2 gps lm-sensors lm_sensors lua lz4 lzip lzma lzo networkmanager oss pentoo-full perl pulseaudio python ruby samba sqlite subversion verify-sig vdpau vaapi vulkan wayland xattr xinerama x265 zstd" -#keep pentoo python advanced -#USE="${USE} -python_targets_python2_7 python_targets_python3_9" +#ease python upgrade +USE="${USE} -python_targets_python2_7 python_targets_python3_9 python_targets_python3_10" + +#does gentoo not use this anymore or what? +BOOTSTRAP_USE="${BOOTSTRAP_USE} python_targets_python3_10 -python_targets_python3_8" PORTAGE_BZIP2_COMMAND="lbzip2" PORTAGE_BUNZIP2_COMMAND="lbunzip2" @@ -66,7 +69,5 @@ ACCEPT_LICENSE="* -@EULA intel-ucode-20180807 FraunhoferFDK Intel-SDP" GPSD_PROTOCOLS="nmea0183 nmea2000" -#does gentoo not use this anymore or what? -BOOTSTRAP_USE="${BOOTSTRAP_USE} python_targets_python3_9 -python_targets_python3_8" L10N="en en-US" diff --git a/profiles/pentoo/base/package.accept_keywords/dev-python b/profiles/pentoo/base/package.accept_keywords/dev-python index 4567d54e1..1db1e3723 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-python +++ b/profiles/pentoo/base/package.accept_keywords/dev-python @@ -185,7 +185,7 @@ dev-python/aiosqlite dev-python/fastapi dev-python/limits dev-python/orjson-bin -=dev-python/aiofiles-0.7* +=dev-python/aiofiles-0.8* dev-python/slowapi #Gentoo unstable