diff options
Diffstat (limited to 'repo/python-hypothesis')
-rw-r--r-- | repo/python-hypothesis/python-hypothesis.xibuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/repo/python-hypothesis/python-hypothesis.xibuild b/repo/python-hypothesis/python-hypothesis.xibuild new file mode 100644 index 0000000..e3c3d03 --- /dev/null +++ b/repo/python-hypothesis/python-hypothesis.xibuild @@ -0,0 +1,17 @@ +#!/bin/sh + +MAKEDEPS="python" +DEPS="python-attrs python-sortedcontainers python-exceptiongroup python-black python-click python-django python-dpcontracts python-lark-python-parser python-libcst python-numpy python-pandas python-pytest python-python-python-dateutil python-pytz python-redis python-rich python-importlib-python-metadata python-backports.python-zoneinfo python-tzdata python-click python-black python-rich python-libcst python-python-python-dateutil python-django python-dpcontracts python-black python-lark-python-parser python-numpy python-pandas python-pytest python-pytz python-redis python-backports.python-zoneinfo python-tzdata" + +PKG_VER=6.47.4 +SOURCE=https://files.pythonhosted.org/packages/source/h/hypothesis/hypothesis-$PKG_VER.tar.gz +MAKEDEPS="python" +DESC="A library for property-based testing" + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} |