aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-13 20:32:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-13 20:32:15 +0000
commit5c18289b7ef1771ceed9a6b1f2995d216ab4404e (patch)
treeae87f80001275a9e161749ba7b9fa4c7472b9739 /math
parent59cb500a2c486223eaa2913ba66e023dcc79597e (diff)
downloadports-5c18289b7ef1771ceed9a6b1f2995d216ab4404e.tar.gz
ports-5c18289b7ef1771ceed9a6b1f2995d216ab4404e.zip
Move math/py-gsl to math/py-pygsl
- Remove DIST_SUBDIR - Allow concurrent installation (USE_PYTHON=concurrent) - Do not silence installation messages - Take maintainership
Notes
Notes: svn path=/head/; revision=464428
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/py-gsl/distinfo3
-rw-r--r--math/py-pygsl/Makefile (renamed from math/py-gsl/Makefile)16
-rw-r--r--math/py-pygsl/distinfo3
-rw-r--r--math/py-pygsl/files/patch-src_init_initmodule.c (renamed from math/py-gsl/files/patch-src_init_initmodule.c)0
-rw-r--r--math/py-pygsl/files/patch-src_transform_wavelet.c (renamed from math/py-gsl/files/patch-src_transform_wavelet.c)0
-rw-r--r--math/py-pygsl/pkg-descr (renamed from math/py-gsl/pkg-descr)0
7 files changed, 10 insertions, 14 deletions
diff --git a/math/Makefile b/math/Makefile
index 76caa58092f3..bef93ddd28e6 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -640,7 +640,6 @@
SUBDIR += py-gmpy2
SUBDIR += py-gnuplot
SUBDIR += py-graphillion
- SUBDIR += py-gsl
SUBDIR += py-igraph
SUBDIR += py-intspan
SUBDIR += py-keras
@@ -663,6 +662,7 @@
SUBDIR += py-pyasp
SUBDIR += py-pybloom
SUBDIR += py-pycosat
+ SUBDIR += py-pygsl
SUBDIR += py-pyhull
SUBDIR += py-pymc
SUBDIR += py-pysparse
diff --git a/math/py-gsl/distinfo b/math/py-gsl/distinfo
deleted file mode 100644
index 521bd4f41d65..000000000000
--- a/math/py-gsl/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1514315689
-SHA256 (python/pygsl-2.3.0.tar.gz) = 26f79645bccef52a4f9f24c4307d9be954992ac008581750d4413e405404406a
-SIZE (python/pygsl-2.3.0.tar.gz) = 1096186
diff --git a/math/py-gsl/Makefile b/math/py-pygsl/Makefile
index 6c39c64a11bf..b4654f69fad2 100644
--- a/math/py-gsl/Makefile
+++ b/math/py-pygsl/Makefile
@@ -1,31 +1,27 @@
# Created by: Hye-Shik Chang <perky@fallin.lv>
# $FreeBSD$
-PORTNAME= gsl
+PORTNAME= pygsl
PORTVERSION= 2.3.0
PORTREVISION= 1
CATEGORIES= math python
-MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pygsl-${PORTVERSION}
-DIST_SUBDIR= python
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python interface to GNU Scientific Library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYNUMPY}
-RUN_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libgsl.so:math/gsl
+RUN_DEPENDS= ${PYNUMPY}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pygsl/*.so \
- ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pygsl/statistics/*.so \
- ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pygsl/testing/*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>
diff --git a/math/py-pygsl/distinfo b/math/py-pygsl/distinfo
new file mode 100644
index 000000000000..3055a9721edb
--- /dev/null
+++ b/math/py-pygsl/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514315689
+SHA256 (pygsl-2.3.0.tar.gz) = 26f79645bccef52a4f9f24c4307d9be954992ac008581750d4413e405404406a
+SIZE (pygsl-2.3.0.tar.gz) = 1096186
diff --git a/math/py-gsl/files/patch-src_init_initmodule.c b/math/py-pygsl/files/patch-src_init_initmodule.c
index 771ed15d3e3c..771ed15d3e3c 100644
--- a/math/py-gsl/files/patch-src_init_initmodule.c
+++ b/math/py-pygsl/files/patch-src_init_initmodule.c
diff --git a/math/py-gsl/files/patch-src_transform_wavelet.c b/math/py-pygsl/files/patch-src_transform_wavelet.c
index 72373da79a50..72373da79a50 100644
--- a/math/py-gsl/files/patch-src_transform_wavelet.c
+++ b/math/py-pygsl/files/patch-src_transform_wavelet.c
diff --git a/math/py-gsl/pkg-descr b/math/py-pygsl/pkg-descr
index 0738290a362c..0738290a362c 100644
--- a/math/py-gsl/pkg-descr
+++ b/math/py-pygsl/pkg-descr