aboutsummaryrefslogtreecommitdiff
path: root/math/py-gau2grid
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-10-09 20:45:44 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-10-09 20:45:44 +0000
commit12a1903e1937d52168943307d592f2542ed92996 (patch)
tree250423a98e0eb6588475b630846c6c270f71bee3 /math/py-gau2grid
parent25586fa56fd6841eefe22a23fe01f94e7213d87d (diff)
downloadports-12a1903e1937d52168943307d592f2542ed92996.tar.gz
ports-12a1903e1937d52168943307d592f2542ed92996.zip
Remove py-gau2grid, new broken port
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=481656
Diffstat (limited to 'math/py-gau2grid')
-rw-r--r--math/py-gau2grid/Makefile28
-rw-r--r--math/py-gau2grid/distinfo3
-rw-r--r--math/py-gau2grid/pkg-descr7
3 files changed, 0 insertions, 38 deletions
diff --git a/math/py-gau2grid/Makefile b/math/py-gau2grid/Makefile
deleted file mode 100644
index aca36c1efbb1..000000000000
--- a/math/py-gau2grid/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= gau2grid
-DISTVERSIONPREFIX= v
-DISTVERSION= 1.2.0
-CATEGORIES= math python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Fast computation of a gaussian and its derivative on a grid
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYNUMPY} \
- cmake:devel/cmake
-RUN_DEPENDS= ${PYNUMPY}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-
-USES= python
-USE_GITHUB= yes
-GH_ACCOUNT= dgasmith
-USE_PYTHON= distutils autoplist
-
-do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
-
-.include <bsd.port.mk>
diff --git a/math/py-gau2grid/distinfo b/math/py-gau2grid/distinfo
deleted file mode 100644
index 189a7918ed6e..000000000000
--- a/math/py-gau2grid/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1538885352
-SHA256 (dgasmith-gau2grid-v1.2.0_GH0.tar.gz) = 5c0312256c794d17c806bafa4a755489d21d3985e44a4429e865b51e67666b9c
-SIZE (dgasmith-gau2grid-v1.2.0_GH0.tar.gz) = 124928
diff --git a/math/py-gau2grid/pkg-descr b/math/py-gau2grid/pkg-descr
deleted file mode 100644
index 2a8fcb58b544..000000000000
--- a/math/py-gau2grid/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-gau2grid is a python-generated C library for vectorized computation of grid to
-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.
-
-WWW: https://github.com/dgasmith/gau2grid