wok diff python-magic/receipt @ rev 23367
updated perl-math-round (0.06 -> 0.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 13:15:04 2020 +0100 (2020-03-31) |
parents | 63cdeb5a1e77 |
children | ff86a04c1516 |
line diff
1.1 --- a/python-magic/receipt Sun Mar 03 15:44:44 2019 +0100 1.2 +++ b/python-magic/receipt Tue Mar 31 13:15:04 2020 +0100 1.3 @@ -1,19 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-magic" 1.7 -VERSION="5.36" 1.8 +VERSION="5.38" 1.9 CATEGORY="development" 1.10 SHORT_DESC="File type determination library using 'magic' numbers (Python bindings)." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 WEB_SITE="https://github.com/file/file" 1.14 1.15 +DEPENDS="file python" 1.16 WANTED="file" 1.17 -DEPENDS="file python" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $install/usr/lib/python* $fs/usr/lib 1.24 + cp -a $install/usr/lib/python* $fs/usr/lib 1.25 }