You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-bleach
|
|
version 3.3.0
|
|
revision 0
|
|
categories-append www
|
|
platforms darwin
|
|
license Apache
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description An easy safelist-based HTML-sanitizing tool.
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/mozilla/bleach
|
|
|
|
checksums rmd160 eb40942d8a37ea5f874dddf7ecee06dde39063a5 \
|
|
sha256 98b3170739e5e83dd9dc19633f074727ad848cbedb6026708c8ac2d3b697a433 \
|
|
size 181274
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append port:py${python.version}-packaging \
|
|
port:py${python.version}-six \
|
|
port:py${python.version}-webencodings
|
|
|
|
livecheck.type none
|
|
}
|