]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
python3-idna: Make this part of the core system
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 May 2026 10:23:48 +0000 (10:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 May 2026 15:28:01 +0000 (15:28 +0000)
Required by python3-yarl.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/python3-idna [moved from config/rootfiles/packages/python3-idna with 100% similarity]
lfs/python3-idna
lfs/python3-requests
lfs/python3-trio

index 0c26c6a03263064da5a404964234fc813a293815..69f951f23cdfdaa4331243ed241dca2c4ff75215 100644 (file)
@@ -31,10 +31,6 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = python3-idna
-PAK_VER    = 2
-
-DEPS       =
 
 ###############################################################################
 # Top-level Rules
@@ -54,9 +50,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
-       @$(PAK)
-
 ###############################################################################
 # Downloading, checking, b2sum
 ###############################################################################
index 6f4b4dd6f7aced7c723864a690ca48cca32ed094..e1816ede29a542e4127fe8c8d3e0260845d8d640 100644 (file)
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-requests
-PAK_VER    = 2
+PAK_VER    = 3
 
-DEPS       = python3-certifi python3-charset-normalizer python3-idna
+DEPS       = python3-certifi python3-charset-normalizer
 
 ###############################################################################
 # Top-level Rules
index e7a688d1c7bcd7640907e5c4e3cfad887d1e5b75..d6e96a6a6b5ae747b0c0bd4a7e103af5cc21b8b7 100644 (file)
@@ -33,9 +33,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-trio
-PAK_VER    = 5
+PAK_VER    = 6
 
-DEPS       = python3-async_generator python3-sniffio python3-sortedcontainers python3-outcome python3-idna python3-exceptiongroup
+DEPS       = python3-async_generator python3-sniffio python3-sortedcontainers python3-outcome python3-exceptiongroup
 
 SERVICES   =