# Description: Advanced Quickcheck style testing library for Python # URL: https://hypothesis.readthedocs.org # Maintainer: xcko, xcko at bitmessage dot ch # Depends on: python3-setuptools name=python3-hypothesis version=3.8.2 release=1 source=(https://github.com/HypothesisWorks/hypothesis-python/archive/$version.tar.gz) build() { cd hypothesis-python-$version /usr/bin/python3 setup.py build /usr/bin/python3 setup.py install --root=$PKG --optimize=1 }