pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/py-colorama



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul  1 08:54:01 UTC 2023

Modified Files:
        pkgsrc/comms/py-colorama: Makefile distinfo

Log Message:
py-colorama: not for Python 2 any longer


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/comms/py-colorama/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/comms/py-colorama/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/py-colorama/Makefile
diff -u pkgsrc/comms/py-colorama/Makefile:1.14 pkgsrc/comms/py-colorama/Makefile:1.15
--- pkgsrc/comms/py-colorama/Makefile:1.14      Thu Nov 10 08:19:36 2022
+++ pkgsrc/comms/py-colorama/Makefile   Sat Jul  1 08:54:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/11/10 08:19:36 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/07/01 08:54:01 wiz Exp $
 
 DISTNAME=      colorama-0.4.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,11 @@ HOMEPAGE=    https://github.com/tartley/col
 COMMENT=       Cross-platform coloured terminal text
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+
 USE_LANGUAGES= # none
-# as long as Python 2.7 is around
-NO_BUILD=      yes
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/comms/py-colorama/distinfo
diff -u pkgsrc/comms/py-colorama/distinfo:1.15 pkgsrc/comms/py-colorama/distinfo:1.16
--- pkgsrc/comms/py-colorama/distinfo:1.15      Thu Nov 10 08:19:36 2022
+++ pkgsrc/comms/py-colorama/distinfo   Sat Jul  1 08:54:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/11/10 08:19:36 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/07/01 08:54:01 wiz Exp $
 
-BLAKE2s (colorama-0.4.6-py2.py3-none-any.whl) = c0514d594a37965ea850bd2b9840ec265637521b98e03cb6adeceac4ae41cd75
-SHA512 (colorama-0.4.6-py2.py3-none-any.whl) = a5301fe83709a4632969bf32e0e5564679bac01fcb2068a57781c0fbd04ad48f90f14b6439c27155a9ed1ef6567a70f509b0d27d9661fa1dc56abd32bcc599dd
-Size (colorama-0.4.6-py2.py3-none-any.whl) = 25335 bytes
+BLAKE2s (colorama-0.4.6.tar.gz) = 1a11cc4f067a1e8ec3e205503d8c35cedad4fbee4be43902d8ca5fd09c8d1c0d
+SHA512 (colorama-0.4.6.tar.gz) = 472f00647dec5955562d8a7f7a9078baefc8a449f8f83331a9e73fb246a4588bb4cf07d8d53fb5e53d411d63c7f362ce5f855511a0cf436684258a72dfb2bec0
+Size (colorama-0.4.6.tar.gz) = 27697 bytes



Home | Main Index | Thread Index | Old Index