# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-fixture set real_name fixture version 1.4 maintainers nomaintainer platforms darwin supported_archs noarch description Python module for loading and referencing test data 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 LGPL-2.1+ homepage http://farmdev.com/projects/fixture/ master_sites http://pypi.python.org/packages/source/f/${real_name}/ distname ${real_name}-${version} checksums md5 cb051fbc19c3edc355ba276e9d524848 \ sha1 558d73ebea2f192dde6c88bebcbc24cb4707558d \ rmd160 cd448659c76e7926c10302ce72d4ea19b3d2de2a python.versions 25 26 27 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools }