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 Jul 31 22:01:21 UTC 2023

Modified Files:
        pkgsrc/editors/retext: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/editors/retext/Makefile:1.15
--- pkgsrc/editors/retext/Makefile:1.14 Fri Dec  2 23:13:20 2022
+++ pkgsrc/editors/retext/Makefile      Mon Jul 31 22:01:21 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2022/12/02 23:13:20 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/07/31 22:01:21 gutteridge Exp $
 
 DISTNAME=      ReText-7.2.3
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=R/ReText/}
 
@@ -18,7 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-qt5-[0-9]*:../.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-markups
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 # py-markups
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index