pkgsrc-WIP-changes archive

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

py-dask: fix Makefile



Module Name:	pkgsrc-wip
Committed By:	matthew <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Mar 7 09:51:12 2026 -0700
Changeset:	2a3fb15eca121314c0d2f6509fde0c352d97c444

Modified Files:
	py-dask/Makefile

Log Message:
py-dask: fix Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2a3fb15eca121314c0d2f6509fde0c352d97c444

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

diffstat:
 py-dask/Makefile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-dask/Makefile b/py-dask/Makefile
index 05cd067e7d..3adf898c59 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -1,11 +1,11 @@
 # $NetBSD$
 
-DISTNAME=	dask-2026.1.2
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	math python
+DISTNAME=		dask-2026.1.2
+PKGNAME=		${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=		math python
 #GITHUB_PROJECT=	dask
-#GITHUB_TAG=	${PKGVERSION_NOREV}
-MASTER_SITES=	${MASTER_SITE_PYPI:=d/dask/}
+#GITHUB_TAG=		${PKGVERSION_NOREV}
+MASTER_SITES=		${MASTER_SITE_PYPI:=d/dask/}
 
 MAINTAINER=	matthewd%fastmail.us@localhost
 HOMEPAGE=	https://github.com/dask/dask/
@@ -15,6 +15,8 @@ LICENSE=	modified-bsd
 .include "../../mk/bsd.prefs.mk"
 .include "../../lang/python/pyversion.mk"
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=68.2:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=9:../../devel/py-setuptools_scm
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TOOL_DEPENDS+=	${PYPKGPREFIX}-versioneer>=0.28:../../devel/py-versioneer
 


Home | Main Index | Thread Index | Old Index