From owner-svn-ports-head@freebsd.org Wed Jan 9 14:51:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79BBE14821B4; Wed, 9 Jan 2019 14:51:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70A3D89140; Wed, 9 Jan 2019 14:51:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B76671D75A; Wed, 9 Jan 2019 14:51:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x09EpjMO083076; Wed, 9 Jan 2019 14:51:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x09Epj1D083074; Wed, 9 Jan 2019 14:51:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201901091451.x09Epj1D083074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 9 Jan 2019 14:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489785 - head/astro/py-metpy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/astro/py-metpy X-SVN-Commit-Revision: 489785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 70A3D89140 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2019 14:51:48 -0000 Author: sunpoet Date: Wed Jan 9 14:51:45 2019 New Revision: 489785 URL: https://svnweb.freebsd.org/changeset/ports/489785 Log: Update to 0.10.0 - Fix typo Changes: https://github.com/Unidata/MetPy/releases Modified: head/astro/py-metpy/Makefile head/astro/py-metpy/distinfo Modified: head/astro/py-metpy/Makefile ============================================================================== --- head/astro/py-metpy/Makefile Wed Jan 9 14:51:39 2019 (r489784) +++ head/astro/py-metpy/Makefile Wed Jan 9 14:51:45 2019 (r489785) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= metpy -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.10.0 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,13 +14,14 @@ COMMENT= Collection of tools for processing weather da LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${ENUM34} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4:math/py-matplotlib@${PY_FLAVOR} \ +RUN_DEPENDS= ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pint>=0.8:converters/py-pint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pooch>=0.1:devel/py-pooch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.4:graphics/py-pyproj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.17.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.0:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray>=0.10.7:devel/py-xarray@${PY_FLAVOR} USES= python Modified: head/astro/py-metpy/distinfo ============================================================================== --- head/astro/py-metpy/distinfo Wed Jan 9 14:51:39 2019 (r489784) +++ head/astro/py-metpy/distinfo Wed Jan 9 14:51:45 2019 (r489785) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538591637 -SHA256 (MetPy-0.9.2.tar.gz) = f1181cbbb82b892a0b0915a8899d95c61741520ba6feba3045c4619a139f0135 -SIZE (MetPy-0.9.2.tar.gz) = 2226983 +TIMESTAMP = 1546784476 +SHA256 (MetPy-0.10.0.tar.gz) = 71c46b6538d1544f0ed57a0cfe4456c16ab29fc2d21b6c2115d231bffc388ef3 +SIZE (MetPy-0.10.0.tar.gz) = 2245198