# -*- 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-flexmock version 0.12.1 revision 0 supported_archs noarch platforms {darwin any} license BSD maintainers {judaew @judaew} openmaintainer description Mock/stub/spy library for Python long_description {*}${description} homepage https://flexmock.readthedocs.io/ checksums rmd160 2245a8741471937cc4daee42e4f343c83641be2a \ sha256 20b690afa4ff8c6f31548d896d6d41cca1fc9050a4cf628b965ea434ec548ee3 \ size 52765 python.versions 37 38 39 310 311 312 python.pep517 yes python.pep517_backend poetry if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ livecheck.type none }