# HG changeset patch # User Hans-G?nter Theisgen # Date 1586187485 -3600 # Node ID 23d1dbe1e6bbcce2791480eb22bbda28f85109d6 # Parent 536eefcdadc687928049b042ecb247d6ec4c1259 updated python-pyflakes (1.6.0 -> 2.1.1) diff -r 536eefcdadc6 -r 23d1dbe1e6bb python-pyflakes/receipt --- a/python-pyflakes/receipt Mon Apr 06 16:33:09 2020 +0100 +++ b/python-pyflakes/receipt Mon Apr 06 16:38:05 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-pyflakes" -SOURCE="pyflakes" -VERSION="1.6.0" +VERSION="2.1.1" CATEGORY="development" SHORT_DESC="A simple program which checks Python source files for errors." MAINTAINER="paul@slitaz.org" -#LICENSE="MIT" +LICENSE="MIT" +WEB_SITE="https://github.com/pyflakes/pyflakes" + +SOURCE="pyflakes" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://github.com/pyflakes/pyflakes" WGET_URL="https://github.com/PyCQA/pyflakes/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="wget python-setuptools python-dev" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,6 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } -