update current package
add dependency: wip/py-geographiclib
This commit is contained in:
parent
de05deb9fa
commit
c17b6c2d70
3 changed files with 22 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/11/05 19:52:07 jihbed Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/12/06 00:14:25 jihbed Exp $
|
||||
|
||||
DISTNAME= rf-0.1.1
|
||||
DISTNAME= rf-0.1.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/r/rf/
|
||||
|
@ -11,10 +11,13 @@ HOMEPAGE= https://pypi.python.org/packages/source/r/rf/
|
|||
COMMENT= Receiver function calculation in seismology
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
USE_LANGUAGES= c fortran
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../math/py-numpy/buildlink3.mk"
|
||||
DEPENDS+= ${PYPKGPREFIX}-geographiclib>=1.31:../../wip/py-geographiclib
|
||||
DEPENDS+= ${PYPKGPREFIX}-obspy>=0.8.4:../../wip/py-obspy
|
||||
DEPENDS+= ${PYPKGPREFIX}-toeplitz>=0.1:../../wip/py-toeplitz
|
||||
DEPENDS+= ${PYPKGPREFIX}-toeplitz>=0.1.2:../../wip/py-toeplitz
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
20
py-rf/PLIST
20
py-rf/PLIST
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/11/05 19:52:07 jihbed Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2013/12/06 00:14:25 jihbed Exp $
|
||||
bin/rf
|
||||
bin/rf-runtests
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -12,22 +13,22 @@ ${PYSITELIB}/rf/__init__.pyo
|
|||
${PYSITELIB}/rf/_version.py
|
||||
${PYSITELIB}/rf/_version.pyc
|
||||
${PYSITELIB}/rf/_version.pyo
|
||||
${PYSITELIB}/rf/_xy.so
|
||||
${PYSITELIB}/rf/batch.py
|
||||
${PYSITELIB}/rf/batch.pyc
|
||||
${PYSITELIB}/rf/batch.pyo
|
||||
${PYSITELIB}/rf/conf_test.py
|
||||
${PYSITELIB}/rf/conf_test.pyc
|
||||
${PYSITELIB}/rf/conf_test.pyo
|
||||
${PYSITELIB}/rf/data/iasp91.dat
|
||||
${PYSITELIB}/rf/deconvolve.py
|
||||
${PYSITELIB}/rf/deconvolve.pyc
|
||||
${PYSITELIB}/rf/deconvolve.pyo
|
||||
${PYSITELIB}/rf/io.py
|
||||
${PYSITELIB}/rf/io.pyc
|
||||
${PYSITELIB}/rf/io.pyo
|
||||
${PYSITELIB}/rf/rfconf_example.py
|
||||
${PYSITELIB}/rf/rfconf_example.pyc
|
||||
${PYSITELIB}/rf/rfconf_example.pyo
|
||||
${PYSITELIB}/rf/rfstream.py
|
||||
${PYSITELIB}/rf/rfstream.pyc
|
||||
${PYSITELIB}/rf/rfstream.pyo
|
||||
${PYSITELIB}/rf/simple_model.py
|
||||
${PYSITELIB}/rf/simple_model.pyc
|
||||
${PYSITELIB}/rf/simple_model.pyo
|
||||
${PYSITELIB}/rf/tests/__init__.py
|
||||
${PYSITELIB}/rf/tests/__init__.pyc
|
||||
${PYSITELIB}/rf/tests/__init__.pyo
|
||||
|
@ -40,3 +41,6 @@ ${PYSITELIB}/rf/tests/test_deconvolve.pyo
|
|||
${PYSITELIB}/rf/tests/test_rfstream.py
|
||||
${PYSITELIB}/rf/tests/test_rfstream.pyc
|
||||
${PYSITELIB}/rf/tests/test_rfstream.pyo
|
||||
${PYSITELIB}/rf/tests/test_simple_model.py
|
||||
${PYSITELIB}/rf/tests/test_simple_model.pyc
|
||||
${PYSITELIB}/rf/tests/test_simple_model.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/11/05 19:52:07 jihbed Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/12/06 00:14:25 jihbed Exp $
|
||||
|
||||
SHA1 (rf-0.1.1.tar.gz) = 3378082ed8fdf504dbf6a9053fb59342dac463df
|
||||
RMD160 (rf-0.1.1.tar.gz) = da60548cfd1008852def934e7557e676f7c43730
|
||||
Size (rf-0.1.1.tar.gz) = 17694 bytes
|
||||
SHA1 (rf-0.1.3.tar.gz) = 03838087627c8954ff1993bcbc04b9534e3a0963
|
||||
RMD160 (rf-0.1.3.tar.gz) = b35b33d0577b7bd10f5b6abaf427ba5aca5a7cf8
|
||||
Size (rf-0.1.3.tar.gz) = 20056 bytes
|
||||
|
|
Loading…
Reference in a new issue