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: Sun Oct 3 12:42:28 UTC 2021
Modified Files:
pkgsrc/editors/retext: Makefile
Log Message:
retext: py-markups dependency no longer supports Python 3.6
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/editors/retext/Makefile:1.7
--- pkgsrc/editors/retext/Makefile:1.6 Sun Mar 7 07:31:00 2021
+++ pkgsrc/editors/retext/Makefile Sun Oct 3 12:42:28 2021
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/03/07 07:31:00 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/10/03 12:42:28 gutteridge Exp $
DISTNAME= ReText-7.2.1
PKGNAME= ${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= editors python
MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/}
@@ -16,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-markups-[0-9]*:
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-markups
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index