Index: head/science/py-chempy/Makefile =================================================================== --- head/science/py-chempy/Makefile (revision 480128) +++ head/science/py-chempy/Makefile (revision 480129) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= chempy DISTVERSION= 0.7.2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org -COMMENT= Package useful useful for solving problems in chemistry +COMMENT= Package useful for solving problems in chemistry LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bokeh>=0.11.1:www/py-bokeh@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PuLP>=1.6.8:math/py-PuLP@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyneqsys>=0.5.4:math/py-pyneqsys@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyodesys>=0.12.3:math/py-pyodesys@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.3:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}quantities>=0.12.1:science/py-quantities@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0.1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sym>=0.3.4:math/py-sym@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=1.1.1:math/py-sympy@${PY_FLAVOR} \ ${NUMPY} RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/science/py-chempy/pkg-descr =================================================================== --- head/science/py-chempy/pkg-descr (revision 480128) +++ head/science/py-chempy/pkg-descr (revision 480129) @@ -1,17 +1,17 @@ ChemPy is a Python package useful for chemistry (mainly physical/inorganic/analytical chemistry). Currently it includes: * Numerical integration routines for chemical kinetics (ODE solver front-end) * Integrated rate expressions (and convenience fitting routines) * Solver for equilibria (including multiphase systems) * Relations in physical chemistry: * Debye-Huckel expressions * Arrhenius & Eyring equation * Einstein-Smoluchowski equation -* Properties (pure python implementations from the litterature) +* Properties (pure python implementations from the literature) * water density as function of temperature * water permittivity as function of temperature and pressure * water diffusivity as function of temperature * water viscosity as function of temperature * sulfuric acid density as function of temperature & weight fraction H2SO4 WWW: https://github.com/bjodah/chempy