Commits
Mark Moll authored 2b175d153ab
16 16 | |
17 17 | description Library for working with HTML documents |
18 18 | long_description A Python implementation of a HTML parser based on the \ |
19 19 | WHATWG HTML5 specification for maximum compatibility \ |
20 20 | with major desktop web browsers. |
21 21 | |
22 22 | checksums rmd160 14bd17da566e7de383a61b1a4b75fe5190899cab \ |
23 23 | sha256 6e2deee8b637a2bad241b249736e5bfb334c6019dc2adf9f0366eded336cb0cc \ |
24 24 | size 146935 |
25 25 | |
26 - | python.versions 27 35 36 37 |
26 + | python.versions 27 35 36 37 38 |
27 27 | |
28 28 | if {${name} ne ${subport}} { |
29 29 | depends_build-append \ |
30 30 | port:py${python.version}-setuptools |
31 31 | |
32 32 | depends_lib-append \ |
33 33 | port:py${python.version}-six \ |
34 34 | port:py${python.version}-webencodings |
35 35 | |
36 36 | post-destroot { |