Commits
Andrew Stromnov authored cd44aa79d08
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-bleach |
7 - | version 3.0.1 |
7 + | version 3.0.2 |
8 8 | revision 0 |
9 9 | categories-append www |
10 10 | platforms darwin |
11 11 | license Apache |
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 | |
18 18 | description An easy safelist-based HTML-sanitizing tool. |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage https://github.com/mozilla/bleach |
22 22 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
23 23 | |
24 24 | distname ${python.rootname}-${version} |
25 25 | |
26 - | checksums rmd160 112cfbc013a41320ec857308c5aea08a650f9c12 \ |
27 - | sha256 c39d25d9ada62009853b0281efdc35a792db8cdee89465433e6d0aaaf5defc3f \ |
28 - | size 165179 |
26 + | checksums rmd160 56c205f477a43e4b9d8d13145b7b6d86adbb7dc9 \ |
27 + | sha256 48d39675b80a75f6d1c3bdbffec791cf0bbbab665cf01e20da701c77de278718 \ |
28 + | size 165682 |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | depends_build-append \ |
32 32 | port:py${python.version}-setuptools |
33 33 | |
34 34 | depends_lib-append port:py${python.version}-six \ |
35 35 | port:py${python.version}-webencodings |
36 36 | |
37 37 | livecheck.type none |
38 38 | } |