diff options
author | Pavel Timofeev <timp87@gmail.com> | 2023-10-19 20:55:36 -0600 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-10-22 21:51:29 -0400 |
commit | d3566f3e6f5d3f23f1339c1434662520b3dc97ef (patch) | |
tree | 68280e19b6170e9f6d340af87020ec728b94e4ec | |
parent | deskutils/fet: update to 6.10.0 (diff) |
misc/py-colored: update to v2.2.3
- update to v2.2.3
- handle switch to pyproject.toml (pep517)
Changelog: https://gitlab.com/dslackw/colored/-/blob/2.2.3/CHANGES.md?ref_type=tags
PR: 274603
-rw-r--r-- | misc/py-colored/Makefile | 8 | ||||
-rw-r--r-- | misc/py-colored/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/misc/py-colored/Makefile b/misc/py-colored/Makefile index c8f58d25cb15..5dc2c7ace478 100644 --- a/misc/py-colored/Makefile +++ b/misc/py-colored/Makefile @@ -1,5 +1,5 @@ PORTNAME= colored -DISTVERSION= 1.4.4 +DISTVERSION= 2.2.3 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,10 @@ WWW= https://gitlab.com/dslackw/colored LICENSE= MIT -USES= python -USE_PYTHON= autoplist distutils +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} + +USES= python:3.9+ +USE_PYTHON= autoplist pep517 NO_ARCH= yes diff --git a/misc/py-colored/distinfo b/misc/py-colored/distinfo index 41964bf23226..1ddaa7af8f34 100644 --- a/misc/py-colored/distinfo +++ b/misc/py-colored/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685471520 -SHA256 (colored-1.4.4.tar.gz) = 04ff4d4dd514274fe3b99a21bb52fb96f2688c01e93fba7bef37221e7cb56ce0 -SIZE (colored-1.4.4.tar.gz) = 36786 +TIMESTAMP = 1697770303 +SHA256 (colored-2.2.3.tar.gz) = 1905ae45fa2b7fd63a8b4776586e63aeaba4df8db225b72b78fd167408558983 +SIZE (colored-2.2.3.tar.gz) = 13209 |