new three package:

py-hamopy, py-scalpy, py-thermistor
This commit is contained in:
K.I.A.Derouiche 2015-11-04 23:21:39 +01:00
parent 70729a4a6b
commit 7350fff485
12 changed files with 152 additions and 0 deletions

3
py-hamopy/DESCR Normal file
View file

@ -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

19
py-hamopy/Makefile Normal file
View file

@ -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
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"

44
py-hamopy/PLIST Normal file
View file

@ -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

6
py-hamopy/distinfo Normal file
View file

@ -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

1
py-scalpy/DESCR Normal file
View file

@ -0,0 +1 @@
ScalPy: A python tool to study dynamical systems in cosmology

20
py-scalpy/Makefile Normal file
View file

@ -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
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"

21
py-scalpy/PLIST Normal file
View file

@ -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

6
py-scalpy/distinfo Normal file
View file

@ -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

5
py-thermistor/DESCR Normal file
View file

@ -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

16
py-thermistor/Makefile Normal file
View file

@ -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
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"

5
py-thermistor/PLIST Normal file
View file

@ -0,0 +1,5 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/thermistor.py
${PYSITELIB}/thermistor.pyc
${PYSITELIB}/thermistor.pyo

6
py-thermistor/distinfo Normal file
View file

@ -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