pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-abcpmc Mark py-numpy and py-scipy as explicit ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b505b47edfe
branches: trunk
changeset: 353754:2b505b47edfe
user: kamil <kamil%pkgsrc.org@localhost>
date: Wed Oct 12 10:37:18 2016 +0000
description:
Mark py-numpy and py-scipy as explicit dependencies.
No PKGREVISION bump as it's a very new package.
diffstat:
math/py-abcpmc/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 28a23558f642 -r 2b505b47edfe math/py-abcpmc/Makefile
--- a/math/py-abcpmc/Makefile Wed Oct 12 10:11:34 2016 +0000
+++ b/math/py-abcpmc/Makefile Wed Oct 12 10:37:18 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/10/12 00:27:00 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/10/12 10:37:18 kamil Exp $
DISTNAME= abcpmc-0.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,9 @@
BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
BUILD_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-BUILD_DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
+
+DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index