diff --git a/astro/Makefile b/astro/Makefile index 7ac84b700e24..891330279e09 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -87,6 +87,7 @@ SUBDIR += py-astLib SUBDIR += py-astropy SUBDIR += py-horoscopegenerator + SUBDIR += py-metpy SUBDIR += py-pymetar SUBDIR += py-pywapi SUBDIR += pyephem diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile new file mode 100644 index 000000000000..b9c1914b647d --- /dev/null +++ b/astro/py-metpy/Makefile @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/astro/py-metpy/distinfo b/astro/py-metpy/distinfo new file mode 100644 index 000000000000..2448ede86ddf --- /dev/null +++ b/astro/py-metpy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1521205923 +SHA256 (MetPy-0.7.0.tar.gz) = 1e3693e20b5e8c3e937024df6a83cc890a9bad222b14737fa67054b52b4cde19 +SIZE (MetPy-0.7.0.tar.gz) = 1675847 diff --git a/astro/py-metpy/pkg-descr b/astro/py-metpy/pkg-descr new file mode 100644 index 000000000000..48c8bab5bb56 --- /dev/null +++ b/astro/py-metpy/pkg-descr @@ -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