Revision: 133477 https://trac.macports.org/changeset/133477 Author: sean@macports.org Date: 2015-03-02 17:05:41 -0800 (Mon, 02 Mar 2015) Log Message: ----------- py-mistune: add new port needed for ipython Added Paths: ----------- trunk/dports/python/py-mistune/ trunk/dports/python/py-mistune/Portfile Added: trunk/dports/python/py-mistune/Portfile =================================================================== --- trunk/dports/python/py-mistune/Portfile (rev 0) +++ trunk/dports/python/py-mistune/Portfile 2015-03-03 01:05:41 UTC (rev 133477) @@ -0,0 +1,31 @@ +# -*- 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 +# $Id$ + +PortSystem 1.0 +PortGroup github 1.0 +PortGroup python 1.0 + +github.setup lepture mistune 0.5 v +name py-mistune +categories-append devel +platforms darwin +license MIT +supported_archs noarch + +python.versions 27 34 + +maintainers nomaintainer + +description The fastest markdown parser in pure Python +long_description ${description} + +checksums rmd160 ac72fc70ca3b89fd76c600a86180f2f74f249ce2 \ + sha256 90294b9b7983f6d38c7e827321a44d704744b17a5ce4b1deef191d71301a6ae1 + +if {${name} ne ${subport}} { + depends_build-append \ + port:py${python.version}-setuptools \ + port:py${python.version}-cython + + livecheck.type none +}