Skip to content

Commit

Permalink
graphics/py-webcolors: Update to 1.13
Browse files Browse the repository at this point in the history
- Update to 1.13 [1]
- Update pkg-descr

PR:		270734 [1]
Submitted by:	bitbucket63-it@yahoo.com [1]
  • Loading branch information
tota committed Apr 23, 2023
1 parent 6b02680 commit 772c35e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 6 additions & 3 deletions graphics/py-webcolors/Makefile
@@ -1,5 +1,5 @@
PORTNAME= webcolors
PORTVERSION= 1.8.1
PORTVERSION= 1.13
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,8 +11,11 @@ WWW= https://github.com/ubernostrum/webcolors
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python:3.6+
USE_PYTHON= distutils autoplist
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist pep517
NO_ARCH= yes

DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
Expand Down
6 changes: 3 additions & 3 deletions graphics/py-webcolors/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1523862026
SHA256 (webcolors-1.8.1.tar.gz) = 030562f624467a9901f0b455fef05486a88cfb5daa1e356bd4aacea043850b59
SIZE (webcolors-1.8.1.tar.gz) = 33118
TIMESTAMP = 1681779281
SHA256 (webcolors-1.13.tar.gz) = c225b674c83fa923be93d235330ce0300373d02885cef23238813b0d5668304a
SIZE (webcolors-1.13.tar.gz) = 41152
3 changes: 1 addition & 2 deletions graphics/py-webcolors/pkg-descr
@@ -1,5 +1,4 @@
webcolors is a Python (2.7, 3.4+) module for working with HTML/CSS
color definitions.
webcolors is a 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
Expand Down

0 comments on commit 772c35e

Please sign in to comment.