# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-hypothesis version 4.47.1 revision 0 categories-append devel platforms darwin license MPL-2 python.versions 27 34 35 36 37 38 maintainers {khindenburg @kurthindenburg} openmaintainer description A library for property based testing long_description \ Hypothesis is an advanced testing library for Python. It lets you write\ tests which are parametrized by a source of examples, and then generates\ simple and comprehensible examples that make your tests fail. homepage https://pypi.python.org/pypi/hypothesis master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 c44b9349f825e5b0f5b236f8d080cdbd153929c0 \ sha256 b208d8a2fb250ae71c2f1a0c783801e4c7d2e57b8b4b783115b217c7c39031ad \ size 222870 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-attrs \ port:py${python.version}-coverage if {${python.version} eq 27} { depends_lib-append port:py${python.version}-enum34 } livecheck.type none }