# -*- 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.12 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 14539a0a8166277c0ae474a2313d5157897b2b1f \ sha256 1567aaf8202fd3bed2ec8bcfb2a6d5749a65b311493b451d25e400873e01cf80 \ size 22761 python.versions 27 34 35 36 37 38 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}-mock test.run yes test.cmd py.test-${python.branch} test.target livecheck.type none }