pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/retext retext: py-markups dependency no longer...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8679777a243
branches:  trunk
changeset: 459308:c8679777a243
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Oct 03 12:42:28 2021 +0000

description:
retext: py-markups dependency no longer supports Python 3.6

diffstat:

 editors/retext/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r d63d7fe4b6f1 -r c8679777a243 editors/retext/Makefile
--- a/editors/retext/Makefile   Sun Oct 03 12:41:42 2021 +0000
+++ b/editors/retext/Makefile   Sun Oct 03 12:42:28 2021 +0000
@@ -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 @@
 
 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