]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-setuptools-scm
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / python3-setuptools-scm
index 41f653b3f7332688e8f2f5508731dc82903dd24d..1a8228b56201b1bde7548ab757c1cb7cf7ba21f3 100644 (file)
@@ -24,7 +24,8 @@
 
 include Config
 
-VER        = 3.2.0
+VER        = 7.0.5
+SUMMARY    = Python setuptools handler for SCM tags
 
 THISAPP    = setuptools_scm-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,9 +33,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-setuptools-scm
-PAK_VER    = 1
+PAK_VER    = 4
 
-DEPS       = "python3"
+DEPS       =
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 178e4e7b14c163e0e77ae7ec6684cc0f
+$(DL_FILE)_BLAKE2 = 242809a32cd23d9d98e3326714d1435220907eacdb3127558987d0d8be95775b7f8ed284707421a9c52e401c1738c11a01782fee2c0635924122307d3308cc0c
 
 install : $(TARGET)
 
@@ -52,13 +55,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -67,8 +70,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details