]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-setuptools
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / python3-setuptools
index 8a78fbe021e8702e84929a12da73fcf901fafc53..75d7f41aeb61f3a4638d4bb7a0b9eb66266e7951 100644 (file)
@@ -24,7 +24,8 @@
 
 include Config
 
-VER        = 40.6.3
+VER        = 59.5.0
+SUMMARY    = Enhancements to distutils for building and distributing Python packages
 
 THISAPP    = setuptools-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,10 +33,12 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-setuptools
-PAK_VER    = 1
+PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -44,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 425b58efe131537abde25c1b5624527a
+$(DL_FILE)_MD5 = 53964c1b60bc9a8b077983d276fe08c7
 
 install : $(TARGET)
 
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
@@ -77,8 +80,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)