pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/profanity



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 17 14:38:07 UTC 2023

Modified Files:
        pkgsrc/chat/profanity: Makefile

Log Message:
profanity: mark as not for Python 3.11

Probably fixed in the currently available 0.14.0 release.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/profanity/Makefile

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

Modified files:

Index: pkgsrc/chat/profanity/Makefile
diff -u pkgsrc/chat/profanity/Makefile:1.22 pkgsrc/chat/profanity/Makefile:1.23
--- pkgsrc/chat/profanity/Makefile:1.22 Mon Aug 14 05:23:55 2023
+++ pkgsrc/chat/profanity/Makefile      Thu Aug 17 14:38:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2023/08/14 05:23:55 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/08/17 14:38:06 wiz Exp $
 
 DISTNAME=      profanity-0.12.1
 PKGREVISION=   7
@@ -18,6 +18,9 @@ USE_TOOLS+=   pkg-config gmake
 
 USE_CURSES=    wide
 
+# probably fixed in 0.14.0
+PYTHON_VERSIONS_INCOMPATIBLE=  311
+
 SUBST_CLASSES+=                python
 SUBST_STAGE.python=    pre-configure
 SUBST_FILES.python=    configure



Home | Main Index | Thread Index | Old Index