# -*- 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-doctest-ignore-unicode set real_name doctest-ignore-unicode version 0.1.2 python.versions 27 34 35 36 categories-append devel platforms darwin supported_archs noarch license Apache-2 maintainers {khindenburg @kurthindenburg} openmaintainer description Add flag to ignore unicode literal prefixes in doctests long_description ${description} homepage https://pypi.python.org/pypi/${real_name} master_sites pypi:d/${real_name} distname ${real_name}-${version} checksums rmd160 862a2bc747b47bff593932329fbbd911415f1757 \ sha256 fc90b2d0846477285c6b67fc4cb4d6f39fcf76d8752f4df0a241486f31512ad5 if {${name} eq ${subport}} { livecheck.type pypi } else { depends_lib-append port:py${python.version}-setuptools livecheck.type none }