# HG changeset patch # User Hans-G?nter Theisgen # Date 1551457852 -3600 # Node ID 9e09019c3f5309b7ee2a14280b33f796170e2b56 # Parent 63b78fefa739e71e204dd587baa9596468c5abbe updated flake8 (2.2.4 -> 3.7.7) diff -r 63b78fefa739 -r 9e09019c3f53 flake8/receipt --- a/flake8/receipt Fri Mar 01 16:28:21 2019 +0100 +++ b/flake8/receipt Fri Mar 01 17:30:52 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="flake8" -VERSION="2.2.4" +VERSION="3.7.7" CATEGORY="development" SHORT_DESC="The modular source code checker for python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://pypi.python.org/pypi/flake8" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://pypi.python.org/pypi/flake8" WGET_URL="https://pypi.python.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="wget python setuptools" +BUILD_DEPENDS="python setuptools" # Rules to configure and make the package. compile_rules()