pkgsrc-WIP-changes archive

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

py-dask: Enable Parquet with arrow, and fix incorrect dependency



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Wed Apr 27 08:26:35 2022 -0700
Changeset:	7290b21f47ddbe3c87fff927c0a56acf271ae1bc

Modified Files:
	py-dask/options.mk

Log Message:
py-dask: Enable Parquet with arrow, and fix incorrect dependency

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

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

diffstat:
 py-dask/options.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-dask/options.mk b/py-dask/options.mk
index 2d9e3a6dc2..97a755aa17 100644
--- a/py-dask/options.mk
+++ b/py-dask/options.mk
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS=	cityhash cytoolz parquet psutil scipy skimage xarray sqla
 
 # Cityhash is an optional dependency for faster string hashing
 .if !empty(PKG_OPTIONS:Mcityhash)
-DEPENDS+=	cityhash-[0-9]*:../../wip/py-cityhash
+DEPENDS+=	${PYPKGPREFIX}-cityhash-[0-9]*:../../wip/py-cityhash
 .endif
 
 # cytoolz is an optional dependency, will replace devel/py-toolz
@@ -20,6 +20,7 @@ DEPENDS+=	${PYPKGPREFIX}-cytoolz-[0-9]*:../../devel/py-cytoolz
 .if !empty(PKG_OPTIONS:Mparquet)
 # TODO Also needs pyarrow
 DEPENDS+=	${PYPKGPREFIX}-fastparquet-[0-9]*:../../wip/py-fastparquet
+DEPENDS+=	${PYPKGPREFIX}-apache-arrow-[0-9]*:../../wip/py-apache-arrow
 .endif
 
 # graphviz is used to display the task dependencies
@@ -29,7 +30,7 @@ DEPENDS+=	${PYPKGPREFIX}-graphviz-[0-9]*:../../graphics/py-graphviz
 
 # SQL Support
 .if !empty(PKG_OPTIONS:Msqlalchemy)
-DEPENDS+=	${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../wip/py-sqlalchemy
+DEPENDS+=	${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../databases/py-sqlalchemy
 .endif
 
 # Enable scikit-image


Home | Main Index | Thread Index | Old Index