Files
2020-10-29 00:29:03 +03:00

33 lines
1014 B
Tcl

# -*- 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-mistune
version 0.8.4
revision 0
categories-append devel textproc
platforms darwin
license BSD
python.versions 27 35 36 37 38 39
maintainers {stromnov @stromnov} openmaintainer
description The fastest markdown parser in pure Python.
long_description ${description}
homepage https://github.com/lepture/mistune
checksums rmd160 b63b71998bac291a54fc94f11700aa806bccb92d \
sha256 59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e \
size 58322
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools \
port:py${python.version}-cython
livecheck.type none
}