wok diff python-pyyaml/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents fbcc503400dc
children 241fb98cab1c
line diff
     1.1 --- a/python-pyyaml/receipt	Mon Feb 25 10:34:08 2019 +0100
     1.2 +++ b/python-pyyaml/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pyyaml"
     1.7 -VERSION="3.08"
     1.8 +VERSION="5.3.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="YAML parser and emitter for the Python programming language."
    1.11  MAINTAINER="rocky@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://pyyaml.org/wiki/PyYAML"
    1.14 +
    1.15  SOURCE="PyYAML"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://pyyaml.org/wiki/PyYAML"
    1.18  WGET_URL="https://pyyaml.org/download/pyyaml/$TARBALL"
    1.19  
    1.20  DEPENDS="python"
    1.21 @@ -24,5 +25,5 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr
    1.25 -	cp -a $install/usr $fs
    1.26 +	cp -a $install/usr	$fs
    1.27  }