pkgsrc-WIP-changes archive

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

astroML: astropy dependency corrected (astropy4 to astropy)



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Fri Dec 18 22:22:49 2020 +0800
Changeset:	aecfe22567bd700bfd70c11eca1f4422f2abd5db

Modified Files:
	py-astroML/Makefile

Log Message:
astroML: astropy dependency corrected (astropy4 to astropy)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aecfe22567bd700bfd70c11eca1f4422f2abd5db

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

diffstat:
 py-astroML/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-astroML/Makefile b/py-astroML/Makefile
index f213f4ad88..eb93180d18 100644
--- a/py-astroML/Makefile
+++ b/py-astroML/Makefile
@@ -17,7 +17,7 @@ PYTHON_VERSIONS_INCOMPATIBLE+=	36
 
 DEPENDS+=	${PYPKGPREFIX}-matplotlib>=2.1.1:../../graphics/py-matplotlib
 DEPENDS+=	${PYPKGPREFIX}-scikit-learn>=0.18:../../math/py-scikit-learn
-DEPENDS+=	${PYPKGPREFIX}-astropy4>=4.2:../../wip/py-astropy4
+DEPENDS+=	${PYPKGPREFIX}-astropy>=4.2:../../wip/py-astropy4
 
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index