pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

new three package: py-hamopy, py-scalpy, py-thermistor



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Nov 4 23:21:39 2015 +0100
Changeset:	7350fff48554434be1b34e4d1c0f13140ee2bafa

Added Files:
	py-hamopy/DESCR
	py-hamopy/Makefile
	py-hamopy/PLIST
	py-hamopy/distinfo
	py-scalpy/DESCR
	py-scalpy/Makefile
	py-scalpy/PLIST
	py-scalpy/distinfo
	py-thermistor/DESCR
	py-thermistor/Makefile
	py-thermistor/PLIST
	py-thermistor/distinfo

Log Message:
new three package:
py-hamopy, py-scalpy, py-thermistor

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7350fff48554434be1b34e4d1c0f13140ee2bafa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-hamopy/DESCR        |  3 +++
 py-hamopy/Makefile     | 19 +++++++++++++++++++
 py-hamopy/PLIST        | 44 ++++++++++++++++++++++++++++++++++++++++++++
 py-hamopy/distinfo     |  6 ++++++
 py-scalpy/DESCR        |  1 +
 py-scalpy/Makefile     | 20 ++++++++++++++++++++
 py-scalpy/PLIST        | 21 +++++++++++++++++++++
 py-scalpy/distinfo     |  6 ++++++
 py-thermistor/DESCR    |  5 +++++
 py-thermistor/Makefile | 16 ++++++++++++++++
 py-thermistor/PLIST    |  5 +++++
 py-thermistor/distinfo |  6 ++++++
 12 files changed, 152 insertions(+)

diffs:
diff --git a/py-hamopy/DESCR b/py-hamopy/DESCR
new file mode 100644
index 0000000..a64fafe
--- /dev/null
+++ b/py-hamopy/DESCR
@@ -0,0 +1,3 @@
+Hamopy is a python package for the numerical simulation of one-dimensional
+heat, air and moisture (HAM) transfer in porous materials. Its principle is the
+finite-element resolution of the HAM conservation equations
diff --git a/py-hamopy/Makefile b/py-hamopy/Makefile
new file mode 100644
index 0000000..6553815
--- /dev/null
+++ b/py-hamopy/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	hamopy-0.2.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=h/hamopy/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	http://srouchier.github.io/hamopy/
+COMMENT=	Heat, air and moisture transfer modelling in python
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.0:../../math/py-scipy
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/distutils.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hamopy/PLIST b/py-hamopy/PLIST
new file mode 100644
index 0000000..95fae20
--- /dev/null
+++ b/py-hamopy/PLIST
@@ -0,0 +1,44 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/hamopy/__init__.py
+${PYSITELIB}/hamopy/__init__.pyc
+${PYSITELIB}/hamopy/__init__.pyo
+${PYSITELIB}/hamopy/algorithm.py
+${PYSITELIB}/hamopy/algorithm.pyc
+${PYSITELIB}/hamopy/algorithm.pyo
+${PYSITELIB}/hamopy/benchmarks/BM3_simul.py
+${PYSITELIB}/hamopy/benchmarks/BM3_simul.pyc
+${PYSITELIB}/hamopy/benchmarks/BM3_simul.pyo
+${PYSITELIB}/hamopy/benchmarks/BM4_simul.py
+${PYSITELIB}/hamopy/benchmarks/BM4_simul.pyc
+${PYSITELIB}/hamopy/benchmarks/BM4_simul.pyo
+${PYSITELIB}/hamopy/benchmarks/BM5_simul.py
+${PYSITELIB}/hamopy/benchmarks/BM5_simul.pyc
+${PYSITELIB}/hamopy/benchmarks/BM5_simul.pyo
+${PYSITELIB}/hamopy/benchmarks/__init__.py
+${PYSITELIB}/hamopy/benchmarks/__init__.pyc
+${PYSITELIB}/hamopy/benchmarks/__init__.pyo
+${PYSITELIB}/hamopy/classes.py
+${PYSITELIB}/hamopy/classes.pyc
+${PYSITELIB}/hamopy/classes.pyo
+${PYSITELIB}/hamopy/ham_library.py
+${PYSITELIB}/hamopy/ham_library.pyc
+${PYSITELIB}/hamopy/ham_library.pyo
+${PYSITELIB}/hamopy/materials/__init__.py
+${PYSITELIB}/hamopy/materials/__init__.pyc
+${PYSITELIB}/hamopy/materials/__init__.pyo
+${PYSITELIB}/hamopy/materials/hamstad.py
+${PYSITELIB}/hamopy/materials/hamstad.pyc
+${PYSITELIB}/hamopy/materials/hamstad.pyo
+${PYSITELIB}/hamopy/materials/standard.py
+${PYSITELIB}/hamopy/materials/standard.pyc
+${PYSITELIB}/hamopy/materials/standard.pyo
+${PYSITELIB}/hamopy/materials/virtuel.py
+${PYSITELIB}/hamopy/materials/virtuel.pyc
+${PYSITELIB}/hamopy/materials/virtuel.pyo
+${PYSITELIB}/hamopy/postpro.py
+${PYSITELIB}/hamopy/postpro.pyc
+${PYSITELIB}/hamopy/postpro.pyo
+${PYSITELIB}/hamopy/setup.py
+${PYSITELIB}/hamopy/setup.pyc
+${PYSITELIB}/hamopy/setup.pyo
diff --git a/py-hamopy/distinfo b/py-hamopy/distinfo
new file mode 100644
index 0000000..08c2ee5
--- /dev/null
+++ b/py-hamopy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hamopy-0.2.0.tar.gz) = a1222ee296ef29a4cb35fa09f1437b2ce514cb30
+RMD160 (hamopy-0.2.0.tar.gz) = 689abb06d19ab49356db9f69fbb6f3937eb61bd2
+SHA512 (hamopy-0.2.0.tar.gz) = 4489472c8b6f09bd564873388bba5a8e009bc01df0102467b48a1b4e86e04d3e356748c09cabad264147efaf0d2de34a6b6ccf82e3b20786b49262533e6eb1c5
+Size (hamopy-0.2.0.tar.gz) = 23196 bytes
diff --git a/py-scalpy/DESCR b/py-scalpy/DESCR
new file mode 100644
index 0000000..fcbc699
--- /dev/null
+++ b/py-scalpy/DESCR
@@ -0,0 +1 @@
+ScalPy: A python tool to study dynamical systems in cosmology
diff --git a/py-scalpy/Makefile b/py-scalpy/Makefile
new file mode 100644
index 0000000..5dd4b95
--- /dev/null
+++ b/py-scalpy/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	ScalPy-0.1.0b
+EGG_NAME=	${DISTNAME}0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=S/ScalPy/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	http://github.com/sum33it/scalpy
+COMMENT=	ScalPy: A python tool to study dynamical systems in cosmology
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.0:../../math/py-scipy
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-scalpy/PLIST b/py-scalpy/PLIST
new file mode 100644
index 0000000..fb99652
--- /dev/null
+++ b/py-scalpy/PLIST
@@ -0,0 +1,21 @@
+@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}/scalpy/__init__.py
+${PYSITELIB}/scalpy/__init__.pyc
+${PYSITELIB}/scalpy/__init__.pyo
+${PYSITELIB}/scalpy/fluids.py
+${PYSITELIB}/scalpy/fluids.pyc
+${PYSITELIB}/scalpy/fluids.pyo
+${PYSITELIB}/scalpy/scalar.py
+${PYSITELIB}/scalpy/scalar.pyc
+${PYSITELIB}/scalpy/scalar.pyo
+${PYSITELIB}/scalpy/solver.py
+${PYSITELIB}/scalpy/solver.pyc
+${PYSITELIB}/scalpy/solver.pyo
+${PYSITELIB}/scalpy/transfer_func.py
+${PYSITELIB}/scalpy/transfer_func.pyc
+${PYSITELIB}/scalpy/transfer_func.pyo
diff --git a/py-scalpy/distinfo b/py-scalpy/distinfo
new file mode 100644
index 0000000..cfe489b
--- /dev/null
+++ b/py-scalpy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ScalPy-0.1.0b.tar.gz) = 65ca7ccf1459395a8f874a4aa5785e7157d20482
+RMD160 (ScalPy-0.1.0b.tar.gz) = bff29a3c264a9d3a0b6946f7c4e019491f5818f7
+SHA512 (ScalPy-0.1.0b.tar.gz) = 94a87de9aeb9eea05f682bba2cc2ac41f11c758810cb67d3f0097ed5df1c1fc78989efb04534e3fb7a06e60fddd5a1f5d01d14e1dd134c43d1afa4f5040e4f9a
+Size (ScalPy-0.1.0b.tar.gz) = 10494 bytes
diff --git a/py-thermistor/DESCR b/py-thermistor/DESCR
new file mode 100644
index 0000000..08f591a
--- /dev/null
+++ b/py-thermistor/DESCR
@@ -0,0 +1,5 @@
+The voltage read-out must be provided by a separate device-dependent package
+(see __init__ descriptor for details).
+The class provides method to retrieve the voltage, resistance or temperature,
+to convert the resistance to temperature (B-equation), and to record
+the temperature as a function of time in a background thread
diff --git a/py-thermistor/Makefile b/py-thermistor/Makefile
new file mode 100644
index 0000000..b15d3ff
--- /dev/null
+++ b/py-thermistor/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	thermistor-1.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/thermistor/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/thermistor
+COMMENT=	Thermistor voltage to temperature and associated utilites
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/distutils.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-thermistor/PLIST b/py-thermistor/PLIST
new file mode 100644
index 0000000..c29e7f3
--- /dev/null
+++ b/py-thermistor/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/thermistor.py
+${PYSITELIB}/thermistor.pyc
+${PYSITELIB}/thermistor.pyo
diff --git a/py-thermistor/distinfo b/py-thermistor/distinfo
new file mode 100644
index 0000000..2377f26
--- /dev/null
+++ b/py-thermistor/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (thermistor-1.1.tar.gz) = b53216779895382cd63192d8a11ce4805dd9138e
+RMD160 (thermistor-1.1.tar.gz) = 1b300c0c421a0442a6580121ecb406ba7361a6c3
+SHA512 (thermistor-1.1.tar.gz) = 326c3665c41c8a882ebf8d4bb37e3cc66307a9071fe6e998f0b9d12b2c70d9681fb12cdaaea1a626e34a44ed4f27d63e0fcf01ec48ff5db2f40243a5c9f4b464
+Size (thermistor-1.1.tar.gz) = 1775 bytes


Home | Main Index | Thread Index | Old Index