pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/retext



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jan 13 22:29:51 UTC 2025

Modified Files:
        pkgsrc/editors/retext: Makefile

Log Message:
retext: reflect current state of py-markups Python support


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/editors/retext/Makefile

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

Modified files:

Index: pkgsrc/editors/retext/Makefile
diff -u pkgsrc/editors/retext/Makefile:1.20 pkgsrc/editors/retext/Makefile:1.21
--- pkgsrc/editors/retext/Makefile:1.20 Mon Oct 14 06:45:42 2024
+++ pkgsrc/editors/retext/Makefile      Mon Jan 13 22:29:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2024/10/14 06:45:42 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/01/13 22:29:51 gutteridge Exp $
 
 DISTNAME=      ReText-8.0.2
 PKGNAME=       ${DISTNAME:tl}
@@ -18,6 +18,8 @@ DEPENDS+=     ${PYPKGPREFIX}-sip-qt6-[0-9]*:
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39  # py-markups
+
 USE_PKG_RESOURCES=     yes
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index