# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup miyakogi m2r 0.1.10 v name py-m2r categories-append devel license MIT platforms darwin maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer description Converts a markdown file including reStructuredText (rst) markups to a valid rst format long_description M2R converts a markdown file including reStructuredText (rst) markups to a valid rst format. checksums rmd160 747d308e83a8d178a8bb074fb2d7fa8967b257b9 \ sha256 4c7a92f111ac842b9c4d3719b8d785b26cb1cf6e81ec0940f8fe0ccc078e6925 master_sites ${homepage}/archive distname v${version} worksrcdir m2r-${version} python.versions 27 34 35 36 if {${name} ne ${subport}} { supported_archs noarch depends_build-append \ port:py${python.version}-setuptools # uses from "pkg_resources import load_entry_point" depends_run-append \ port:py${python.version}-setuptools depends_run-append \ port:py${python.version}-mistune \ port:py${python.version}-docutils test.run yes # avoid downloading these files during testing depends_test-append \ port:py${python.version}-mock \ port:py${python.version}-pygments livecheck.type none }