Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=sQIL4ls9; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=dzT5aBBJ Received: by mail.netbsd.org (Postfix, from userid 605) id 8AFAC84D27; Thu, 16 May 2024 21:10:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715893845; bh=Cn61CEoVB3OS+25ttWRt9BhcdFxEnqY9Q8+PwETTpEU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=sQIL4ls9c3NK/I2bV9OEXWfGNRtEkj/4paSF25L74sVpsvTXJhouehq2dDAYChDor 9F0DI0AAzh22MjT60ge9OHulffpFtKhFnUCd3jhs6JdD+yVb2T/v7TZCF0kYU3S45Z 1Vz5KounBNFL9t+M3FHfibrCKud4Wb3Ixk7G5EuI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 66E3584D27 for ; Thu, 16 May 2024 21:10:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 wPmEK5VH6_iV for ; Thu, 16 May 2024 21:10:43 +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 A0FAE84C86 for ; Thu, 16 May 2024 21:10:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715893843; bh=Cn61CEoVB3OS+25ttWRt9BhcdFxEnqY9Q8+PwETTpEU=; h=Date:From:Subject:To:Reply-To; b=dzT5aBBJSKPBrsfkmH9YnNj7oAJKUovTp3W4SCctJTMj+9e/u71aoicH1FEQ+r8Hy BJNYBAM5ifkH4YeV4sce2uM2JmXX32HmLVbtgXzRzlW3+78eY9KCYdwpzuWw04zySD mHtxLyOefbUADiEw7UEqlv9cQkLMAuw+R//wKmpg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98177FA2C; Thu, 16 May 2024 21:10:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715893843266870" MIME-Version: 1.0 Date: Thu, 16 May 2024 21:10:43 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/textproc/csvtomd To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20240516211043.98177FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715893843266870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cheusov Date: Thu May 16 21:10:43 UTC 2024 Modified Files: pkgsrc/textproc/csvtomd: Makefile Log Message: Remove dependency on wip. Thanks to wiz@ forpointing out. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/csvtomd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715893843266870 Content-Disposition: inline Content-Length: 821 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/csvtomd/Makefile diff -u pkgsrc/textproc/csvtomd/Makefile:1.13 pkgsrc/textproc/csvtomd/Makefile:1.14 --- pkgsrc/textproc/csvtomd/Makefile:1.13 Thu May 16 20:23:46 2024 +++ pkgsrc/textproc/csvtomd/Makefile Thu May 16 21:10:43 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2024/05/16 20:23:46 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2024/05/16 21:10:43 cheusov Exp $ DISTNAME= csvtomd-0.2.1 CATEGORIES= textproc @@ -13,7 +13,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel TOOL_DEPENDS+= ${PYPKGPREFIX}-pandocfilters-[0-9]*:../../textproc/py-pandocfilters TOOL_DEPENDS+= ${PYPKGPREFIX}-sure-[0-9]*:../../devel/py-sure -TOOL_DEPENDS+= ${PYPKGPREFIX}-pypandoc-[0-9]*:../../wip/py-pandoc USE_LANGUAGES= # none --_----------=_1715893843266870--