Index: head/graphics/py-webcolors/Makefile =================================================================== --- head/graphics/py-webcolors/Makefile (revision 467689) +++ head/graphics/py-webcolors/Makefile (revision 467690) @@ -1,28 +1,29 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= webcolors -PORTVERSION= 1.7 +PORTVERSION= 1.8.1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= Library working with the sRGB color space as used in the HTML and CSS LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} PORTDOCS= README.rst OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/py-webcolors/distinfo =================================================================== --- head/graphics/py-webcolors/distinfo (revision 467689) +++ head/graphics/py-webcolors/distinfo (revision 467690) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481878562 -SHA256 (webcolors-1.7.tar.gz) = e47e68644d41c0b1f1e4d939cfe4039bdf1ab31234df63c7a4f59d4766487206 -SIZE (webcolors-1.7.tar.gz) = 31291 +TIMESTAMP = 1523862026 +SHA256 (webcolors-1.8.1.tar.gz) = 030562f624467a9901f0b455fef05486a88cfb5daa1e356bd4aacea043850b59 +SIZE (webcolors-1.8.1.tar.gz) = 33118 Index: head/graphics/py-webcolors/pkg-descr =================================================================== --- head/graphics/py-webcolors/pkg-descr (revision 467689) +++ head/graphics/py-webcolors/pkg-descr (revision 467690) @@ -1,14 +1,14 @@ -webcolors is a simple Python (2.6, 2.7, 3.3+) module for working -with HTML/CSS color definitions. +webcolors is a Python (2.7, 3.4+) module for working with HTML/CSS +color definitions. Support is included for normalizing and converting between the following formats (RGB colorspace only; conversion to/from HSL can be handled by the colorsys module in the Python standard library): * Specification-defined color names * Six-digit hexadecimal * Three-digit hexadecimal * Integer rgb() triplet * Percentage rgb() triplet WWW: https://github.com/ubernostrum/webcolors