]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-botocore
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / python3-botocore
index 222ecf750e26cb494ec0e2d6c1ba24b6e05e8490..b853e2ee08f72552b867f177b05c7a7ecbbf056c 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  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.10.76
+VER        = 1.23.21
+SUMMARY    = Python interface for AWS
 
 THISAPP    = botocore-$(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-botocore
-PAK_VER    = 1
+PAK_VER    = 4
 
-DEPS       = "python3 python3-dateutil python3-jmespath"
+DEPS       = python3-dateutil python3-jmespath python3-urllib3
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = decef6de0649195cd6fa5647fdcaf4d6
+$(DL_FILE)_MD5 = ad79c50edeb9e8d14f5392c0ec28b593
 
 install : $(TARGET)
 
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################