wok-6.x rev 23550
updated python-pyyaml (3.08 -> 5.3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 06:47:51 2020 +0100 (2020-04-07) |
parents | 27cfc8276927 |
children | a32589fd69e7 |
files | python-pyyaml/receipt |
line diff
1.1 --- a/python-pyyaml/receipt Tue Apr 07 06:43:07 2020 +0100 1.2 +++ b/python-pyyaml/receipt Tue Apr 07 06:47:51 2020 +0100 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 }