]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/python3-setuptools
Merge branch 'master' into next
[people/mfischer/ipfire-2.x.git] / lfs / python3-setuptools
index 8a78fbe021e8702e84929a12da73fcf901fafc53..3c765d2a8f1ac320dad7751c7a898d2b20cbc7bd 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 40.6.3
+VER        = 56.2.0
 
 THISAPP    = setuptools-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-setuptools
-PAK_VER    = 1
+PAK_VER    = 3
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 425b58efe131537abde25c1b5624527a
+$(DL_FILE)_MD5 = e8caf0f129f585a887bb3cbb528149d1
 
 install : $(TARGET)
 
@@ -77,8 +77,6 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && sed -e '/tag_build = .post/d' -e '/tag_date = 1/d' -i setup.cfg
-       cd $(DIR_APP) && python3 bootstrap.py
-       cd $(DIR_APP) && python3 setup.py build
-       cd $(DIR_APP) && python3 setup.py install --root=/
+       cd $(DIR_APP) && python3 setup.py install
+       @rm -rf $(DIR_APP)
        @$(POSTBUILD)