pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-termcolor
Module Name: pkgsrc
Committed By: adam
Date: Sat Dec 2 09:50:25 UTC 2023
Modified Files:
pkgsrc/devel/py-termcolor: Makefile PLIST distinfo
Log Message:
py-termcolor: updated to 2.4.0
Release 2.4.0
Added
Document terminal colour detection overrides
Add support for Python 3.13
Changed
Improve isatty check
Improve typing
Drop support for EOL Python 3.7
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-termcolor/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-termcolor/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-termcolor/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-termcolor/Makefile
diff -u pkgsrc/devel/py-termcolor/Makefile:1.7 pkgsrc/devel/py-termcolor/Makefile:1.8
--- pkgsrc/devel/py-termcolor/Makefile:1.7 Sat Oct 28 19:57:06 2023
+++ pkgsrc/devel/py-termcolor/Makefile Sat Dec 2 09:50:25 2023
@@ -1,26 +1,22 @@
-# $NetBSD: Makefile,v 1.7 2023/10/28 19:57:06 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/12/02 09:50:25 adam Exp $
-DISTNAME= termcolor-2.3.0
+DISTNAME= termcolor-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/termcolor/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pypi.python.org/pypi/termcolor
+HOMEPAGE= https://github.com/termcolor/termcolor
COMMENT= ANSI color output for terminals
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
-# No tests provided
-do-test:
- ${NADA}
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-termcolor/PLIST
diff -u pkgsrc/devel/py-termcolor/PLIST:1.5 pkgsrc/devel/py-termcolor/PLIST:1.6
--- pkgsrc/devel/py-termcolor/PLIST:1.5 Sat Oct 28 19:57:06 2023
+++ pkgsrc/devel/py-termcolor/PLIST Sat Dec 2 09:50:25 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:57:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/12/02 09:50:25 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -9,6 +9,9 @@ ${PYSITELIB}/termcolor/__init__.pyo
${PYSITELIB}/termcolor/__main__.py
${PYSITELIB}/termcolor/__main__.pyc
${PYSITELIB}/termcolor/__main__.pyo
+${PYSITELIB}/termcolor/_types.py
+${PYSITELIB}/termcolor/_types.pyc
+${PYSITELIB}/termcolor/_types.pyo
${PYSITELIB}/termcolor/py.typed
${PYSITELIB}/termcolor/termcolor.py
${PYSITELIB}/termcolor/termcolor.pyc
Index: pkgsrc/devel/py-termcolor/distinfo
diff -u pkgsrc/devel/py-termcolor/distinfo:1.4 pkgsrc/devel/py-termcolor/distinfo:1.5
--- pkgsrc/devel/py-termcolor/distinfo:1.4 Tue Apr 25 14:02:40 2023
+++ pkgsrc/devel/py-termcolor/distinfo Sat Dec 2 09:50:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/04/25 14:02:40 wiz Exp $
+$NetBSD: distinfo,v 1.5 2023/12/02 09:50:25 adam Exp $
-BLAKE2s (termcolor-2.3.0.tar.gz) = 4e42f9e0932b6f3f1342d403f4efab33e52314c44bcf14623b2b7234bf6688ad
-SHA512 (termcolor-2.3.0.tar.gz) = 0ccfd9320235215b85ddbf099399aaa325dd7176be7a39225377a81c372f9733105dcfe4a9e577cdca451be1f9b5538a071fc511bccd226fe0c4cbecb536bbf3
-Size (termcolor-2.3.0.tar.gz) = 12163 bytes
+BLAKE2s (termcolor-2.4.0.tar.gz) = 024823f8f2443e426d8c3f109c01cb8511329a454d1f793b0d7c697e46d2d4e1
+SHA512 (termcolor-2.4.0.tar.gz) = e715940ccc8863baae020345cabc8fc90b5bbbd5ef4b384de96920a90d97508cee6f863aa39a2c08971e58f45cf85ec73c0659715f54072bbc57612681138355
+Size (termcolor-2.4.0.tar.gz) = 12664 bytes
Home |
Main Index |
Thread Index |
Old Index