# -*- 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-fixtures version 4.1.0 revision 0 maintainers nomaintainer supported_archs noarch platforms {darwin any} description Fixtures, reusable state for writing clean tests and more. long_description \ Fixtures defines a Python contract for reusable state / support logic, \ primarily for unit testing. Helper and adaption logic is included to make \ it easy to write your own fixtures using the fixtures contract. Glue code \ is provided that makes using fixtures that meet the Fixtures contract in \ unittest compatible test cases easy and straight forward. categories-append devel license {Apache-2 BSD} homepage https://github.com/testing-cabal/fixtures checksums rmd160 63a6be5cf7e0624336e5739e0b6d24e3e8b37577 \ sha256 82b1c5e69f615526ef6c067188a1e6c6067df7f88332509c99f8b8fdbb9776f3 \ size 58561 python.versions 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-pbr \ port:py${python.version}-setuptools }