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-nose/python-nose.xibuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 repo/python-nose/python-nose.xibuild (limited to 'repo/python-nose') diff --git a/repo/python-nose/python-nose.xibuild b/repo/python-nose/python-nose.xibuild new file mode 100644 index 0000000..58b8651 --- /dev/null +++ b/repo/python-nose/python-nose.xibuild @@ -0,0 +1,17 @@ +#!/bin/sh + +MAKEDEPS="python" +DEPS="%deps%" + +PKG_VER=1.3.7 +SOURCE=https://files.pythonhosted.org/packages/source/n/nose/nose-$PKG_VER.tar.gz +MAKEDEPS="python" +DESC="nose extends unittest to make testing easier" + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} -- cgit v1.2.1