Date: Tue, 10 Dec 2019 17:11:00 +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: r519700 - head/astro/py-metpy Message-ID: <201912101711.xBAHB0WK096078@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Dec 10 17:11:00 2019 New Revision: 519700 URL: https://svnweb.freebsd.org/changeset/ports/519700 Log: Remove no-op PY_ENUM34 Modified: head/astro/py-metpy/Makefile Modified: head/astro/py-metpy/Makefile ============================================================================== --- head/astro/py-metpy/Makefile Tue Dec 10 17:10:55 2019 (r519699) +++ head/astro/py-metpy/Makefile Tue Dec 10 17:11:00 2019 (r519700) @@ -15,8 +15,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PY_ENUM34} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.0:math/py-matplotlib@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.22.0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Pint>=0:devel/py-Pint@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912101711.xBAHB0WK096078>