pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-obspy
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 30 10:24:17 UTC 2018
Modified Files:
pkgsrc/geography/py-obspy: Makefile
Log Message:
Now DEPENDS on py-matplotlib rather than buildlinking
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/py-obspy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/py-obspy/Makefile
diff -u pkgsrc/geography/py-obspy/Makefile:1.12 pkgsrc/geography/py-obspy/Makefile:1.13
--- pkgsrc/geography/py-obspy/Makefile:1.12 Thu Dec 28 14:03:29 2017
+++ pkgsrc/geography/py-obspy/Makefile Tue Jan 30 10:24:17 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/12/28 14:03:29 dholland Exp $
+# $NetBSD: Makefile,v 1.13 2018/01/30 10:24:17 adam Exp $
DISTNAME= obspy-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,11 +12,12 @@ HOMEPAGE= http://www.obspy.org/
COMMENT= Python framework for seismological observatories
LICENSE= gnu-lgpl-v3
-DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
-DEPENDS+= ${PYPKGPREFIX}-lxml>=3.2.3:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-decorator>=0:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-future>=0.12.4:../../devel/py-future
+DEPENDS+= ${PYPKGPREFIX}-lxml>=3.2.3:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-requests>=0:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-decorator>=0:../../devel/py-decorator
+DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0:../../databases/py-sqlalchemy
USE_LANGUAGES= c fortran
@@ -37,7 +38,6 @@ PRINT_PLIST_AWK+= /^${PYPLATFORM:S
{ gsub(/${PYPLATFORM:S|/|\\/|g}/, "$${PYPLATFORM}") }
.endif
-.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../lang/python/tool.mk"
.include "../../math/py-numpy/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index