Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time py-cftime: added version 1.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0890dbfb913
branches:  trunk
changeset: 435179:c0890dbfb913
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 01 15:57:35 2020 +0000

description:
py-cftime: added version 1.1.3

Python library for decoding time units and variable values in a netCDF file
conforming to the Climate and Forecasting (CF) netCDF conventions.

diffstat:

 time/Makefile           |   3 ++-
 time/py-cftime/DESCR    |   2 ++
 time/py-cftime/Makefile |  24 ++++++++++++++++++++++++
 time/py-cftime/PLIST    |  10 ++++++++++
 time/py-cftime/distinfo |   6 ++++++
 5 files changed, 44 insertions(+), 1 deletions(-)

diffs (75 lines):

diff -r 4d96e072efb0 -r c0890dbfb913 time/Makefile
--- a/time/Makefile     Wed Jul 01 15:07:25 2020 +0000
+++ b/time/Makefile     Wed Jul 01 15:57:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2020/05/28 12:12:51 nia Exp $
+# $NetBSD: Makefile,v 1.208 2020/07/01 15:57:35 adam Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
@@ -136,6 +136,7 @@
 SUBDIR+=       projectlibre
 SUBDIR+=       py-aniso8601
 SUBDIR+=       py-arrow
+SUBDIR+=       py-cftime
 SUBDIR+=       py-ciso8601
 SUBDIR+=       py-dateparser
 SUBDIR+=       py-dateutil
diff -r 4d96e072efb0 -r c0890dbfb913 time/py-cftime/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-cftime/DESCR      Wed Jul 01 15:57:35 2020 +0000
@@ -0,0 +1,2 @@
+Python library for decoding time units and variable values in a netCDF file
+conforming to the Climate and Forecasting (CF) netCDF conventions.
diff -r 4d96e072efb0 -r c0890dbfb913 time/py-cftime/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-cftime/Makefile   Wed Jul 01 15:57:35 2020 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/07/01 15:57:35 adam Exp $
+
+DISTNAME=      cftime-1.1.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    time python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cftime/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Unidata/cftime
+COMMENT=       Time-handling functionality
+LICENSE=       gnu-gpl-v3
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+# This pulls too many unnecessary dependencies.
+#PYSETUPTESTTARGET=    pytest
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4d96e072efb0 -r c0890dbfb913 time/py-cftime/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-cftime/PLIST      Wed Jul 01 15:57:35 2020 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2020/07/01 15:57:35 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/cftime/__init__.py
+${PYSITELIB}/cftime/__init__.pyc
+${PYSITELIB}/cftime/__init__.pyo
+${PYSITELIB}/cftime/_cftime.so
diff -r 4d96e072efb0 -r c0890dbfb913 time/py-cftime/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-cftime/distinfo   Wed Jul 01 15:57:35 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/07/01 15:57:35 adam Exp $
+
+SHA1 (cftime-1.1.3.tar.gz) = 74b195aa98742a4b26063628979c849774e46f22
+RMD160 (cftime-1.1.3.tar.gz) = 31488d80ee1961f13b7fb4f983bae4813cd3708d
+SHA512 (cftime-1.1.3.tar.gz) = 27925e67efa06d5ce165c01958c13be492953a372941cd85437e943e87e3e3799be5f851ac9c9100cff37a8f49ab948e2d0d5aacdd36ff5124dabf1ca51d32ce
+Size (cftime-1.1.3.tar.gz) = 50083 bytes



Home | Main Index | Thread Index | Old Index