Update py-cftime to 1.5.1.
This commit is contained in:
parent
30b1250894
commit
2db1ff20eb
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2021/06/15 09:39:49 martin Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2021/10/16 13:20:24 martin Exp $
|
||||
|
||||
COMMENT= time and date handling utility functions from netcdf4-python
|
||||
|
||||
MODPY_EGG_VERSION= 1.5.0
|
||||
MODPY_EGG_VERSION= 1.5.1
|
||||
DISTNAME= cftime-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
|
||||
@ -36,8 +36,4 @@ TEST_DEPENDS= devel/py-test${MODPY_FLAVOR} \
|
||||
security/py-cryptography${MODPY_FLAVOR} \
|
||||
security/py-openssl${MODPY_FLAVOR}
|
||||
|
||||
# not needed for python3, also messes with relative imports in tests
|
||||
pre-test:
|
||||
rm -f ${WRKSRC}/cftime/__init__.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cftime-1.5.0.tar.gz) = tkS8tTNGtvT+L8yfO1dHQKIJdjdJLcyiljLIF+BgTyk=
|
||||
SIZE (cftime-1.5.0.tar.gz) = 44972
|
||||
SHA256 (cftime-1.5.1.tar.gz) = ijmMrteDibNm8QN8pik5/wGvLxeJx3vOBeuQPxn/2EA=
|
||||
SIZE (cftime-1.5.1.tar.gz) = 46036
|
||||
|
@ -1,8 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/06/15 09:39:49 martin Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2021/10/16 13:20:24 martin Exp $
|
||||
@conflict py-cftime-*
|
||||
@pkgpath math/py-cftime
|
||||
lib/python${MODPY_VERSION}/
|
||||
lib/python${MODPY_VERSION}/site-packages/
|
||||
lib/python${MODPY_VERSION}/site-packages/cftime/
|
||||
lib/python${MODPY_VERSION}/site-packages/cftime-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/cftime-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
Loading…
Reference in New Issue
Block a user