# -*- 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-fixture
version             1.5.11
revision            0
categories-append   devel
platforms           darwin
license             LGPL-2.1+
maintainers         nomaintainer

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.
homepage            http://farmdev.com/projects/fixture/

supported_archs     noarch

master_sites        pypi:f/fixture/
distname            fixture-${version}
checksums           rmd160  0fa87b1809ab6f57a70cbe6ec42c88451b15f692 \
                    sha256  caf3896fbdb1a83fa0b12defef2f3bafcbdad1d10f8dd1aae26303f749e64612 \
                    size    67136

python.versions     27

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-setuptools \
                    port:py${python.version}-six

    livecheck.type  none
}
