Date: Sun, 29 Apr 2018 00:03:12 +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: r468596 - in head/astro: . py-metpy Message-ID: <201804290003.w3T03ClF068836@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 29 00:03:12 2018 New Revision: 468596 URL: https://svnweb.freebsd.org/changeset/ports/468596 Log: Add py-metpy 0.7.0 MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data. WWW: https://pypi.org/project/metpy/ WWW: https://github.com/Unidata/MetPy Added: head/astro/py-metpy/ head/astro/py-metpy/Makefile (contents, props changed) head/astro/py-metpy/distinfo (contents, props changed) head/astro/py-metpy/pkg-descr (contents, props changed) Modified: head/astro/Makefile Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Sat Apr 28 21:56:24 2018 (r468595) +++ head/astro/Makefile Sun Apr 29 00:03:12 2018 (r468596) @@ -87,6 +87,7 @@ SUBDIR += py-astLib SUBDIR += py-astropy SUBDIR += py-horoscopegenerator + SUBDIR += py-metpy SUBDIR += py-pymetar SUBDIR += py-pywapi SUBDIR += pyephem Added: head/astro/py-metpy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-metpy/Makefile Sun Apr 29 00:03:12 2018 (r468596) @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= metpy +PORTVERSION= 0.7.0 +CATEGORIES= astro python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= MetPy-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Collection of tools for processing weather data + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4:math/py-matplotlib@${FLAVOR} \ + ${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} + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include <bsd.port.mk> Added: head/astro/py-metpy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-metpy/distinfo Sun Apr 29 00:03:12 2018 (r468596) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521205923 +SHA256 (MetPy-0.7.0.tar.gz) = 1e3693e20b5e8c3e937024df6a83cc890a9bad222b14737fa67054b52b4cde19 +SIZE (MetPy-0.7.0.tar.gz) = 1675847 Added: head/astro/py-metpy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-metpy/pkg-descr Sun Apr 29 00:03:12 2018 (r468596) @@ -0,0 +1,5 @@ +MetPy is a collection of tools in Python for reading, visualizing and performing +calculations with weather data. + +WWW: https://pypi.org/project/metpy/ +WWW: https://github.com/Unidata/MetPy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804290003.w3T03ClF068836>