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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-04-29 00:03:12 +00:00
parent 2fb53a525c
commit b228dc15e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468596
4 changed files with 37 additions and 0 deletions

View File

@ -87,6 +87,7 @@
SUBDIR += py-astLib
SUBDIR += py-astropy
SUBDIR += py-horoscopegenerator
SUBDIR += py-metpy
SUBDIR += py-pymetar
SUBDIR += py-pywapi
SUBDIR += pyephem

28
astro/py-metpy/Makefile Normal file
View File

@ -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>

3
astro/py-metpy/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1521205923
SHA256 (MetPy-0.7.0.tar.gz) = 1e3693e20b5e8c3e937024df6a83cc890a9bad222b14737fa67054b52b4cde19
SIZE (MetPy-0.7.0.tar.gz) = 1675847

5
astro/py-metpy/pkg-descr Normal file
View File

@ -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