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: 1.16.0/Makefile
===================================================================
--- 1.16.0/Makefile	(revision 447)
+++ 1.16.0/Makefile	(revision 448)
@@ -62,7 +62,7 @@
 
 REQUIRES           = net/gnupg/1.4.23
 REQUIRES          += net/gnupg2/2.2.27
-REQUIRES          += dev/python3/3.10.8
+REQUIRES          += dev/python3/3.12.9
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -145,7 +145,7 @@
 libs_config += LIBASSUAN_CONFIG=$(TARGET_DEST_DIR)/usr/bin/libassuan-config
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 python_environment  = PYTHON=$(PYTHON3)
 python_environment += PYTHONS=$(PYTHON3)
Index: 1.16.0-ppc32/Makefile
===================================================================
--- 1.16.0-ppc32/Makefile	(revision 447)
+++ 1.16.0-ppc32/Makefile	(revision 448)
@@ -18,7 +18,7 @@
 REQUIRES           = net/gpgme/1.16.0
 REQUIRES          += net/libassuan/2.5.4-ppc32
 REQUIRES          += net/libgpg-error/1.51-ppc32
-REQUIRES          += dev/python3/3.10.8-ppc32
+REQUIRES          += dev/python3/3.12.9-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -102,7 +102,7 @@
 libs_config += LIBASSUAN_CONFIG=$(TARGET_DEST_DIR)/usr/bin/32/libassuan-config
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 python_environment  = PYTHON=$(PYTHON3)
 python_environment += PYTHONS=$(PYTHON3)
Index: 1.16.0-x86_32/Makefile
===================================================================
--- 1.16.0-x86_32/Makefile	(revision 447)
+++ 1.16.0-x86_32/Makefile	(revision 448)
@@ -15,7 +15,7 @@
 REQUIRES           = net/gpgme/1.16.0
 REQUIRES          += net/libassuan/2.5.4-x86_32
 REQUIRES          += net/libgpg-error/1.51-x86_32
-REQUIRES          += dev/python3/3.10.8-x86_32
+REQUIRES          += dev/python3/3.12.9-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -99,7 +99,7 @@
 libs_config += LIBASSUAN_CONFIG=$(TARGET_DEST_DIR)/usr/bin/32/libassuan-config
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 python_environment  = PYTHON=$(PYTHON3)
 python_environment += PYTHONS=$(PYTHON3)