Date: Sun, 10 Jan 2021 08:21:26 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560953 - head/graphics/py-altair Message-ID: <202101100821.10A8LQn1015468@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 10 08:21:26 2021 New Revision: 560953 URL: https://svnweb.freebsd.org/changeset/ports/560953 Log: Update version requirement of RUN_DEPENDS Modified: head/graphics/py-altair/Makefile Modified: head/graphics/py-altair/Makefile ============================================================================== --- head/graphics/py-altair/Makefile Sun Jan 10 08:21:22 2021 (r560952) +++ head/graphics/py-altair/Makefile Sun Jan 10 08:21:26 2021 (r560953) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0:dev ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0.18:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0.18,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toolz>=0:devel/py-toolz@${PY_FLAVOR} USES= python:3.6+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100821.10A8LQn1015468>