notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-metpy Collection of tools for processing weather data
1.6.1 astro on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-04-29 00:03:26
Last Update: 2024-02-29 07:18:32
Commit Hash: 5d4139f
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/Unidata/MetPy
Description:
MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}metpy>0:astro/py-metpy@${PY_FLAVOR}
To install the port:
cd /usr/ports/astro/py-metpy/ && make install clean
To add the package, run one of these commands:
  • pkg install astro/py-metpy
  • pkg install py39-metpy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-metpy listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-metpy
Package flavors (<flavor>: <package>)
  • py39: py39-metpy
distinfo:
TIMESTAMP = 1708449086 SHA256 (MetPy-1.6.1.tar.gz) = 55bbcaaaef41027e67e051e3d2c029917217a2dd8768498d9dfca4939555ffdf SIZE (MetPy-1.6.1.tar.gz) = 11207285

Packages (timestamps in pop-ups are UTC):
py39-metpy
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.11.6.1-1.6.11.6.1---
FreeBSD:13:quarterly1.5.11.5.1--1.5.1-1.5.1-
FreeBSD:14:latest1.6.11.6.1-1.6.11.6.1---
FreeBSD:14:quarterly1.5.11.5.1--1.5.1-1.5.1-
FreeBSD:15:latest1.6.11.6.1n/a1.5.1n/a-1.5.1-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>0 : devel/py-setuptools@py39
  2. py39-setuptools-scm>=3.4 : devel/py-setuptools-scm@py39
  3. py39-wheel>=0 : devel/py-wheel@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-matplotlib>=3.5.0 : math/py-matplotlib@py39
  2. py39-numpy>=1.20.0,1 : math/py-numpy@py39
  3. py39-pandas>=1.4.0,1 : math/py-pandas@py39
  4. py39-pint>=0.17 : devel/py-pint@py39
  5. py39-pooch>=1.2.0 : devel/py-pooch@py39
  6. py39-pyproj>=3.0.0 : graphics/py-pyproj@py39
  7. py39-scipy>=1.8.0 : science/py-scipy@py39
  8. py39-traitlets>=5.0.5 : devel/py-traitlets@py39
  9. py39-xarray>=0.21.0 : devel/py-xarray@py39
  10. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
astro_py-metpy
USES:
python:3.9+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/M/MetPy/
  2. https://pypi.org/packages/source/M/MetPy/
Collapse this list.

Number of commits found: 52

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6.1
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
1.6.1
21 Feb 2024 15:07:06
commit hash: fc05439cffb6ef9b1eee65d7f1fb7547940c8433commit hash: fc05439cffb6ef9b1eee65d7f1fb7547940c8433commit hash: fc05439cffb6ef9b1eee65d7f1fb7547940c8433commit hash: fc05439cffb6ef9b1eee65d7f1fb7547940c8433 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update to 1.6.1

Changes:	https://github.com/Unidata/MetPy/releases
1.5.1
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
1.5.1
09 Jul 2023 21:34:27
commit hash: a95080a54c0f6fcebc2b2532855dc1597fbe4f38commit hash: a95080a54c0f6fcebc2b2532855dc1597fbe4f38commit hash: a95080a54c0f6fcebc2b2532855dc1597fbe4f38commit hash: a95080a54c0f6fcebc2b2532855dc1597fbe4f38 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update to 1.5.1

Changes:	https://github.com/Unidata/MetPy/releases
1.5.0_2
09 Jul 2023 10:18:40
commit hash: 1bca5297b3d08bfd22199ed43b989571e9266cf9commit hash: 1bca5297b3d08bfd22199ed43b989571e9266cf9commit hash: 1bca5297b3d08bfd22199ed43b989571e9266cf9commit hash: 1bca5297b3d08bfd22199ed43b989571e9266cf9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Add missing file

- Bump PORTREVISION for package change
1.5.0_1
30 Jun 2023 07:02:58
commit hash: a870edef75b348be79114cbdbfe3f44f9abae6c6commit hash: a870edef75b348be79114cbdbfe3f44f9abae6c6commit hash: a870edef75b348be79114cbdbfe3f44f9abae6c6commit hash: a870edef75b348be79114cbdbfe3f44f9abae6c6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
1.5.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
1.5.0
27 May 2023 23:43:50
commit hash: c50137d895b06ca3a04f107831908a35394dff10commit hash: c50137d895b06ca3a04f107831908a35394dff10commit hash: c50137d895b06ca3a04f107831908a35394dff10commit hash: c50137d895b06ca3a04f107831908a35394dff10 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update to 1.5.0

Changes:	https://github.com/Unidata/MetPy/releases
1.4.1_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
1.4.1
05 Apr 2023 17:30:09
commit hash: 8bf8ef9118ec40fa4cdac57bef2d56a74f5c4348commit hash: 8bf8ef9118ec40fa4cdac57bef2d56a74f5c4348commit hash: 8bf8ef9118ec40fa4cdac57bef2d56a74f5c4348commit hash: 8bf8ef9118ec40fa4cdac57bef2d56a74f5c4348 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update to 1.4.1

Changes:	https://github.com/Unidata/MetPy/releases
1.4.0
30 Jan 2023 12:59:34
commit hash: f4f22f4009577fa8f33b7afef3119a64c0f1b5b4commit hash: f4f22f4009577fa8f33b7afef3119a64c0f1b5b4commit hash: f4f22f4009577fa8f33b7afef3119a64c0f1b5b4commit hash: f4f22f4009577fa8f33b7afef3119a64c0f1b5b4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update to 1.4.0

Changes:	https://github.com/Unidata/MetPy/releases
1.3.1_1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.3.1_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.1_1
13 Aug 2022 18:51:14
commit hash: 875d7c7d1985049af69dcafec40b6669c562781ccommit hash: 875d7c7d1985049af69dcafec40b6669c562781ccommit hash: 875d7c7d1985049af69dcafec40b6669c562781ccommit hash: 875d7c7d1985049af69dcafec40b6669c562781c files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: bump PORTREVISION of all devel/xxhash users...

...except archivers/py-borgbackup, which requires a more complete fix.
1.3.1
20 Jul 2022 14:20:50
commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
astro: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
  *  Alexander Leidinger
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Brion Moss <brion@queeg.com>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.1
07 Jul 2022 21:42:49
commit hash: f513f9cbad1f0f20c8a07f7632b54a22d47d4e64commit hash: f513f9cbad1f0f20c8a07f7632b54a22d47d4e64commit hash: f513f9cbad1f0f20c8a07f7632b54a22d47d4e64commit hash: f513f9cbad1f0f20c8a07f7632b54a22d47d4e64 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update to 1.3.1

Changes:	https://github.com/Unidata/MetPy/releases
1.3.0
17 Apr 2022 23:58:14
commit hash: 9453bccb217eba6cc7952e39a8e18eda622f4c81commit hash: 9453bccb217eba6cc7952e39a8e18eda622f4c81commit hash: 9453bccb217eba6cc7952e39a8e18eda622f4c81commit hash: 9453bccb217eba6cc7952e39a8e18eda622f4c81 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update to 1.3.0

Changes:	https://github.com/Unidata/MetPy/releases
1.2.0
28 Feb 2022 12:46:09
commit hash: d7e1116893957040dfe1e60310b733779799a5a3commit hash: d7e1116893957040dfe1e60310b733779799a5a3commit hash: d7e1116893957040dfe1e60310b733779799a5a3commit hash: d7e1116893957040dfe1e60310b733779799a5a3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update USEES=python

- Clean up PYTHON_REL check

devel/py-xarray 0.21.0 requires Python 3.8+
1.2.0
25 Jan 2022 19:50:11
commit hash: 78a78610c638a0338fbdb087856d8d746e4c9e8fcommit hash: 78a78610c638a0338fbdb087856d8d746e4c9e8fcommit hash: 78a78610c638a0338fbdb087856d8d746e4c9e8fcommit hash: 78a78610c638a0338fbdb087856d8d746e4c9e8f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update to 1.2.0

Changes:	https://github.com/Unidata/MetPy/releases
1.1.0
21 Sep 2021 03:44:16
commit hash: cb257099e57f148e7b98113509b39c017bc727bccommit hash: cb257099e57f148e7b98113509b39c017bc727bccommit hash: cb257099e57f148e7b98113509b39c017bc727bccommit hash: cb257099e57f148e7b98113509b39c017bc727bc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update to 1.1.0

Changes:	https://github.com/Unidata/MetPy/releases
1.0.1
25 May 2021 13:55:43
commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x

PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
1.0.1
11 May 2021 21:47:04
commit hash: e8ed454e34d1042a40d109ddaf9844b19bc41c8ccommit hash: e8ed454e34d1042a40d109ddaf9844b19bc41c8ccommit hash: e8ed454e34d1042a40d109ddaf9844b19bc41c8ccommit hash: e8ed454e34d1042a40d109ddaf9844b19bc41c8c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
astro/py-metpy: Update to 1.0.1

Changes:	https://github.com/Unidata/MetPy/releases
1.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0
03 Mar 2021 18:08:21
Revision:567130Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove PYNUMPY
1.0
30 Jan 2021 13:29:58
Revision:563407Original commit files touched by this commit
sunpoet search for other commits by this committer
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+

PR:		250103
1.0
30 Jan 2021 12:22:50
Revision:563314Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.0

Changes:	https://github.com/Unidata/MetPy/releases
0.12.2
05 Sep 2020 21:30:12
Revision:547706Original commit files touched by this commit
sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
0.12.2
15 Aug 2020 16:30:47
Revision:544978Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.12.2

Changes:	https://github.com/Unidata/MetPy/releases
0.12.1_1
11 Jul 2020 18:08:50
Revision:542004Original commit files touched by this commit
sunpoet search for other commits by this committer
Move devel/py-Pint to devel/py-pint

- Bump PORTREVISION of dependent ports for dependency change
0.12.1
19 Jun 2020 16:05:02
Revision:539629Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.12.1

Changes:	https://github.com/Unidata/MetPy/releases
0.12.0_1
28 Feb 2020 19:22:56
Revision:527358Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove PyPI link from WWW
0.12.0_1
08 Jan 2020 18:36:45
Revision:522442Original commit files touched by this commit
sunpoet search for other commits by this committer
Change RUN_DEPENDS from py-xarray011 to py-xarray

- Bump PORTREVISION for dependency change
0.12.0
08 Jan 2020 14:48:50
Revision:522381Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.12.0

Changes:	https://github.com/Unidata/MetPy/releases
0.11.1
10 Dec 2019 17:11:00
Revision:519700Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove no-op PY_ENUM34
0.11.1
08 Dec 2019 17:00:50
Revision:519387Original commit files touched by this commit
sunpoet search for other commits by this committer
Restrict USES=python to 3.5+ for py-pooch 0.7.0 update
0.11.1
20 Oct 2019 17:10:12
Revision:514926Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.11.1

Changes:	https://github.com/Unidata/MetPy/releases
0.11.0
01 Oct 2019 19:15:37
Revision:513509Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.11.0

Changes:	https://github.com/Unidata/MetPy/releases
0.10.2_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.10.2
08 Jul 2019 18:48:09
Revision:506240Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.10.2

- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/Unidata/MetPy/releases
0.10.1
07 Jul 2019 19:13:15
Revision:506158Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.10.1

- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/Unidata/MetPy/releases
0.10.0_2
31 Mar 2019 08:01:23
Revision:497390Original commit files touched by this commit
yuri search for other commits by this committer
Remove duplicate port converters/py-pint.

devel/py-Pint has been added earlier, and has a proper directory name.
Update the dependency line in astro/py-metpy.
0.10.0_1
17 Mar 2019 18:58:18
Revision:496093Original commit files touched by this commit
sunpoet search for other commits by this committer
Change RUN_DEPENDS from py-xarray to py-xarray011

- Bump PORTREVISION for dependency change
0.10.0
09 Jan 2019 14:51:45
Revision:489785Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.10.0

- Fix typo

Changes:	https://github.com/Unidata/MetPy/releases
0.9.2_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
0.9.2
01 Dec 2018 13:06:13
Revision:486346Original commit files touched by this commit
sunpoet search for other commits by this committer
Use PYNUMPY
0.9.2
06 Oct 2018 09:34:24
Revision:481339Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.9.2

Changes:	https://github.com/Unidata/MetPy/releases
0.9.1
31 Aug 2018 14:41:45
Revision:478566Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.9.1

Changes:	https://github.com/Unidata/MetPy/releases
0.9.0
29 Aug 2018 19:08:54
Revision:478379Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.9.0

Changes:	https://github.com/Unidata/MetPy/releases
0.8.0
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.8.0
19 May 2018 11:06:41
Revision:470381Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.8.0

Changes:	https://github.com/Unidata/MetPy/releases
0.7.0
29 Apr 2018 00:03:12
Revision:468596Original commit files touched by this commit
sunpoet search for other commits by this committer
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

Number of commits found: 52