summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-10-03 12:42:28 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-10-03 12:42:28 +0000
commit3f31bd91e088b559f45489054d5998045fc2a010 (patch)
treefe6e0b4fb6e295aa295c8761f899dfd241829adc /editors
parent3fe754d21cf484f47e06974ed666a26159ba8c51 (diff)
downloadpkgsrc-3f31bd91e088b559f45489054d5998045fc2a010.tar.gz
retext: py-markups dependency no longer supports Python 3.6
Diffstat (limited to 'editors')
-rw-r--r--editors/retext/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/retext/Makefile b/editors/retext/Makefile
index 5ad1572de3c..e10f503abf7 100644
--- a/editors/retext/Makefile
+++ b/editors/retext/Makefile
@@ -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]*:../../textproc/py-markups
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"