pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Now DEPENDS on py-matplotlib rather than buildlinking
details: https://anonhg.NetBSD.org/pkgsrc/rev/de21680092df
branches: trunk
changeset: 374854:de21680092df
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jan 30 10:20:11 2018 +0000
description:
Now DEPENDS on py-matplotlib rather than buildlinking
diffstat:
geography/py-obspy/Makefile | 10 +++++-----
math/py-scikit-image/Makefile | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (62 lines):
diff -r a1f67b4c67f4 -r de21680092df geography/py-obspy/Makefile
--- a/geography/py-obspy/Makefile Tue Jan 30 10:04:00 2018 +0000
+++ b/geography/py-obspy/Makefile Tue Jan 30 10:20:11 2018 +0000
@@ -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 @@
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 @@
{ 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"
diff -r a1f67b4c67f4 -r de21680092df math/py-scikit-image/Makefile
--- a/math/py-scikit-image/Makefile Tue Jan 30 10:04:00 2018 +0000
+++ b/math/py-scikit-image/Makefile Tue Jan 30 10:20:11 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/11/22 11:14:52 markd Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/30 10:20:11 adam Exp $
DISTNAME= scikit-image-0.13.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,16 +11,16 @@
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-Pillow>=2.9.0:../../graphics/py-Pillow
-DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-PyWavelets>=0.5.2:../../math/py-pywavelets
+DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.9:../../math/py-networkx
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
-DEPENDS+= ${PYPKGPREFIX}-PyWavelets>=0.5.2:../../math/py-pywavelets
+DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} skivi skivi${PYVERSSUFFIX} || ${TRUE}
.include "../../devel/py-cython/buildlink3.mk"
-.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index