Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 15:26:31 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512515 - head/math/py-gau2grid
Message-ID:  <201909211526.x8LFQVbi053682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909211526.x8LFQVbi053682>