pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-xarray



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Apr 15 22:49:41 UTC 2020

Modified Files:
        pkgsrc/math/py-xarray: Makefile

Log Message:
Needs py-pip and py-setuptools_scm


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-xarray/Makefile

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

Modified files:

Index: pkgsrc/math/py-xarray/Makefile
diff -u pkgsrc/math/py-xarray/Makefile:1.3 pkgsrc/math/py-xarray/Makefile:1.4
--- pkgsrc/math/py-xarray/Makefile:1.3  Sat Apr 11 13:47:08 2020
+++ pkgsrc/math/py-xarray/Makefile      Wed Apr 15 22:49:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/04/11 13:47:08 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/04/15 22:49:41 joerg Exp $
 
 DISTNAME=      xarray-0.15.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/pydata/xarr
 COMMENT=       N-D labeled arrays and datasets in Python
 LICENSE=       apache-2.0
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.0:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=41.2:../../devel/py-setuptools



Home | Main Index | Thread Index | Old Index