Commits

Chris Jones authored b680c8700a2
py-markdown: add python 3.8
No tags

python/py-markdown/Portfile

Modified
4 4 PortGroup python 1.0
5 5
6 6 name py-markdown
7 7 version 3.1.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 -python.versions 27 35 36 37
14 +python.versions 27 35 36 37 38
15 15
16 16 maintainers {stromnov @stromnov} openmaintainer
17 17
18 18 description Python implementation of Markdown
19 19
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

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

Add shortcut