pkgsrc-WIP-changes archive

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

py-fastparquet: Update dependencies to include py-fsspec



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Apr 11 12:33:41 2022 -0700
Changeset:	a483af955d3d1ba39a0f4bd209619fb5fa93b24c

Modified Files:
	py-fastparquet/Makefile

Log Message:
py-fastparquet: Update dependencies to include py-fsspec

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

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

diffstat:
 py-fastparquet/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-fastparquet/Makefile b/py-fastparquet/Makefile
index 99ccbd2785..63e6b997bd 100644
--- a/py-fastparquet/Makefile
+++ b/py-fastparquet/Makefile
@@ -16,8 +16,9 @@ LICENSE=	apache-2.0
 USE_LANGUAGES=	c c++
 
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.18:../../math/py-numpy
-DEPENDS+=	${PYPKGPREFIX}-pandas>=1.0:../../math/py-pandas
-DEPENDS+=	${PYPKGPREFIX}-cramjam>=1.0:../../wip/py-cramjam
+DEPENDS+=	${PYPKGPREFIX}-pandas>=1.1.0:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-cramjam>=2.3.0:../../wip/py-cramjam
+DEPENDS+=	${PYPKGPREFIX}-fsspec>=2022.3.0:../../wip/py-fsspec
 
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner


Home | Main Index | Thread Index | Old Index