wok diff python-pyflakes/receipt @ rev 23999

syslinux/iso2exe: read isolinux.cfg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 12 07:47:12 2021 +0000 (2021-01-12)
parents 814362194a8d
children 5ea0ce1cecc0
line diff
     1.1 --- a/python-pyflakes/receipt	Sun May 19 19:45:04 2019 +0200
     1.2 +++ b/python-pyflakes/receipt	Tue Jan 12 07:47:12 2021 +0000
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pyflakes"
     1.7 -SOURCE="pyflakes"
     1.8 -VERSION="1.6.0"
     1.9 +VERSION="2.1.1"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="A simple program which checks Python source files for errors."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13 -#LICENSE="MIT"
    1.14 +LICENSE="MIT"
    1.15 +WEB_SITE="https://github.com/pyflakes/pyflakes"
    1.16 +
    1.17 +SOURCE="pyflakes"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WEB_SITE="https://github.com/pyflakes/pyflakes"
    1.20  WGET_URL="https://github.com/PyCQA/pyflakes/archive/$VERSION.tar.gz"
    1.21  
    1.22  DEPENDS="python"
    1.23 -BUILD_DEPENDS="wget python-setuptools python-dev"
    1.24 +BUILD_DEPENDS="python python-dev python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -23,6 +24,5 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $install/usr $fs
    1.33 +	cp -a $install/usr	$fs
    1.34  }
    1.35 -