pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-pyvo (math/py-pyvo) Fix typo py-astropy4 to py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cb0ef15f3f9
branches:  trunk
changeset: 443767:3cb0ef15f3f9
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Dec 21 09:02:04 2020 +0000

description:
(math/py-pyvo) Fix typo py-astropy4 to py-astropy

diffstat:

 math/py-pyvo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c09fcb0bc247 -r 3cb0ef15f3f9 math/py-pyvo/Makefile
--- a/math/py-pyvo/Makefile     Mon Dec 21 00:28:33 2020 +0000
+++ b/math/py-pyvo/Makefile     Mon Dec 21 09:02:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/19 14:29:33 mef Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/21 09:02:04 mef Exp $
 
 DISTNAME=      pyvo-1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy4
+DEPENDS+=      ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
 DEPENDS+=      ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index