Commits

Andrew Stromnov authored b475893e6cf
py-markdown: update to 3.1
No tags

python/py-markdown/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-markdown
7 -version 3.0.1
7 +version 3.1
8 8 revision 0
9 9 categories-append textproc
10 10 platforms darwin
11 11 license BSD
12 12 supported_archs noarch
13 13
14 14 python.versions 27 34 35 36 37
15 15
16 16 maintainers {stromnov @stromnov} openmaintainer
17 17
20 20 long_description This is a Python implementation of John Gruber’s \
21 21 Markdown. It is almost completely compliant with \
22 22 the reference implementation, though there are a \
23 23 few very minor differences.
24 24
25 25 homepage https://python-markdown.github.io/
26 26 master_sites pypi:M/Markdown
27 27
28 28 distname Markdown-${version}
29 29
30 -checksums rmd160 e0a39213a6219b19b5c3882c0a99dda487c39b5c \
31 - sha256 d02e0f9b04c500cde6637c11ad7c72671f359b87b9fe924b2383649d8841db7c \
32 - size 284084
30 +checksums rmd160 6ca10def5e5c12a8cf9962adddf693f447bb10a1 \
31 + sha256 fc4a6f69a656b8d858d7503bda633f4dd63c2d70cf80abdc6eafa64c4ae8c250 \
32 + size 293761
33 33
34 34 if {${name} ne ${subport}} {
35 35 depends_lib-append port:py${python.version}-setuptools
36 36
37 37 livecheck.type none
38 38 } else {
39 39 livecheck.name Markdown
40 40 }

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

Add shortcut