]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-six
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / python3-six
index 7277e9d7b0ce6abec8d0e19e93c59f03c6a9500f..287d6d0e3ced0f10828d8d82ba36c82b44bc0ff6 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,8 @@
 
 include Config
 
-VER        = 1.11.0
+VER        = 1.16.0
+SUMMARY    = Python 2 and 3 compatibility utilities
 
 THISAPP    = six-$(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-six
-PAK_VER    = 2
+PAK_VER    = 4
 
-DEPS       = ""
+DEPS       =
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d12789f9baf7e9fb2524c0c64f1773f8
+$(DL_FILE)_MD5 = a7c927740e4964dd29b72cebfc1429bb
 
 install : $(TARGET)
 
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################