pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-pyvo



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Dec 21 09:02:04 UTC 2020

Modified Files:
        pkgsrc/math/py-pyvo: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-pyvo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-pyvo/Makefile
diff -u pkgsrc/math/py-pyvo/Makefile:1.1 pkgsrc/math/py-pyvo/Makefile:1.2
--- pkgsrc/math/py-pyvo/Makefile:1.1    Sat Dec 19 14:29:33 2020
+++ pkgsrc/math/py-pyvo/Makefile        Mon Dec 21 09:02:04 2020
@@ -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 @@ PYTHON_VERSIONS_INCOMPATIBLE+=        36
 
 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