diff options
author | tota <tota@FreeBSD.org> | 2018-04-18 16:30:13 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2018-04-18 16:30:13 +0800 |
commit | 5b831cb4d0faf64759f3b19fda6f144ea500fb7c (patch) | |
tree | 5e901d00d5b5f085a6ec5c94a10fb1a29feb486f /graphics | |
parent | 067d20379ad85536a5b68422eb38fc0315457d78 (diff) | |
download | freebsd-ports-gnome-5b831cb4d0faf64759f3b19fda6f144ea500fb7c.tar.gz freebsd-ports-gnome-5b831cb4d0faf64759f3b19fda6f144ea500fb7c.tar.zst freebsd-ports-gnome-5b831cb4d0faf64759f3b19fda6f144ea500fb7c.zip |
- Update to 1.8.1
- Update LICENSE section
- Update pkg-descr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-webcolors/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-webcolors/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-webcolors/pkg-descr | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/py-webcolors/Makefile b/graphics/py-webcolors/Makefile index 1bcd5b1b6f7e..865120456431 100644 --- a/graphics/py-webcolors/Makefile +++ b/graphics/py-webcolors/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webcolors -PORTVERSION= 1.7 +PORTVERSION= 1.8.1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,7 @@ 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 diff --git a/graphics/py-webcolors/distinfo b/graphics/py-webcolors/distinfo index ce14905b2017..4bb35a5c4668 100644 --- a/graphics/py-webcolors/distinfo +++ b/graphics/py-webcolors/distinfo @@ -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 diff --git a/graphics/py-webcolors/pkg-descr b/graphics/py-webcolors/pkg-descr index 13163247903a..494e663f8b62 100644 --- a/graphics/py-webcolors/pkg-descr +++ b/graphics/py-webcolors/pkg-descr @@ -1,5 +1,5 @@ -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 |