Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2023 11:40:19 GMT
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 772c35e0c94a - main - graphics/py-webcolors: Update to 1.13
Message-ID:  <202304231140.33NBeJ6K009755@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tota:

URL: https://cgit.FreeBSD.org/ports/commit/?id=772c35e0c94a5d880bd6c4c418d4cfbeb4be7255

commit 772c35e0c94a5d880bd6c4c418d4cfbeb4be7255
Author:     TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2023-04-18 01:58:28 +0000
Commit:     TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2023-04-23 11:39:41 +0000

    graphics/py-webcolors: Update to 1.13
    
    - Update to 1.13 [1]
    - Update pkg-descr
    
    PR:             270734 [1]
    Submitted by:   bitbucket63-it@yahoo.com [1]
---
 graphics/py-webcolors/Makefile  | 9 ++++++---
 graphics/py-webcolors/distinfo  | 6 +++---
 graphics/py-webcolors/pkg-descr | 3 +--
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/graphics/py-webcolors/Makefile b/graphics/py-webcolors/Makefile
index 396e41af197c..05068487bc7d 100644
--- a/graphics/py-webcolors/Makefile
+++ b/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}
@@ -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}
diff --git a/graphics/py-webcolors/distinfo b/graphics/py-webcolors/distinfo
index 4bb35a5c4668..bc9573fbe3a1 100644
--- a/graphics/py-webcolors/distinfo
+++ b/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
diff --git a/graphics/py-webcolors/pkg-descr b/graphics/py-webcolors/pkg-descr
index 402ef2579a39..6da47282f038 100644
--- a/graphics/py-webcolors/pkg-descr
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304231140.33NBeJ6K009755>