Received: by mail.netbsd.org (Postfix, from userid 605) id DE41184D6B; Sun, 3 Oct 2021 12:42:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2496084D5B for ; Sun, 3 Oct 2021 12:42:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 26tJYsIERByn for ; Sun, 3 Oct 2021 12:42:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 79A9484CBC for ; Sun, 3 Oct 2021 12:42:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 742E0FA97; Sun, 3 Oct 2021 12:42:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633264948146490" MIME-Version: 1.0 Date: Sun, 3 Oct 2021 12:42:28 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/editors/retext To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211003124228.742E0FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633264948146490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1633264948146490 Content-Disposition: inline Content-Length: 808 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1633264948146490--