From owner-svn-ports-head@freebsd.org Sat Sep 21 15:26:32 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5051B12771B; Sat, 21 Sep 2019 15:26:32 +0000 (UTC) (envelope-from yuri@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 46bDvX1VYZz4fFf; Sat, 21 Sep 2019 15:26:32 +0000 (UTC) (envelope-from yuri@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 131FE18399; Sat, 21 Sep 2019 15:26:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8LFQV38053686; Sat, 21 Sep 2019 15:26:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8LFQVbi053682; Sat, 21 Sep 2019 15:26:31 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201909211526.x8LFQVbi053682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 21 Sep 2019 15:26:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512515 - head/math/py-gau2grid X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-gau2grid X-SVN-Commit-Revision: 512515 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2019 15:26:32 -0000 Author: yuri Date: Sat Sep 21 15:26:31 2019 New Revision: 512515 URL: https://svnweb.freebsd.org/changeset/ports/512515 Log: math/py-gau2grid: Update 1.3.1 -> 2.0.1 Reported by: portscout Modified: head/math/py-gau2grid/Makefile head/math/py-gau2grid/distinfo head/math/py-gau2grid/pkg-descr head/math/py-gau2grid/pkg-plist Modified: head/math/py-gau2grid/Makefile ============================================================================== --- head/math/py-gau2grid/Makefile Sat Sep 21 15:25:58 2019 (r512514) +++ head/math/py-gau2grid/Makefile Sat Sep 21 15:26:31 2019 (r512515) @@ -2,8 +2,7 @@ PORTNAME= gau2grid DISTVERSIONPREFIX= v -DISTVERSION= 1.3.1 -PORTREVISION= 1 +DISTVERSION= 2.0.1 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,6 +27,7 @@ CMAKE_ARGS= -DPYMOD_INSTALL_LIBDIR:STRING=${PYTHON_SIT post-install: @${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/gau2grid/__pycache__ + @${RM} -r ${STAGEDIR}${LOCALBASE}//lib/usr # LICENSE is installed under there do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest Modified: head/math/py-gau2grid/distinfo ============================================================================== --- head/math/py-gau2grid/distinfo Sat Sep 21 15:25:58 2019 (r512514) +++ head/math/py-gau2grid/distinfo Sat Sep 21 15:26:31 2019 (r512515) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548483208 -SHA256 (dgasmith-gau2grid-v1.3.1_GH0.tar.gz) = ed12bad06f3a974c2fe556df213589ccc2a0886fafb60b517726a8529d422076 -SIZE (dgasmith-gau2grid-v1.3.1_GH0.tar.gz) = 78811 +TIMESTAMP = 1569078395 +SHA256 (dgasmith-gau2grid-v2.0.1_GH0.tar.gz) = 3e8627318615143eaf078b97b5de5250b04c4bb5898c8646c5739c40b72e0cfa +SIZE (dgasmith-gau2grid-v2.0.1_GH0.tar.gz) = 82985 Modified: head/math/py-gau2grid/pkg-descr ============================================================================== --- head/math/py-gau2grid/pkg-descr Sat Sep 21 15:25:58 2019 (r512514) +++ head/math/py-gau2grid/pkg-descr Sat Sep 21 15:26:31 2019 (r512515) @@ -1,5 +1,5 @@ gau2grid is a python-generated C library for vectorized computation of grid to -gaussian collocation matrices +gaussian collocation matrices. The core of gau2grid is generating the collocation matrices between a real space grid and a gaussian basis set expanded to a given angular momenta. Modified: head/math/py-gau2grid/pkg-plist ============================================================================== --- head/math/py-gau2grid/pkg-plist Sat Sep 21 15:25:58 2019 (r512514) +++ head/math/py-gau2grid/pkg-plist Sat Sep 21 15:26:31 2019 (r512515) @@ -9,7 +9,6 @@ %%PYTHON_SITELIBDIR%%/gau2grid/docs_generator.py %%PYTHON_SITELIBDIR%%/gau2grid/extras.py %%PYTHON_SITELIBDIR%%/gau2grid/gg.so -%%PYTHON_SITELIBDIR%%/gau2grid/np_generator.py %%PYTHON_SITELIBDIR%%/gau2grid/order.py %%PYTHON_SITELIBDIR%%/gau2grid/python_reference.py %%PYTHON_SITELIBDIR%%/gau2grid/tests/__init__.py @@ -17,7 +16,6 @@ %%PYTHON_SITELIBDIR%%/gau2grid/tests/test_c_code.py %%PYTHON_SITELIBDIR%%/gau2grid/tests/test_c_generator.py %%PYTHON_SITELIBDIR%%/gau2grid/tests/test_helper.py -%%PYTHON_SITELIBDIR%%/gau2grid/tests/test_np_generator.py %%PYTHON_SITELIBDIR%%/gau2grid/tests/test_order.py %%PYTHON_SITELIBDIR%%/gau2grid/tests/test_rsh.py %%PYTHON_SITELIBDIR%%/gau2grid/utility.py