Received: by mail.netbsd.org (Postfix, from userid 605) id 7423B84D86; Sun, 1 Oct 2017 19:02:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0247884D82 for ; Sun, 1 Oct 2017 19:02:13 +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 cGfjz2BhUNqU for ; Sun, 1 Oct 2017 19:02:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5C9C884CFB for ; Sun, 1 Oct 2017 19:02:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52E02FBC7; Sun, 1 Oct 2017 19:02:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506884532115860" MIME-Version: 1.0 Date: Sun, 1 Oct 2017 19:02:12 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/time/py-ligotimegps To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20171001190212.52E02FBC7@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. --_----------=_1506884532115860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sun Oct 1 19:02:12 UTC 2017 Modified Files: pkgsrc/time/py-ligotimegps: Makefile Log Message: Needs pytest-runner. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/py-ligotimegps/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506884532115860 Content-Disposition: inline Content-Length: 790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/py-ligotimegps/Makefile diff -u pkgsrc/time/py-ligotimegps/Makefile:1.1 pkgsrc/time/py-ligotimegps/Makefile:1.2 --- pkgsrc/time/py-ligotimegps/Makefile:1.1 Fri Sep 29 08:47:53 2017 +++ pkgsrc/time/py-ligotimegps/Makefile Sun Oct 1 19:02:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/09/29 08:47:53 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/01 19:02:12 joerg Exp $ DISTNAME= ligotimegps-1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,6 +12,7 @@ LICENSE= gnu-lgpl-v3 DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1506884532115860--