Received: by mail.netbsd.org (Postfix, from userid 605) id 5B9D284D3C; Thu, 27 Dec 2018 16:04:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBD4484D35 for ; Thu, 27 Dec 2018 16:04:08 +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 SacWhuXj4hRg for ; Thu, 27 Dec 2018 16:04:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 49B2384CD0 for ; Thu, 27 Dec 2018 16:04:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4761AFB16; Thu, 27 Dec 2018 16:04:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154592664843010" MIME-Version: 1.0 Date: Thu, 27 Dec 2018 16:04:08 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/py-hyperscan To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20181227160408.4761AFB16@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. --_----------=_154592664843010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Dec 27 16:04:08 UTC 2018 Modified Files: pkgsrc/devel/py-hyperscan: Makefile Log Message: Needs py-six. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-hyperscan/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154592664843010 Content-Disposition: inline Content-Length: 774 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hyperscan/Makefile diff -u pkgsrc/devel/py-hyperscan/Makefile:1.4 pkgsrc/devel/py-hyperscan/Makefile:1.5 --- pkgsrc/devel/py-hyperscan/Makefile:1.4 Wed Oct 10 15:41:16 2018 +++ pkgsrc/devel/py-hyperscan/Makefile Thu Dec 27 16:04:08 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2018/10/10 15:41:16 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2018/12/27 16:04:08 joerg Exp $ DISTNAME= hyperscan-0.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +14,7 @@ USE_LANGUAGES= c USE_TOOLS+= pkg-config BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.11.1:../../devel/py-setuptools_scm +BUILD_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six .include "../../devel/hyperscan/buildlink3.mk" .include "../../lang/python/egg.mk" --_----------=_154592664843010--