Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4DBAF1A921F for ; Tue, 22 Dec 2020 22:03:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A38FE84DAF; Tue, 22 Dec 2020 22:03:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF95784DAD for ; Tue, 22 Dec 2020 22:03:56 +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 BGOT_0d_BNtH for ; Tue, 22 Dec 2020 22:03:56 +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 3FD5984CDB for ; Tue, 22 Dec 2020 22:03:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33DB9FA9D; Tue, 22 Dec 2020 22:03:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1608674636174510" MIME-Version: 1.0 Date: Tue, 22 Dec 2020 22:03:56 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/py-astroquery To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20201222220356.33DB9FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1608674636174510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Dec 22 22:03:56 UTC 2020 Modified Files: pkgsrc/math/py-astroquery: Makefile Log Message: (math/py-astroquery) Fix typo py-astro{4,} To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-astroquery/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1608674636174510 Content-Disposition: inline Content-Length: 941 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-astroquery/Makefile diff -u pkgsrc/math/py-astroquery/Makefile:1.1 pkgsrc/math/py-astroquery/Makefile:1.2 --- pkgsrc/math/py-astroquery/Makefile:1.1 Sat Dec 19 14:32:57 2020 +++ pkgsrc/math/py-astroquery/Makefile Tue Dec 22 22:03:56 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/12/19 14:32:57 mef Exp $ +# $NetBSD: Makefile,v 1.2 2020/12/22 22:03:56 mef Exp $ DISTNAME= astroquery-0.3.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ PYTHON_VERSIONS_INCOMPATIBLE+= 36 DEPENDS+= ${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-keyring>=21.2.1:../../security/py-keyring DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six -DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy4 +DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy DEPENDS+= ${PYPKGPREFIX}-pyvo>=1.0:../../math/py-pyvo .include "../../lang/python/distutils.mk" --_----------=_1608674636174510--