From owner-svn-ports-all@freebsd.org Wed Mar 27 08:36:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DBA21547FB7; Wed, 27 Mar 2019 08:36:32 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B1D36B659; Wed, 27 Mar 2019 08:36:32 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD5734C15; Wed, 27 Mar 2019 08:36:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2R8aVqo030152; Wed, 27 Mar 2019 08:36:31 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2R8aVaj030148; Wed, 27 Mar 2019 08:36:31 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201903270836.x2R8aVaj030148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 27 Mar 2019 08:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496937 - in head/devel: . py-cftime X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/devel: . py-cftime X-SVN-Commit-Revision: 496937 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1B1D36B659 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2019 08:36:32 -0000 Author: wen Date: Wed Mar 27 08:36:30 2019 New Revision: 496937 URL: https://svnweb.freebsd.org/changeset/ports/496937 Log: Python library for decoding time units and variable values in a netCDF file conforming to the Climate and Forecasting (CF) netCDF conventions. WWW: https://github.com/Unidata/cftime Added: head/devel/py-cftime/ head/devel/py-cftime/Makefile (contents, props changed) head/devel/py-cftime/distinfo (contents, props changed) head/devel/py-cftime/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 27 07:50:51 2019 (r496936) +++ head/devel/Makefile Wed Mar 27 08:36:30 2019 (r496937) @@ -4454,6 +4454,7 @@ SUBDIR += py-certsrv SUBDIR += py-cffi SUBDIR += py-cfgparse + SUBDIR += py-cftime SUBDIR += py-chainmap SUBDIR += py-characteristic SUBDIR += py-check-manifest Added: head/devel/py-cftime/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cftime/Makefile Wed Mar 27 08:36:30 2019 (r496937) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= cftime +PORTVERSION= 1.0.3.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Time-handling functionality from netcdf4-python + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYNUMPY} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils cython + +do-test: + @cd ${WRKSRC} && py.test + +.include Added: head/devel/py-cftime/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cftime/distinfo Wed Mar 27 08:36:30 2019 (r496937) @@ -0,0 +1,3 @@ +TIMESTAMP = 1553672327 +SHA256 (cftime-1.0.3.4.tar.gz) = dd74d0d470baf1c50e31335215793a5e78436903e34b4f151fa9ccbf3a6cc20c +SIZE (cftime-1.0.3.4.tar.gz) = 46422 Added: head/devel/py-cftime/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cftime/pkg-descr Wed Mar 27 08:36:30 2019 (r496937) @@ -0,0 +1,4 @@ +Python library for decoding time units and variable values in a netCDF +file conforming to the Climate and Forecasting (CF) netCDF conventions. + +WWW: https://github.com/Unidata/cftime