From owner-svn-ports-head@freebsd.org Sat May 19 11:06:42 2018 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 A5EB3EA9872; Sat, 19 May 2018 11:06:42 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4BA6A254; Sat, 19 May 2018 11:06:42 +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 2130C26303; Sat, 19 May 2018 11:06:42 +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 w4JB6fWI037150; Sat, 19 May 2018 11:06:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6fJ1037148; Sat, 19 May 2018 11:06:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6fJ1037148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 May 2018 11:06:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470381 - 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: 470381 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 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: Sat, 19 May 2018 11:06:42 -0000 Author: sunpoet Date: Sat May 19 11:06:41 2018 New Revision: 470381 URL: https://svnweb.freebsd.org/changeset/ports/470381 Log: Update to 0.8.0 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 Sat May 19 11:06:36 2018 (r470380) +++ head/astro/py-metpy/Makefile Sat May 19 11:06:41 2018 (r470381) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metpy -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,8 @@ RUN_DEPENDS= ${ENUM34} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.10.0:math/py-numpy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pint>=0.8:converters/py-pint@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.4:graphics/py-pyproj@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xarray>=0.9.6:devel/py-xarray@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils Modified: head/astro/py-metpy/distinfo ============================================================================== --- head/astro/py-metpy/distinfo Sat May 19 11:06:36 2018 (r470380) +++ head/astro/py-metpy/distinfo Sat May 19 11:06:41 2018 (r470381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521205923 -SHA256 (MetPy-0.7.0.tar.gz) = 1e3693e20b5e8c3e937024df6a83cc890a9bad222b14737fa67054b52b4cde19 -SIZE (MetPy-0.7.0.tar.gz) = 1675847 +TIMESTAMP = 1526673826 +SHA256 (MetPy-0.8.0.tar.gz) = df5e694092a0c427b293885afc331b8780d33ddc2ab31d44749a1c160af6917d +SIZE (MetPy-0.8.0.tar.gz) = 2192866