Ticket #60678: Portfile-py-bleach.diff

File Portfile-py-bleach.diff, 792 bytes (added by dstrubbe (David Strubbe), 4 years ago)
  • python/py-bleach/Portfile

    diff --git a/python/py-bleach/Portfile b/python/py-bleach/Portfile
    index 43e63f75b89..b150d1511aa 100644
    a b PortGroup python 1.0 
    55
    66name                py-bleach
    77version             3.1.5
    8 revision            0
     8revision            1
    99categories-append   www
    1010platforms           darwin
    1111license             Apache
    if {${name} ne ${subport}} { 
    2929                        port:py${python.version}-setuptools
    3030
    3131    depends_lib-append  port:py${python.version}-six \
    32                         port:py${python.version}-webencodings
     32                        port:py${python.version}-webencodings \
     33                        port:py${python.version}-packaging
    3334
    3435    livecheck.type      none
    3536}