# HG changeset patch # User Paul Issott # Date 1452935861 0 # Node ID c7214cd99f9b1456c2193b2a2f33c36cf387b590 # Parent 250d8e3285545903ee760f07e2a2781cd647db45 Add python-pyflakes diff -r 250d8e328554 -r c7214cd99f9b python-pyflakes/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyflakes/receipt Sat Jan 16 09:17:41 2016 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-pyflakes" +SOURCE="pyflakes" +VERSION="1.0.0" +CATEGORY="development" +SHORT_DESC="A simple program which checks Python source files for errors." +MAINTAINER="paul@slitaz.org" +#LICENSE="MIT" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://github.com/pyflakes/pyflakes" +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="wget setuptools python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} +