Update to 0.10.2
- Update version requirement of RUN_DEPENDS Changes: https://github.com/Unidata/MetPy/releases
This commit is contained in:
parent
e0914c17c7
commit
1111f94877
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506240
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= metpy
|
||||
PORTVERSION= 0.10.1
|
||||
PORTVERSION= 0.10.2
|
||||
CATEGORIES= astro python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
RUN_DEPENDS= ${PY_ENUM34} \
|
||||
${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}Pint>=0:devel/py-Pint@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Pint>=0.8:devel/py-Pint@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pooch>=0.1:devel/py-pooch@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.4:graphics/py-pyproj@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=0.17.0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.0:devel/py-traitlets@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xarray011>=0.10.7:devel/py-xarray011@${PY_FLAVOR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1562501172
|
||||
SHA256 (MetPy-0.10.1.tar.gz) = 5235a8b81c22d30b3871f39e2251f4180ba6c447c858816793b8ed3fbd02dda0
|
||||
SIZE (MetPy-0.10.1.tar.gz) = 2249258
|
||||
TIMESTAMP = 1562607990
|
||||
SHA256 (MetPy-0.10.2.tar.gz) = 608b8705cbc935e6ac8a84eacdffbcd78999613d9890532018bc890210ed8788
|
||||
SIZE (MetPy-0.10.2.tar.gz) = 2245367
|
||||
|
|
Loading…
Reference in a new issue