pkgsrc-WIP-changes archive

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

py-altair: Mark incompatible with python versions, update dependencies.



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Jun 27 06:33:03 2024 -0600
Changeset:	2c5bf681bf0baa5ec850e286bdbb6238d0ac2c5b

Modified Files:
	py-altair/Makefile

Log Message:
py-altair: Mark incompatible with python versions, update dependencies.

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

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

diffstat:
 py-altair/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/py-altair/Makefile b/py-altair/Makefile
index d761bc406f..efb7a6f490 100644
--- a/py-altair/Makefile
+++ b/py-altair/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	altair-5.3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	${MASTER_SITE_PYPI:=a/altair/}
 
@@ -10,6 +11,8 @@ HOMEPAGE=	https://altair-viz.github.io/
 COMMENT=	Altair: A declarative statistical visualization library for Python
 LICENSE=	2-clause-bsd
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
+
 TOOL_DEPENDS+=		${PYPKGPREFIX}-black>=20.8:../../textproc/py-black
 TOOL_DEPENDS+=		${PYPKGPREFIX}-docutils>=0.16:../../textproc/py-docutils
 TOOL_DEPENDS+=		${PYPKGPREFIX}-hatchling>=1.24.2:../../devel/py-hatchling
@@ -24,6 +27,8 @@ DEPENDS+=		${PYPKGPREFIX}-jinja2>=2.11.2:../../textproc/py-jinja2
 DEPENDS+=		${PYPKGPREFIX}-jsonschema>=3.2.0:../../textproc/py-jsonschema
 DEPENDS+=		${PYPKGPREFIX}-pandas>=0.18:../../math/py-pandas
 DEPENDS+=		${PYPKGPREFIX}-toolz>=0.10.0:../../devel/py-toolz
+DEPENDS+=		${PYPKGPREFIX}-apache-arrow>=11.0:../../wip/py-apache-arrow
+DEPENDS+=		${PYPKGPREFIX}-anywidget>=0.9.0:../../wip/py-anywidget
 TEST_DEPENDS+=		${PYPKGPREFIX}-test>=4.3.1:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-vega_datasets>=0.9.0:../../wip/py-vega_datasets
 


Home | Main Index | Thread Index | Old Index