diff options
author | davidovski <david@davidovski.xyz> | 2022-06-15 20:02:02 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-15 20:02:02 +0100 |
commit | d2567bfbdf0e9fa6db0a6ed1534831ec859a3e03 (patch) | |
tree | 684a17eebf446aa1adab1097616f1882c8d51568 /repo/python-pluggy/python-pluggy.xibuild | |
parent | d1fc3393cca72e8e432f827f7624e38734fad6dc (diff) |
added deps for qemu
Diffstat (limited to 'repo/python-pluggy/python-pluggy.xibuild')
-rw-r--r-- | repo/python-pluggy/python-pluggy.xibuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/repo/python-pluggy/python-pluggy.xibuild b/repo/python-pluggy/python-pluggy.xibuild new file mode 100644 index 0000000..c55a6f9 --- /dev/null +++ b/repo/python-pluggy/python-pluggy.xibuild @@ -0,0 +1,16 @@ +#!/bin/sh + +MAKEDEPS="python" +DEPS="python-importlib-python-metadata python-pre-python-commit python-pytest python-pytest-python-benchmark" + +PKG_VER=1.0.0 +SOURCE=https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-$PKG_VER.tar.gz +DESC="plugin and hook calling mechanisms for python" + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} |