X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpython3-jmespath;h=3b6fc8d09e06f37cc1435c27dfc4bbce285eca3e;hb=9a7e4d85069b6475d231e4fdfbd26d93557d3f10;hp=856e1d019b6fa87884c91f7b56c7d65a5ddff774;hpb=2d475a3c6c8e37295f97a07dcca9a6eed2dbb21f;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/python3-jmespath b/lfs/python3-jmespath index 856e1d019b..3b6fc8d09e 100644 --- a/lfs/python3-jmespath +++ b/lfs/python3-jmespath @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # 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,17 +24,20 @@ include Config -VER = 0.9.3 +VER = 0.10.0 +SUMMARY = Python module for declarative JSON document element extraction THISAPP = jmespath-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) +DIR_APP = $(DIR_SRC)/jmespath-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-jmespath -PAK_VER = 1 +PAK_VER = 4 -DEPS = "python3" +DEPS = + +SERVICES = ############################################################################### # Top-level Rules @@ -44,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 37a906c06de62bed25ec5cf99cee04a6 +$(DL_FILE)_BLAKE2 = 8d827e61363a8d9e974ab465efd05e50ba9ce7a35e2457b43bbdd33a740c5d40dd8c397767709c4a96e157ec31f2e9388ecaed25191ceb77b0574fb4372d5247 install : $(TARGET) @@ -52,13 +55,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects)) download :$(patsubst %,$(DIR_DL)/%,$(objects)) -md5 : $(subst %,%_MD5,$(objects)) +b2 : $(subst %,%_BLAKE2,$(objects)) -dist: +dist: @$(PAK) ############################################################################### -# Downloading, checking, md5sum +# Downloading, checking, b2sum ############################################################################### $(patsubst %,$(DIR_CHK)/%,$(objects)) : @@ -67,8 +70,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) : $(patsubst %,$(DIR_DL)/%,$(objects)) : @$(LOAD) -$(subst %,%_MD5,$(objects)) : - @$(MD5) +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) ############################################################################### # Installation Details