new package

This commit is contained in:
K.I.A.Derouiche 2019-02-27 23:23:56 +01:00
parent 2d54b97a4e
commit 03aaac2536
4 changed files with 80 additions and 0 deletions

3
py-hydrointerp/DESCR Normal file
View File

@ -0,0 +1,3 @@
The hydrointerp package includes several interpolation functions specifically
designed for hydrologic data. These are mainly derrived from Scipy interpolation
functions like griddata

25
py-hydrointerp/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $NetBSD$
DISTNAME= hydrointerp-1.0.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= https://files.pythonhosted.org/packages/57/eb/13511527e0ddb891dd1e4f22d657fac93e00f07508044f339a975f8f3134/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/mullenkamp/hydrointerp
COMMENT= Function for interpolating hydrologic features
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.23.4:../../math/py-pandas
DEPENDS+= ${PYPKGPREFIX}-scipy>=1.1.0:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-fiona>=1.1.0:../../wip/py-fiona
DEPENDS+= ${PYPKGPREFIX}-proj>=1.1.0:../../wip/py-proj
DEPENDS+= ${PYPKGPREFIX}-xarray>=1.1.0:../../wip/py-xarray
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 37 36 35 34 27
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

46
py-hydrointerp/PLIST Normal file
View File

@ -0,0 +1,46 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/hydrointerp/__init__.py
${PYSITELIB}/hydrointerp/__init__.pyo
${PYSITELIB}/hydrointerp/__init__.pyc
${PYSITELIB}/hydrointerp/interp2d.pyo
${PYSITELIB}/hydrointerp/interp2d.pyc
${PYSITELIB}/hydrointerp/util.pyo
${PYSITELIB}/hydrointerp/util.pyc
${PYSITELIB}/hydrointerp/datasets/__init__.py
${PYSITELIB}/hydrointerp/datasets/__init__.pyo
${PYSITELIB}/hydrointerp/datasets/__init__.pyc
${PYSITELIB}/hydrointerp/interp2d.py
${PYSITELIB}/hydrointerp/io/__init__.py
${PYSITELIB}/hydrointerp/io/__init__.pyo
${PYSITELIB}/hydrointerp/io/__init__.pyc
${PYSITELIB}/hydrointerp/io/raster.pyo
${PYSITELIB}/hydrointerp/io/raster.pyc
${PYSITELIB}/hydrointerp/io/raster.py
${PYSITELIB}/hydrointerp/org/__init__.py
${PYSITELIB}/hydrointerp/org/__init__.pyo
${PYSITELIB}/hydrointerp/org/__init__.pyc
${PYSITELIB}/hydrointerp/org/metservice.pyo
${PYSITELIB}/hydrointerp/org/metservice.pyc
${PYSITELIB}/hydrointerp/org/nasa.pyo
${PYSITELIB}/hydrointerp/org/nasa.pyc
${PYSITELIB}/hydrointerp/org/metservice.py
${PYSITELIB}/hydrointerp/org/nasa.py
${PYSITELIB}/hydrointerp/tests/__init__.py
${PYSITELIB}/hydrointerp/tests/__init__.pyo
${PYSITELIB}/hydrointerp/tests/__init__.pyc
${PYSITELIB}/hydrointerp/tests/test_interp.pyo
${PYSITELIB}/hydrointerp/tests/test_interp.pyc
${PYSITELIB}/hydrointerp/tests/test_interp2d.pyo
${PYSITELIB}/hydrointerp/tests/test_interp2d.pyc
${PYSITELIB}/hydrointerp/tests/test_pyproj.pyo
${PYSITELIB}/hydrointerp/tests/test_pyproj.pyc
${PYSITELIB}/hydrointerp/tests/test-2d_v02.py
${PYSITELIB}/hydrointerp/tests/test_interp.py
${PYSITELIB}/hydrointerp/tests/test_interp2d.py
${PYSITELIB}/hydrointerp/tests/test_pyproj.py
${PYSITELIB}/hydrointerp/util.py

6
py-hydrointerp/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (hydrointerp-1.0.15.tar.gz) = 46f3a9aaa045ab22bde75951acbb01dbd3f5e4f6
RMD160 (hydrointerp-1.0.15.tar.gz) = 470904da082f5aff5391e16afc4af7b7d9c9c8ab
SHA512 (hydrointerp-1.0.15.tar.gz) = 9917fd26eb24383fbc61123a0ba66a1e23a21e3b865b1c31b26f0fd89658420ff1f39008de67c36894deda7430bc462b13fb8553335cf063e2bc29fdc3803b73
Size (hydrointerp-1.0.15.tar.gz) = 19747 bytes