pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-astroquery



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.

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"



Home | Main Index | Thread Index | Old Index