# -*- 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 github 1.0 PortGroup python 1.0 github.setup spulec freezegun 0.3.11 name py-freezegun categories-append devel platforms darwin supported_archs noarch license MIT maintainers {yan12125 @yan12125} openmaintainer description FreezeGun is a library that allows your python tests \ to travel through time by mocking the datetime module. long_description ${description} checksums rmd160 e5a8350a8c563f7ef34c010527de2577acdd0fcf \ sha256 3330465441afe90686bc4b501b809d6a11e9524bcceb50fdeff94667a484781e \ size 21825 python.versions 27 34 35 36 37 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-dateutil depends_test-append port:py${python.version}-pytest \ port:py${python.version}-nose \ port:py${python.version}-mock test.run yes test.cmd py.test-${python.branch} test.target livecheck.type none }