# -*- 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
python.versions 27 34 35 36
maintainers {khindenburg @kurthindenburg} openmaintainer
description A library for property based testing
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 5e3886d71c36693781cc4bbadb4b1b3daafc0f24 \
sha256 ffa4b080640f0528d37436c8d20dd4e6a6b7628d644d1d69e8a7d124b4a31565
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} == 27} {
depends_lib-append port:py${python.version}-enum34