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: 0.8.2/Makefile
===================================================================
--- 0.8.2/Makefile	(revision 447)
+++ 0.8.2/Makefile	(revision 448)
@@ -61,7 +61,7 @@
 SOURCE_REQUIRES    = sources/packages/l/libcap-ng
 
 REQUIRES           = dev/python2/2.7.18
-REQUIRES          += dev/python3/3.10.8
+REQUIRES          += dev/python3/3.12.9
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -153,7 +153,7 @@
 #
 # PYTHON3 configuring by python3-config script:
 #
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 python_config  += PYTHON3=$(PYTHON3)
 python_config  += PYTHON3_DIR=/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/site-packages
Index: 0.8.2-ppc32/Makefile
===================================================================
--- 0.8.2-ppc32/Makefile	(revision 447)
+++ 0.8.2-ppc32/Makefile	(revision 448)
@@ -17,7 +17,7 @@
 
 REQUIRES           = libs/libcap-ng/0.8.2
 REQUIRES          += dev/python2/2.7.18-ppc32
-REQUIRES          += dev/python3/3.10.8-ppc32
+REQUIRES          += dev/python3/3.12.9-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -111,7 +111,7 @@
 #
 # PYTHON3 configuring by python3-config script:
 #
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 python_config  += PYTHON3=$(PYTHON3)
 python_config  += PYTHON3_DIR=/usr/lib$(MULTILIB_PPC32_SUFFIX)/python$(PYTHON3_VERSION)/site-packages
Index: 0.8.2-x86_32/Makefile
===================================================================
--- 0.8.2-x86_32/Makefile	(revision 447)
+++ 0.8.2-x86_32/Makefile	(revision 448)
@@ -14,7 +14,7 @@
 
 REQUIRES           = libs/libcap-ng/0.8.2
 REQUIRES          += dev/python2/2.7.18-x86_32
-REQUIRES          += dev/python3/3.10.8-x86_32
+REQUIRES          += dev/python3/3.12.9-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -108,7 +108,7 @@
 #
 # PYTHON3 configuring by python3-config script:
 #
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 python_config  += PYTHON3=$(PYTHON3)
 python_config  += PYTHON3_DIR=/usr/lib$(MULTILIB_X86_32_SUFFIX)/python$(PYTHON3_VERSION)/site-packages