From d2567bfbdf0e9fa6db0a6ed1534831ec859a3e03 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 15 Jun 2022 20:02:02 +0100 Subject: added deps for qemu --- repo/python-flake8/python-flake8.xibuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 repo/python-flake8/python-flake8.xibuild (limited to 'repo/python-flake8') diff --git a/repo/python-flake8/python-flake8.xibuild b/repo/python-flake8/python-flake8.xibuild new file mode 100644 index 0000000..6a7b5ec --- /dev/null +++ b/repo/python-flake8/python-flake8.xibuild @@ -0,0 +1,17 @@ +#!/bin/sh + +MAKEDEPS="python" +DEPS="python-mccabe python-pycodestyle python-pyflakes python-importlib-python-metadata" + +PKG_VER=4.0.1 +SOURCE=https://files.pythonhosted.org/packages/source/f/flake8/flake8-$PKG_VER.tar.gz +MAKEDEPS="python" +DESC="the modular source code checker: pep8 pyflakes and co" + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} -- cgit v1.2.1