]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/python3-setuptools
Revert "OpenSSH: restrict file permissions for sshd_config to 0600"
[people/pmueller/ipfire-2.x.git] / lfs / python3-setuptools
index 57914525eb0f43f501dd8341d91415c0b5ec2779..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,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-setuptools
-PAK_VER    = 1
+PAK_VER    = 3
 
-DEPS       = "python3"
+DEPS       =
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 425b58efe131537abde25c1b5624527a
+$(DL_FILE)_MD5 = e8caf0f129f585a887bb3cbb528149d1
 
 install : $(TARGET)
 
@@ -77,9 +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)