Skip to content

Commit

Permalink
devel/py-termcolor-whl: Update to 1.1.3
Browse files Browse the repository at this point in the history
- Change MASTER_SITES from GitHub to PYPI
- Add WWW
- Fix pkg-descr

Changes:	https://github.com/matthewdeanmartin/termcolor/commits/main
  • Loading branch information
sunpoet committed Jun 5, 2023
1 parent f6afe7c commit f5e1572
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
11 changes: 4 additions & 7 deletions devel/py-termcolor-whl/Makefile
@@ -1,11 +1,13 @@
PORTNAME= termcolor-whl
PORTVERSION= 1.1.2
PORTREVISION= 2
PORTVERSION= 1.1.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= termcolor_whl-${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ANSI Color formatting for output in terminal, successor to termcolor
WWW= https://github.com/matthewdeanmartin/termcolor

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
Expand All @@ -17,9 +19,4 @@ USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

USE_GITHUB= yes
GH_ACCOUNT= matthewdeanmartin
GH_PROJECT= termcolor
GH_TAGNAME= 4ecd396

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-termcolor-whl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1660576688
SHA256 (matthewdeanmartin-termcolor-1.1.2-4ecd396_GH0.tar.gz) = ca6d3a5c5d1e095dbb943a1387d4d075de53fa74426866227e0502edf2268dea
SIZE (matthewdeanmartin-termcolor-1.1.2-4ecd396_GH0.tar.gz) = 5654
TIMESTAMP = 1685792298
SHA256 (termcolor_whl-1.1.3.tar.gz) = 23174359d04549164988efb34b4ac4f31f9d617641f8c4de760de7053174d013
SIZE (termcolor_whl-1.1.3.tar.gz) = 4113
9 changes: 8 additions & 1 deletion devel/py-termcolor-whl/pkg-descr
@@ -1 +1,8 @@
a: ASCII text
termcolor-whl colorizes your console output.

This is a fork of termcolor, originally created so it would have a wheel
package.

Note that handling of nested colour tokens has been removed in this package.
This is to save on an import of a large package (re) and since this is actually
not a common usage case.

0 comments on commit f5e1572

Please sign in to comment.