Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: 14.1/Makefile
===================================================================
--- 14.1/Makefile	(revision 447)
+++ 14.1/Makefile	(revision 448)
@@ -61,7 +61,7 @@
 SOURCE_REQUIRES    = sources/packages/b/postgresql
 
 REQUIRES           = dev/perl/5.36.0
-REQUIRES          += dev/python3/3.10.8
+REQUIRES          += dev/python3/3.12.9
 REQUIRES          += app/util-linux/2.38.1
 REQUIRES          += libs/libxml2/2.11.4
 REQUIRES          += libs/libxslt/1.1.34
@@ -162,7 +162,7 @@
 #
 # Python Configuration:
 #
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 python-configdir = $(shell echo "$(shell dirname $(shell ls $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(1)/config-$(1)-*/config.c))")
 
Index: 14.1-ppc32/Makefile
===================================================================
--- 14.1-ppc32/Makefile	(revision 447)
+++ 14.1-ppc32/Makefile	(revision 448)
@@ -17,7 +17,7 @@
 
 REQUIRES           = app/postgresql/14.1
 REQUIRES          += dev/perl/5.36.0-ppc32
-REQUIRES          += dev/python3/3.10.8-ppc32
+REQUIRES          += dev/python3/3.12.9-ppc32
 REQUIRES          += app/util-linux/2.38.1-ppc32
 REQUIRES          += libs/libxml2/2.11.4-ppc32
 REQUIRES          += libs/libxslt/1.1.34-ppc32
@@ -109,7 +109,7 @@
 #
 # Python Configuration:
 #
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 python-configdir = $(shell echo "$(shell dirname $(shell ls $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX)/python$(1)/config-$(1)-*/config.c))")
 
Index: 14.1-x86_32/Makefile
===================================================================
--- 14.1-x86_32/Makefile	(revision 447)
+++ 14.1-x86_32/Makefile	(revision 448)
@@ -14,7 +14,7 @@
 
 REQUIRES           = app/postgresql/14.1
 REQUIRES          += dev/perl/5.36.0-x86_32
-REQUIRES          += dev/python3/3.10.8-x86_32
+REQUIRES          += dev/python3/3.12.9-x86_32
 REQUIRES          += app/util-linux/2.38.1-x86_32
 REQUIRES          += libs/libxml2/2.11.4-x86_32
 REQUIRES          += libs/libxslt/1.1.34-x86_32
@@ -107,7 +107,7 @@
 #
 # Python Configuration:
 #
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 python-configdir = $(shell echo "$(shell dirname $(shell ls $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX)/python$(1)/config-$(1)-*/config.c))")