Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=dDbqBdMG; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ht+K9U/q Received: by mail.netbsd.org (Postfix, from userid 605) id 6B87984ECF; Wed, 15 May 2024 06:05:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715753114; bh=FBkZ5WahgXkhRGdwGMM5544kWLk8crbWsT7NMIc3pZM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=dDbqBdMGh/svWKtuIB9Q8awmR0m4YXhiiUO5H5tBJNBJJLGHF6ZXAKcB0gMPhA9rR IrrEXyfqo3mSQsWOFlm120typdkx/4BX7rEgiJNvXSel/dv1PhwJBm8seGBvo3//Lm Qn+nvhs5RESIEXNbZkyNw3UYC0NzfZgsR+gOcIMc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DD9084D5E for ; Wed, 15 May 2024 06:05:13 +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 dSnnIqTTvCbp for ; Wed, 15 May 2024 06:05: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 AFF5984D35 for ; Wed, 15 May 2024 06:05:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715753112; bh=FBkZ5WahgXkhRGdwGMM5544kWLk8crbWsT7NMIc3pZM=; h=Date:From:Subject:To:Reply-To; b=ht+K9U/q8wV7wk1ZWVQx8laBL5U2ygKhPGt0cvG4TcpKdFvLP+01yu1TP4R4ssNpZ B1+DIPHlK1m5qtxjugZ8e2vYh1vuOiUkDW+Peo1U9LQdXEaE2cqQHs/z/U522rohjK IwZv5NZVIGyxSf4yIxjmRsa3s+cCss1Ogaw+lOaw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1EAFFA2C; Wed, 15 May 2024 06:05:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171575311237030" MIME-Version: 1.0 Date: Wed, 15 May 2024 06:05:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/py-asdf-standard To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240515060512.A1EAFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171575311237030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 15 06:05:12 UTC 2024 Modified Files: pkgsrc/math/py-asdf-standard: Makefile Log Message: py-asdf-standard: add test dependencies To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-asdf-standard/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171575311237030 Content-Disposition: inline Content-Length: 982 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-asdf-standard/Makefile diff -u pkgsrc/math/py-asdf-standard/Makefile:1.3 pkgsrc/math/py-asdf-standard/Makefile:1.4 --- pkgsrc/math/py-asdf-standard/Makefile:1.3 Sun Mar 17 09:54:01 2024 +++ pkgsrc/math/py-asdf-standard/Makefile Wed May 15 06:05:12 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2024/03/17 09:54:01 adam Exp $ +# $NetBSD: Makefile,v 1.4 2024/05/15 06:05:12 wiz Exp $ DISTNAME= asdf_standard-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} @@ -13,6 +13,9 @@ LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +TEST_DEPENDS+= ${PYPKGPREFIX}-asdf>=3.0.0:../../math/py-asdf +TEST_DEPENDS+= ${PYPKGPREFIX}-packaging>=16.0:../../devel/py-packaging +TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml USE_LANGUAGES= # none --_----------=_171575311237030--