pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
new package
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Wed Feb 27 23:23:56 2019 +0100
Changeset: 03aaac253639530b509b00731d03b49663c86a12
Added Files:
py-hydrointerp/DESCR
py-hydrointerp/Makefile
py-hydrointerp/PLIST
py-hydrointerp/distinfo
Log Message:
new package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=03aaac253639530b509b00731d03b49663c86a12
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-hydrointerp/DESCR | 3 +++
py-hydrointerp/Makefile | 25 +++++++++++++++++++++++++
py-hydrointerp/PLIST | 46 ++++++++++++++++++++++++++++++++++++++++++++++
py-hydrointerp/distinfo | 6 ++++++
4 files changed, 80 insertions(+)
diffs:
diff --git a/py-hydrointerp/DESCR b/py-hydrointerp/DESCR
new file mode 100644
index 0000000000..270c1f53cf
--- /dev/null
+++ b/py-hydrointerp/DESCR
@@ -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
diff --git a/py-hydrointerp/Makefile b/py-hydrointerp/Makefile
new file mode 100644
index 0000000000..dd27ffa0bb
--- /dev/null
+++ b/py-hydrointerp/Makefile
@@ -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@localhost
+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"
diff --git a/py-hydrointerp/PLIST b/py-hydrointerp/PLIST
new file mode 100644
index 0000000000..0b1774dc0e
--- /dev/null
+++ b/py-hydrointerp/PLIST
@@ -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
diff --git a/py-hydrointerp/distinfo b/py-hydrointerp/distinfo
new file mode 100644
index 0000000000..2e1988a0fc
--- /dev/null
+++ b/py-hydrointerp/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index