Received: by mail.netbsd.org (Postfix, from userid 605) id DE5BA84D76; Wed, 5 Aug 2020 04:16:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 672D184D6C for ; Wed, 5 Aug 2020 04:16:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sdINbT5_zrqN for ; Wed, 5 Aug 2020 04:16:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C47FF84CDF for ; Wed, 5 Aug 2020 04:16:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC544FB28; Wed, 5 Aug 2020 04:16:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596601016260810" MIME-Version: 1.0 Date: Wed, 5 Aug 2020 04:16:56 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/www/py-wagtailmenus To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200805041656.BC544FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1596601016260810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Wed Aug 5 04:16:56 UTC 2020 Modified Files: pkgsrc/www/py-wagtailmenus: Makefile Log Message: py-wagtailmenus: ditto To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-wagtailmenus/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596601016260810 Content-Disposition: inline Content-Length: 733 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-wagtailmenus/Makefile diff -u pkgsrc/www/py-wagtailmenus/Makefile:1.1 pkgsrc/www/py-wagtailmenus/Makefile:1.2 --- pkgsrc/www/py-wagtailmenus/Makefile:1.1 Tue Aug 4 01:09:08 2020 +++ pkgsrc/www/py-wagtailmenus/Makefile Wed Aug 5 04:16:56 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/08/04 01:09:08 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2020/08/05 04:16:56 tnn Exp $ DISTNAME= wagtailmenus-3.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,6 +19,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[ USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-wagtail + do-test: cd ${WRKSRC} && ${PREFIX}/bin/coverage-${PYVERSSUFFIX} \ run --source=wagtailmenus runtests.py --_----------=_1596601016260810--