Commits

Andrew Stromnov authored cf5dada0825
py-mistune: update to version 0.8.3
No tags

python/py-mistune/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-mistune
7 -version 0.8.1
7 +version 0.8.3
8 8 revision 0
9 9 categories-append devel textproc
10 10 platforms darwin
11 11 license BSD
12 12
13 13 python.versions 27 34 35 36
14 14
15 15 maintainers stromnov openmaintainer
16 16
17 17 description The fastest markdown parser in pure Python.
18 18 long_description ${description}
19 19
20 20 homepage https://github.com/lepture/mistune
21 21 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
22 22
23 23 distname ${python.rootname}-${version}
24 24
25 -checksums rmd160 1f777b69e7ff672a70305f9bca6ccdc629133c70 \
26 - sha256 4c0f66924ce28f03b95b210ea57e57bd0b59f479edd91c2fa4fe59331eae4a82
25 +checksums rmd160 24b6bebf87f98c2b9d0804c32f2a0fcb57ffcb48 \
26 + sha256 bc10c33bfdcaa4e749b779f62f60d6e12f8215c46a292d05e486b869ae306619
27 27
28 28 if {${name} ne ${subport}} {
29 29 depends_build-append \
30 30 port:py${python.version}-setuptools \
31 31 port:py${python.version}-cython
32 32
33 33 livecheck.type none
34 34 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut