mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Initial import of Py-gsl 0.0.4
Py-gsl is the Python interface to GNU Scientific Library. PR: 34927 Submitted by: Hye-Shik Chang <perky@fallin.lv>
This commit is contained in:
parent
e9cf93b23b
commit
1b69b390e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54726
@ -102,6 +102,7 @@
|
||||
SUBDIR += pspp
|
||||
SUBDIR += py-gato
|
||||
SUBDIR += py-gnuplot
|
||||
SUBDIR += py-gsl
|
||||
SUBDIR += py-mpz
|
||||
SUBDIR += py-numeric
|
||||
SUBDIR += py-numeric17
|
||||
|
30
math/py-gsl/Makefile
Normal file
30
math/py-gsl/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: py-gsl
|
||||
# Date created: 14 February 2002
|
||||
# Whom: Hye-Shik Chang <perky@fallin.lv>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gsl
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pygsl
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pygsl-${PORTVERSION}
|
||||
DIST_SUBDIR= python
|
||||
|
||||
MAINTAINER= perky@fallin.lv
|
||||
|
||||
LIB_DEPENDS= gsl.0:${PORTSDIR}/math/gsl
|
||||
|
||||
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
|
||||
USE_PYTHON= yes
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} setup.py build
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} setup.py install
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/py-gsl/distinfo
Normal file
1
math/py-gsl/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (python/pygsl-0.0.4.tar.gz) = 486c5bc4c0d2cd56ff84b41421d9f928
|
1
math/py-gsl/pkg-comment
Normal file
1
math/py-gsl/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Python interface to GNU Scientific Library
|
3
math/py-gsl/pkg-descr
Normal file
3
math/py-gsl/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Python interface to GNU Scientific Library
|
||||
|
||||
WWW: http://sourceforge.net/projects/pygsl/
|
13
math/py-gsl/pkg-plist
Normal file
13
math/py-gsl/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
@cwd %%LOCALBASE%%
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/_rng.so
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/const.so
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/errors.py
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/errors.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/ieee.so
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/init.so
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/rng.py
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/rng.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pygsl/sf.so
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pygsl
|
Loading…
Reference in New Issue
Block a user