aboutsummaryrefslogtreecommitdiff
path: root/math/py-gau2grid
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-09-21 15:26:31 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-09-21 15:26:31 +0000
commit84803303bd4c937bd9d2478722fcd2450b18c9fa (patch)
treeb2c5993270495b77fb7f5ff03aca9761c5e96a4e /math/py-gau2grid
parent4cf79d3a9c42365f88a58e2c0d8f9079e1e4dc6e (diff)
downloadports-84803303bd4c937bd9d2478722fcd2450b18c9fa.tar.gz
ports-84803303bd4c937bd9d2478722fcd2450b18c9fa.zip
math/py-gau2grid: Update 1.3.1 -> 2.0.1
Reported by: portscout
Notes
Notes: svn path=/head/; revision=512515
Diffstat (limited to 'math/py-gau2grid')
-rw-r--r--math/py-gau2grid/Makefile4
-rw-r--r--math/py-gau2grid/distinfo6
-rw-r--r--math/py-gau2grid/pkg-descr2
-rw-r--r--math/py-gau2grid/pkg-plist2
4 files changed, 6 insertions, 8 deletions
diff --git a/math/py-gau2grid/Makefile b/math/py-gau2grid/Makefile
index 329b4539f7ed..ec4d27f43189 100644
--- a/math/py-gau2grid/Makefile
+++ b/math/py-gau2grid/Makefile
@@ -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_SITELIBDIR} -DFREEBSD_PYTHON_
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
diff --git a/math/py-gau2grid/distinfo b/math/py-gau2grid/distinfo
index 06af34990466..7edc813b4afc 100644
--- a/math/py-gau2grid/distinfo
+++ b/math/py-gau2grid/distinfo
@@ -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
diff --git a/math/py-gau2grid/pkg-descr b/math/py-gau2grid/pkg-descr
index 2a8fcb58b544..a44d62c32657 100644
--- a/math/py-gau2grid/pkg-descr
+++ b/math/py-gau2grid/pkg-descr
@@ -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.
diff --git a/math/py-gau2grid/pkg-plist b/math/py-gau2grid/pkg-plist
index 31268b3fc6f7..a689c9156da3 100644
--- a/math/py-gau2grid/pkg-plist
+++ b/math/py-gau2grid/pkg-plist
@@ -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