pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-qtgraph-qt5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  2 15:52:48 UTC 2022

Modified Files:
        pkgsrc/x11/py-qtgraph-qt5: Makefile

Log Message:
py-qtgraph-qt5: use DEPENDS for py-qt5


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/py-qtgraph-qt5/Makefile

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

Modified files:

Index: pkgsrc/x11/py-qtgraph-qt5/Makefile
diff -u pkgsrc/x11/py-qtgraph-qt5/Makefile:1.6 pkgsrc/x11/py-qtgraph-qt5/Makefile:1.7
--- pkgsrc/x11/py-qtgraph-qt5/Makefile:1.6      Fri Dec  2 15:51:52 2022
+++ pkgsrc/x11/py-qtgraph-qt5/Makefile  Fri Dec  2 15:52:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/12/02 15:51:52 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/12/02 15:52:48 wiz Exp $
 
 DISTNAME=      pyqtgraph-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyqtgraph/qtgraph-qt5/}
@@ -15,6 +15,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.17:../../math/py-numpy
 # Optional deps
+DEPENDS+=      ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
 DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
 
@@ -23,5 +24,4 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 .include "../../lang/python/egg.mk"
-.include "../../x11/py-qt5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index