]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/python3-jmespath
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / python3-jmespath
index e28ab37ccce274b29bc67106fc8b2b571be127f0..0d7eb445df94b1ff4a0be90bfa78c4215a283292 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 0.10.0
+SUMMARY    = Python module for declarative JSON document element extraction
 
 THISAPP    = jmespath-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################