wok diff python-magic/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
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	Sun Jun 14 23:18:03 2020 -0400
     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  }