Skip to content

Commit

Permalink
misc/py-colored: update to v2.2.3
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
timp87 authored and clausecker committed Oct 23, 2023
1 parent b7d1a66 commit d3566f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions 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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit d3566f3

Please sign in to comment.