[packages/lesspipe] add .whl - A built-package format for Python.

glen glen at pld-linux.org
Sat May 23 15:24:34 CEST 2015


commit d3c08fd751d2d0fe96fac8f99b0032f1f9fedf29
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 23 16:23:36 2015 +0300

    add .whl - A built-package format for Python.
    
    https://pypi.python.org/pypi/wheel

 lesspipe.sh   | 2 +-
 lesspipe.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lesspipe.spec b/lesspipe.spec
index 75f21b6..18314b9 100644
--- a/lesspipe.spec
+++ b/lesspipe.spec
@@ -6,7 +6,7 @@ Summary:	Input preprocessor for less
 Summary(pl.UTF-8):	Preprocesor wejścia dla narzędzia less
 Name:		lesspipe
 Version:	1.55
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Applications/Text
 Source0:	%{name}.sh
diff --git a/lesspipe.sh b/lesspipe.sh
index bdb327d..63e61bd 100755
--- a/lesspipe.sh
+++ b/lesspipe.sh
@@ -113,7 +113,7 @@ lesspipe() {
 	*.rpm) rpm -qpivl --changelog -- "$1" ;;
 	*.tar|*.ova|*.gem) tar tvvf "$1" ;;
 	*.sqf) unsquashfs -d . -ll "$1" ;;
-	*.zip|*.jar|*.xpi|*.[hj]pi|*.pk3|*.skz|*.gg|*.ipa) 7z l "$1" || unzip -l "$1" ;;
+	*.zip|*.jar|*.xpi|*.[hj]pi|*.pk3|*.skz|*.gg|*.ipa|*.whl) 7z l "$1" || unzip -l "$1" ;;
 	# .war could be Zip (limewire) or tar.gz file (konqueror web archives)
 	*.war) 7z l "$1" || unzip -l "$1" || tar tzvvf "$1" ;;
 	# other file types not handled via mailcap (no mimetype)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lesspipe.git/commitdiff/d3c08fd751d2d0fe96fac8f99b0032f1f9fedf29



More information about the pld-cvs-commit mailing list