diff options
Diffstat (limited to 'repo/python-filelock/python-filelock.xibuild')
-rw-r--r-- | repo/python-filelock/python-filelock.xibuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/repo/python-filelock/python-filelock.xibuild b/repo/python-filelock/python-filelock.xibuild new file mode 100644 index 0000000..be1f033 --- /dev/null +++ b/repo/python-filelock/python-filelock.xibuild @@ -0,0 +1,16 @@ +#!/bin/sh + +MAKEDEPS="python" +DEPS="python-furo python-sphinx python-sphinx-python-autodoc-python-typehints python-covdefaults python-coverage python-pytest python-pytest-python-cov python-pytest-python-timeout" + +PKG_VER=3.7.1 +SOURCE=https://files.pythonhosted.org/packages/source/f/filelock/filelock-$PKG_VER.tar.gz +DESC="A platform independent file lock." + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} |