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-toml/python-toml.xibuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 repo/python-toml/python-toml.xibuild (limited to 'repo/python-toml/python-toml.xibuild') diff --git a/repo/python-toml/python-toml.xibuild b/repo/python-toml/python-toml.xibuild new file mode 100644 index 0000000..390cf6f --- /dev/null +++ b/repo/python-toml/python-toml.xibuild @@ -0,0 +1,16 @@ +#!/bin/sh + +MAKEDEPS="python" +DEPS="%deps%" + +PKG_VER=0.10.2 +SOURCE=https://files.pythonhosted.org/packages/source/t/toml/toml-$PKG_VER.tar.gz +DESC="Python Library for Tom's Obvious, Minimal Language" + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} -- cgit v1.2.1