]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-dateutil
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / python3-dateutil
index a3c1729c3d69e6455ec8b1efdfa8121a67dd2a31..063c2cdca0ee5c0eaee7d1c84fe2cde4f2ae2fc9 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        = 2.7.3
+VER        = 2.8.2
+SUMMARY    = Python library for working with date and datetime objects
 
 THISAPP    = python-dateutil-$(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-dateutil
-PAK_VER    = 1
+PAK_VER    = 5
 
-DEPS       = "python3 python3-six"
+DEPS       =
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 175b7c1a3cc0cb01151eced07c61c0b8
+$(DL_FILE)_MD5 = 5970010bb72452344df3d76a10281b65
 
 install : $(TARGET)
 
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################