Import ObsPy-0.10.2 as geography/py-obspy.(Based pkgsrc/wip/py-obspy)
ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data.
This commit is contained in:
parent
7b981fe771
commit
28e6b94bf2
4 changed files with 1771 additions and 0 deletions
2
geography/py-obspy/DESCR
Normal file
2
geography/py-obspy/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
ObsPy is an open-source project dedicated to provide a Python framework for
|
||||
processing seismological data.
|
31
geography/py-obspy/Makefile
Normal file
31
geography/py-obspy/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/05/30 03:27:52 wen Exp $
|
||||
|
||||
DISTNAME= obspy-0.10.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= geography python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/o/obspy/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= wen@NetBSD.org
|
||||
HOMEPAGE= http://www.obspy.org/
|
||||
COMMENT= Python framework for seismological observatories
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
|
||||
DEPENDS+= ${PYPKGPREFIX}-suds>=0.4:../../net/py-suds
|
||||
DEPENDS+= ${PYPKGPREFIX}-lxml>=3.2.3:../../textproc/py-lxml
|
||||
|
||||
USE_LANGUAGES= c fortran
|
||||
USE_TOOLS+= bash:run
|
||||
|
||||
REPLACE_BASH= obspy/taup/tests/data/TauP_test_data/gendata.sh
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-suds
|
||||
|
||||
pre-configure:
|
||||
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
|
||||
|
||||
.include "../../graphics/py-matplotlib/buildlink3.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../math/py-numpy/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1733
geography/py-obspy/PLIST
Normal file
1733
geography/py-obspy/PLIST
Normal file
File diff suppressed because it is too large
Load diff
5
geography/py-obspy/distinfo
Normal file
5
geography/py-obspy/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/05/30 03:27:52 wen Exp $
|
||||
|
||||
SHA1 (obspy-0.10.2.zip) = 0cf5552265dc1ac72499d5b090d3f00e26d4a295
|
||||
RMD160 (obspy-0.10.2.zip) = 17d7cfd97472fc1fce34fe36b90f98da6c3d2c0b
|
||||
Size (obspy-0.10.2.zip) = 15847912 bytes
|
Loading…
Reference in a new issue