summaryrefslogtreecommitdiff
path: root/repo/python-toml/python-toml.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-06-15 20:02:02 +0100
committerdavidovski <david@davidovski.xyz>2022-06-15 20:02:02 +0100
commitd2567bfbdf0e9fa6db0a6ed1534831ec859a3e03 (patch)
tree684a17eebf446aa1adab1097616f1882c8d51568 /repo/python-toml/python-toml.xibuild
parentd1fc3393cca72e8e432f827f7624e38734fad6dc (diff)
added deps for qemu
Diffstat (limited to 'repo/python-toml/python-toml.xibuild')
-rw-r--r--repo/python-toml/python-toml.xibuild16
1 files changed, 16 insertions, 0 deletions
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
+}