Received: by mail.netbsd.org (Postfix, from userid 605) id 1B64084DB8; Sun, 21 Feb 2021 18:33:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 50ECE84DA9 for ; Sun, 21 Feb 2021 18:33:45 +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 VoIPSeb_nzJk for ; Sun, 21 Feb 2021 18:33:44 +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 A44FC84D0E for ; Sun, 21 Feb 2021 18:33:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97D8AFA95; Sun, 21 Feb 2021 18:33:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613932424258610" MIME-Version: 1.0 Date: Sun, 21 Feb 2021 18:33:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-yaml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210221183344.97D8AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613932424258610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 21 18:33:44 UTC 2021 Modified Files: pkgsrc/textproc/py-yaml: Makefile Log Message: py-yaml: needs py-cython To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-yaml/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613932424258610 Content-Disposition: inline Content-Length: 802 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-yaml/Makefile diff -u pkgsrc/textproc/py-yaml/Makefile:1.24 pkgsrc/textproc/py-yaml/Makefile:1.25 --- pkgsrc/textproc/py-yaml/Makefile:1.24 Sun Feb 21 15:43:35 2021 +++ pkgsrc/textproc/py-yaml/Makefile Sun Feb 21 18:33:44 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2021/02/21 15:43:35 adam Exp $ +# $NetBSD: Makefile,v 1.25 2021/02/21 18:33:44 adam Exp $ DISTNAME= PyYAML-5.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/} @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/yaml/pyyaml COMMENT= Collection of libraries to process YAML with Python LICENSE= mit +DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython + .include "../../lang/python/egg.mk" .include "../../textproc/libyaml/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1613932424258610--