wok rev 20920
updated flake8 (2.2.4 -> 3.7.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 01 17:30:52 2019 +0100 (2019-03-01) |
parents | 63b78fefa739 |
children | 7fbfc0c547fc |
files | flake8/receipt |
line diff
1.1 --- a/flake8/receipt Fri Mar 01 16:28:21 2019 +0100 1.2 +++ b/flake8/receipt Fri Mar 01 17:30:52 2019 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="flake8" 1.7 -VERSION="2.2.4" 1.8 +VERSION="3.7.7" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The modular source code checker for python." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://pypi.python.org/pypi/flake8" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://pypi.python.org/pypi/flake8" 1.17 WGET_URL="https://pypi.python.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL" 1.18 1.19 DEPENDS="python" 1.20 -BUILD_DEPENDS="wget python setuptools" 1.21 +BUILD_DEPENDS="python setuptools" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()