# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-webcolors version 1.5 revision 0 categories-append graphics platforms darwin license BSD supported_archs noarch python.versions 27 34 maintainers stromnov openmaintainer description A library for working with web color names long_description ${description} homepage http://www.bitbucket.org/ubernostrum/webcolors/overview/ master_sites pypi:w/webcolors/ distname webcolors-${version} checksums rmd160 f64dbfadda5240d46fbeba03662794a4a68284ba \ sha256 b3b1c3a41e9c69d1982b76b6531239115519f91cc034a24e975749832dc51b8e if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/webcolors/json livecheck.regex {webcolors-(\d+(?:\.\d+)*)\.[tz]} }