ympy-to-c, +py-sym2num, +py-sym, +py-statemint, +py-safersympify, +py-ore-algebra, +py-modello, +py-math3d, +py-math-braid, +py-lempel-Ziv_Complexity, +py-hyperbolic, +py-halp, +py-geom,py-alg3dpy, +py-attrdict, +py-dependency, +py-diofant,+py-euclidean,

This commit is contained in:
K.I.A.Derouiche 2019-02-03 09:04:58 +00:00
parent d56c27d35a
commit f33cb9aff1
80 changed files with 3033 additions and 18 deletions

0
py-alg3dpy/DESCR Normal file
View File

21
py-alg3dpy/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $NetBSD$
DISTNAME= alg3dpy-0.16.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/c9/e6/25aab898cb3771afa510e2d0210692f7fed70fdd358bd8761267b7f234c2/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/saullocastro/alg3dpy
COMMENT= 3D Algebra in Python
LICENSE= modified-bsd
#DEPENDS+= ${PYPKGPREFIX}-scipy>= :../../math/py-scipy
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

47
py-alg3dpy/PLIST Normal file
View File

@ -0,0 +1,47 @@
@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}/alg3dpy/__init__.py
${PYSITELIB}/alg3dpy/__init__.pyo
${PYSITELIB}/alg3dpy/__init__.pyc
${PYSITELIB}/alg3dpy/angles.pyo
${PYSITELIB}/alg3dpy/angles.pyc
${PYSITELIB}/alg3dpy/areas.pyo
${PYSITELIB}/alg3dpy/areas.pyc
${PYSITELIB}/alg3dpy/arrays.pyo
${PYSITELIB}/alg3dpy/arrays.pyc
${PYSITELIB}/alg3dpy/constants.pyo
${PYSITELIB}/alg3dpy/constants.pyc
${PYSITELIB}/alg3dpy/distances.pyo
${PYSITELIB}/alg3dpy/distances.pyc
${PYSITELIB}/alg3dpy/fitall.pyo
${PYSITELIB}/alg3dpy/fitall.pyc
${PYSITELIB}/alg3dpy/intersections.pyo
${PYSITELIB}/alg3dpy/intersections.pyc
${PYSITELIB}/alg3dpy/line.pyo
${PYSITELIB}/alg3dpy/line.pyc
${PYSITELIB}/alg3dpy/plane.pyo
${PYSITELIB}/alg3dpy/plane.pyc
${PYSITELIB}/alg3dpy/point.pyo
${PYSITELIB}/alg3dpy/point.pyc
${PYSITELIB}/alg3dpy/scipy_sparse.pyo
${PYSITELIB}/alg3dpy/scipy_sparse.pyc
${PYSITELIB}/alg3dpy/vector.pyo
${PYSITELIB}/alg3dpy/vector.pyc
${PYSITELIB}/alg3dpy/angles.py
${PYSITELIB}/alg3dpy/areas.py
${PYSITELIB}/alg3dpy/arrays.py
${PYSITELIB}/alg3dpy/constants.py
${PYSITELIB}/alg3dpy/distances.py
${PYSITELIB}/alg3dpy/fitall.py
${PYSITELIB}/alg3dpy/intersections.py
${PYSITELIB}/alg3dpy/line.py
${PYSITELIB}/alg3dpy/plane.py
${PYSITELIB}/alg3dpy/point.py
${PYSITELIB}/alg3dpy/scipy_sparse.py
${PYSITELIB}/alg3dpy/search.py
${PYSITELIB}/alg3dpy/vector.py
${PYSITELIB}/alg3dpy/version.py

6
py-alg3dpy/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (alg3dpy-0.16.0.tar.gz) = 8f948c787da25741833df284999e314f38d1d8d1
RMD160 (alg3dpy-0.16.0.tar.gz) = fc3716ae800106b9ca5c75eecca5309e15006664
SHA512 (alg3dpy-0.16.0.tar.gz) = c4bda02939cdf0860427a0b91292a8a7abc5d7d00cf5fd25f9ab7900a40cff11f9d7c9f95f8ff36e7bc96526c11ff932a245b1d416ee0be1e9afb05acb0df37e
Size (alg3dpy-0.16.0.tar.gz) = 7988 bytes

2
py-attrdict/DESCR Normal file
View File

@ -0,0 +1,2 @@
AttrDict is an MIT-licensed library that provides mapping objects that allow
their elements to be accessed both as keys and as attributes.

20
py-attrdict/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= attrdict-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= https://files.pythonhosted.org/packages/35/bb/bac3e42ae04bc082c28cd8186bfb5b50fb240a4f7419f876c683125ccc8b/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/bcj/AttrDict
COMMENT= Dict with attribute-style access
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six>=1.12.0:../../lang/py-six
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

25
py-attrdict/PLIST Normal file
View File

@ -0,0 +1,25 @@
@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}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/attrdict/__init__.py
${PYSITELIB}/attrdict/__init__.pyo
${PYSITELIB}/attrdict/__init__.pyc
${PYSITELIB}/attrdict/default.pyo
${PYSITELIB}/attrdict/default.pyc
${PYSITELIB}/attrdict/dictionary.pyo
${PYSITELIB}/attrdict/dictionary.pyc
${PYSITELIB}/attrdict/mapping.pyo
${PYSITELIB}/attrdict/mapping.pyc
${PYSITELIB}/attrdict/merge.pyo
${PYSITELIB}/attrdict/merge.pyc
${PYSITELIB}/attrdict/mixins.pyo
${PYSITELIB}/attrdict/mixins.pyc
${PYSITELIB}/attrdict/default.py
${PYSITELIB}/attrdict/dictionary.py
${PYSITELIB}/attrdict/mapping.py
${PYSITELIB}/attrdict/merge.py
${PYSITELIB}/attrdict/mixins.py

6
py-attrdict/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (attrdict-2.0.0.tar.gz) = f4e584c677197adfaa9960604a587566ee728174
RMD160 (attrdict-2.0.0.tar.gz) = 177a4ffe1c375437d12615b342cc636a3dcbc284
SHA512 (attrdict-2.0.0.tar.gz) = 6dd363eb3bca83c84dcbcdd04fb2a7f5360ff5c97b7e52159c4efe61856a37bb6a9427da00da07cb9222f3cef6de18b94bf2da5d0192372f9252a130fa476b7d
Size (attrdict-2.0.0.tar.gz) = 8994 bytes

1
py-dependency/DESCR Normal file
View File

@ -0,0 +1 @@
A Python module that build dependency matrices

18
py-dependency/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $NetBSD$
DISTNAME= dependenpy-3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/4c/42/f388f57f6ad10453810b9c818499ec5a1265e3719d8c4e291f440d4bce4d/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/Pawamoy/dependenpy
COMMENT= Python module that build dependency matrices
LICENSE= isc
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

35
py-dependency/PLIST Normal file
View File

@ -0,0 +1,35 @@
@comment $NetBSD$
bin/dependenpy
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/dependenpy/__init__.py
${PYSITELIB}/dependenpy/__main__.py
${PYSITELIB}/dependenpy/__init__.pyo
${PYSITELIB}/dependenpy/__init__.pyc
${PYSITELIB}/dependenpy/__main__.pyo
${PYSITELIB}/dependenpy/__main__.pyc
${PYSITELIB}/dependenpy/cli.pyo
${PYSITELIB}/dependenpy/cli.pyc
${PYSITELIB}/dependenpy/dsm.pyo
${PYSITELIB}/dependenpy/dsm.pyc
${PYSITELIB}/dependenpy/finder.pyo
${PYSITELIB}/dependenpy/finder.pyc
${PYSITELIB}/dependenpy/helpers.pyo
${PYSITELIB}/dependenpy/helpers.pyc
${PYSITELIB}/dependenpy/node.pyo
${PYSITELIB}/dependenpy/node.pyc
${PYSITELIB}/dependenpy/plugins.pyo
${PYSITELIB}/dependenpy/plugins.pyc
${PYSITELIB}/dependenpy/structures.pyo
${PYSITELIB}/dependenpy/structures.pyc
${PYSITELIB}/dependenpy/cli.py
${PYSITELIB}/dependenpy/dsm.py
${PYSITELIB}/dependenpy/finder.py
${PYSITELIB}/dependenpy/helpers.py
${PYSITELIB}/dependenpy/node.py
${PYSITELIB}/dependenpy/plugins.py
${PYSITELIB}/dependenpy/structures.py

6
py-dependency/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (dependenpy-3.2.0.tar.gz) = 49bb909eb565d62896b409dea51e5e7995e06a12
RMD160 (dependenpy-3.2.0.tar.gz) = f4fb22c45ac318befe1fd5f6c466b997848d3639
SHA512 (dependenpy-3.2.0.tar.gz) = e64de5f0c359ca340b8a7fa8e321f0dadc1ad4952108a1d7e4952846fb917fe43790ab4068949f422a2ea15b10ddef168a9cc8b763a57f22bf0e0e14de08bd1e
Size (dependenpy-3.2.0.tar.gz) = 29985 bytes

1
py-diofant/DESCR Normal file
View File

@ -0,0 +1 @@
A Python library for symbolic mathematics

20
py-diofant/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= Diofant-0.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= math
MASTER_SITES= https://files.pythonhosted.org/packages/14/e2/f2d8b77cd854176710f51e30dcf7d9fbfd6d5ae14d127d8b19c4c89516f5/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://files.pythonhosted.org/packages/14/e2/f2d8b77cd854176710f51e30dcf7d9fbfd6d5ae14d127d8b19c4c89516f5/
COMMENT= Computer algebra system (CAS) in Python
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-strategies>=0.2.3:../../wip/py-strategies
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

1804
py-diofant/PLIST Normal file

File diff suppressed because it is too large Load Diff

6
py-diofant/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (Diofant-0.10.0.tar.gz) = d149dbf99b73a3651bd54f49db1fb2086014c2b4
RMD160 (Diofant-0.10.0.tar.gz) = 9531f3977f978d0fe43235f9cf427547ce45548e
SHA512 (Diofant-0.10.0.tar.gz) = c27fa16b67c35cee57ce6dac103a701be069d21604bcf09b6de18f5dd634a8a4d506ea198ec8cac7d4825b7f6cbb0489b09cf24d77d33ff8310d23ff58494a90
Size (Diofant-0.10.0.tar.gz) = 2473549 bytes

1
py-euclidean/DESCR Normal file
View File

@ -0,0 +1 @@
euclidean is a pure python 3 geometry library, primarily focused on the R2 plane

19
py-euclidean/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD$
DISTNAME= euclidean-1.0.0b3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= https://files.pythonhosted.org/packages/b0/c5/4babd2bcd9a4b2f333cc156f5b02419b33c5a737552251368eca7cf00ed7/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/keystonetowersystems/euclidean
COMMENT= Euclidean Geometry Library
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers
DEPENDS+= ${PYPKGPREFIX}-multipledispatch>=0.6.0:../../devel/py-multipledispatch
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

76
py-euclidean/PLIST Normal file
View File

@ -0,0 +1,76 @@
@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}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/euclidean/R2/__init__.py
${PYSITELIB}/euclidean/R2/__init__.pyc
${PYSITELIB}/euclidean/R2/__init__.pyo
${PYSITELIB}/euclidean/R2/cartesian.py
${PYSITELIB}/euclidean/R2/cartesian.pyc
${PYSITELIB}/euclidean/R2/cartesian.pyo
${PYSITELIB}/euclidean/R2/circle.py
${PYSITELIB}/euclidean/R2/circle.pyc
${PYSITELIB}/euclidean/R2/circle.pyo
${PYSITELIB}/euclidean/R2/generic/__init__.py
${PYSITELIB}/euclidean/R2/generic/__init__.pyc
${PYSITELIB}/euclidean/R2/generic/__init__.pyo
${PYSITELIB}/euclidean/R2/generic/does_intersect.py
${PYSITELIB}/euclidean/R2/generic/does_intersect.pyc
${PYSITELIB}/euclidean/R2/generic/does_intersect.pyo
${PYSITELIB}/euclidean/R2/generic/intersect.py
${PYSITELIB}/euclidean/R2/generic/intersect.pyc
${PYSITELIB}/euclidean/R2/generic/intersect.pyo
${PYSITELIB}/euclidean/R2/generic/rasterize.py
${PYSITELIB}/euclidean/R2/generic/rasterize.pyc
${PYSITELIB}/euclidean/R2/generic/rasterize.pyo
${PYSITELIB}/euclidean/R2/line.py
${PYSITELIB}/euclidean/R2/line.pyc
${PYSITELIB}/euclidean/R2/line.pyo
${PYSITELIB}/euclidean/R2/polygon/__init__.py
${PYSITELIB}/euclidean/R2/polygon/__init__.pyc
${PYSITELIB}/euclidean/R2/polygon/__init__.pyo
${PYSITELIB}/euclidean/R2/polygon/hull.py
${PYSITELIB}/euclidean/R2/polygon/hull.pyc
${PYSITELIB}/euclidean/R2/polygon/hull.pyo
${PYSITELIB}/euclidean/R2/polygon/line_sweep.py
${PYSITELIB}/euclidean/R2/polygon/line_sweep.pyc
${PYSITELIB}/euclidean/R2/polygon/line_sweep.pyo
${PYSITELIB}/euclidean/R2/polygon/polygon.py
${PYSITELIB}/euclidean/R2/polygon/polygon.pyc
${PYSITELIB}/euclidean/R2/polygon/polygon.pyo
${PYSITELIB}/euclidean/R3/__init__.py
${PYSITELIB}/euclidean/R3/__init__.pyc
${PYSITELIB}/euclidean/R3/__init__.pyo
${PYSITELIB}/euclidean/R3/cartesian.py
${PYSITELIB}/euclidean/R3/cartesian.pyc
${PYSITELIB}/euclidean/R3/cartesian.pyo
${PYSITELIB}/euclidean/R3/plane.py
${PYSITELIB}/euclidean/R3/plane.pyc
${PYSITELIB}/euclidean/R3/plane.pyo
${PYSITELIB}/euclidean/__init__.py
${PYSITELIB}/euclidean/__init__.pyc
${PYSITELIB}/euclidean/__init__.pyo
${PYSITELIB}/euclidean/approx.py
${PYSITELIB}/euclidean/approx.pyc
${PYSITELIB}/euclidean/approx.pyo
${PYSITELIB}/euclidean/constants.py
${PYSITELIB}/euclidean/constants.pyc
${PYSITELIB}/euclidean/constants.pyo
${PYSITELIB}/euclidean/exceptions.py
${PYSITELIB}/euclidean/exceptions.pyc
${PYSITELIB}/euclidean/exceptions.pyo
${PYSITELIB}/euclidean/siquant/__init__.py
${PYSITELIB}/euclidean/siquant/__init__.pyc
${PYSITELIB}/euclidean/siquant/__init__.pyo
${PYSITELIB}/euclidean/siquant/factory.py
${PYSITELIB}/euclidean/siquant/factory.pyc
${PYSITELIB}/euclidean/siquant/factory.pyo
${PYSITELIB}/euclidean/siquant/vector.py
${PYSITELIB}/euclidean/siquant/vector.pyc
${PYSITELIB}/euclidean/siquant/vector.pyo
${PYSITELIB}/euclidean/util.py
${PYSITELIB}/euclidean/util.pyc
${PYSITELIB}/euclidean/util.pyo

6
py-euclidean/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (euclidean-1.0.0b3.tar.gz) = e17fbcbdc7f346fd7656e3ec9c6ad7148be43f1c
RMD160 (euclidean-1.0.0b3.tar.gz) = b78cc1828b88ca4e3033a37157ea1a5ce31ad606
SHA512 (euclidean-1.0.0b3.tar.gz) = 974d294b42a232828bc563a108c6f42b3437716324c2eb879120044931e8993a206ecf146b3e724ffa2cf6f8139fc6b8708453c7214492d4fdc38880c62103f8
Size (euclidean-1.0.0b3.tar.gz) = 12265 bytes

1
py-geom/DESCR Normal file
View File

@ -0,0 +1 @@
Basic Vector Geometry Package for Python

18
py-geom/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $NetBSD$
DISTNAME= pygeom-0.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/59/fb/effd05f5e7158327d02ce9cb0eb68f1176d02031cea2aef4b89aa8cf9cbd/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/Xero64/pygeom
COMMENT= Basic Vector Geometry Package for Python
LICENSE= mit
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

5
py-geom/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt

6
py-geom/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (pygeom-0.0.1.tar.gz) = 810b8069000decb2b2e920c5b16b1e8a3aa80fa3
RMD160 (pygeom-0.0.1.tar.gz) = d867f6dd1d2d0973131c843e99b7c9c1c29549cb
SHA512 (pygeom-0.0.1.tar.gz) = 1e47cd1b12c3e7a8cd2af7d0c8d128fcd15c54e437be408402e493d1fe20d0591080d3bbae0e2957434957ff87f0b8b42318f250620bf689d8844d33f1173edc
Size (pygeom-0.0.1.tar.gz) = 943 bytes

1
py-halp/DESCR Normal file
View File

@ -0,0 +1 @@
Hypergraph Algorithms Package

19
py-halp/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD$
DISTNAME= halp-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/a7/07/2a4845ee6025e6ba72a4a11c1ed8a1866bccb25499a504a05a34723f5e5d/
EXTRACT_SUFX= .zip
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://tmmurali.github.io/halp/
COMMENT= Hypergraph Algorithms Package
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

59
py-halp/PLIST Normal file
View File

@ -0,0 +1,59 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/halp/__init__.py
${PYSITELIB}/halp/__init__.pyo
${PYSITELIB}/halp/__init__.pyc
${PYSITELIB}/halp/directed_hypergraph.pyo
${PYSITELIB}/halp/directed_hypergraph.pyc
${PYSITELIB}/halp/undirected_hypergraph.pyo
${PYSITELIB}/halp/undirected_hypergraph.pyc
${PYSITELIB}/halp/algorithms/__init__.py
${PYSITELIB}/halp/algorithms/__init__.pyo
${PYSITELIB}/halp/algorithms/__init__.pyc
${PYSITELIB}/halp/algorithms/directed_paths.pyo
${PYSITELIB}/halp/algorithms/directed_paths.pyc
${PYSITELIB}/halp/algorithms/directed_random_walk.pyo
${PYSITELIB}/halp/algorithms/directed_random_walk.pyc
${PYSITELIB}/halp/algorithms/k_shortest_hyperpaths.pyo
${PYSITELIB}/halp/algorithms/k_shortest_hyperpaths.pyc
${PYSITELIB}/halp/algorithms/undirected_partitioning.pyo
${PYSITELIB}/halp/algorithms/undirected_partitioning.pyc
${PYSITELIB}/halp/algorithms/directed_paths.py
${PYSITELIB}/halp/algorithms/directed_random_walk.py
${PYSITELIB}/halp/algorithms/k_shortest_hyperpaths.py
${PYSITELIB}/halp/algorithms/undirected_partitioning.py
${PYSITELIB}/halp/directed_hypergraph.py
${PYSITELIB}/halp/undirected_hypergraph.py
${PYSITELIB}/halp/utilities/__init__.py
${PYSITELIB}/halp/utilities/__init__.pyo
${PYSITELIB}/halp/utilities/__init__.pyc
${PYSITELIB}/halp/utilities/directed_graph_transformations.pyo
${PYSITELIB}/halp/utilities/directed_graph_transformations.pyc
${PYSITELIB}/halp/utilities/directed_matrices.pyo
${PYSITELIB}/halp/utilities/directed_matrices.pyc
${PYSITELIB}/halp/utilities/directed_statistics.pyo
${PYSITELIB}/halp/utilities/directed_statistics.pyc
${PYSITELIB}/halp/utilities/priority_queue.pyo
${PYSITELIB}/halp/utilities/priority_queue.pyc
${PYSITELIB}/halp/utilities/undirected_graph_transformations.pyo
${PYSITELIB}/halp/utilities/undirected_graph_transformations.pyc
${PYSITELIB}/halp/utilities/undirected_matrices.pyo
${PYSITELIB}/halp/utilities/undirected_matrices.pyc
${PYSITELIB}/halp/utilities/directed_graph_transformations.py
${PYSITELIB}/halp/utilities/directed_matrices.py
${PYSITELIB}/halp/utilities/directed_statistics.py
${PYSITELIB}/halp/utilities/priority_queue.py
${PYSITELIB}/halp/utilities/undirected_graph_transformations.py
${PYSITELIB}/halp/utilities/undirected_matrices.py
${PYSITELIB}/tests/__init__.py
${PYSITELIB}/tests/__init__.pyo
${PYSITELIB}/tests/__init__.pyc
${PYSITELIB}/tests/test_directed_hypergraph.pyo
${PYSITELIB}/tests/test_directed_hypergraph.pyc
${PYSITELIB}/tests/test_undirected_hypergraph.pyo
${PYSITELIB}/tests/test_undirected_hypergraph.pyc
${PYSITELIB}/tests/test_directed_hypergraph.py
${PYSITELIB}/tests/test_undirected_hypergraph.py

6
py-halp/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (halp-1.0.0.zip) = 8ebcb4338b12f260c52a72c17f20da8e4e1613d8
RMD160 (halp-1.0.0.zip) = 48849c4b9a9c4d8d5f84841444fc37ea7f16fb25
SHA512 (halp-1.0.0.zip) = 5ee909b27ded5459f3202d2916eba55fddee5624f33e3f4d1343832c08b55ca6b6f660a37ce2040309a20b481f579eff8814af386e78aa7f015ca94125aee2ce
Size (halp-1.0.0.zip) = 48450 bytes

3
py-hyperbolic/DESCR Normal file
View File

@ -0,0 +1,3 @@
This is a Python 3 library for generating hyperbolic geometry and drawing
it with the drawSvg library. Currently only the Poincare disk model is
supported

19
py-hyperbolic/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD$
DISTNAME= hyperbolic-1.0.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/11/e7/481cc9380dce4fbe47a69f245eb8ad9d32a6db056a0f6555d5a33ea1b7c2/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/cduck/hyperbolic
COMMENT= Python library for generating hyperbolic geometry
LICENSE= mit
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

81
py-hyperbolic/PLIST Normal file
View File

@ -0,0 +1,81 @@
@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}/hyperbolic/__init__.py
${PYSITELIB}/hyperbolic/__init__.pyo
${PYSITELIB}/hyperbolic/__init__.pyc
${PYSITELIB}/hyperbolic/util.pyo
${PYSITELIB}/hyperbolic/util.pyc
${PYSITELIB}/hyperbolic/euclid/Arc.py
${PYSITELIB}/hyperbolic/euclid/Circle.py
${PYSITELIB}/hyperbolic/euclid/Line.py
${PYSITELIB}/hyperbolic/euclid/OriginLine.py
${PYSITELIB}/hyperbolic/euclid/__init__.py
${PYSITELIB}/hyperbolic/euclid/Arc.pyo
${PYSITELIB}/hyperbolic/euclid/Arc.pyc
${PYSITELIB}/hyperbolic/euclid/Circle.pyo
${PYSITELIB}/hyperbolic/euclid/Circle.pyc
${PYSITELIB}/hyperbolic/euclid/Line.pyo
${PYSITELIB}/hyperbolic/euclid/Line.pyc
${PYSITELIB}/hyperbolic/euclid/OriginLine.pyo
${PYSITELIB}/hyperbolic/euclid/OriginLine.pyc
${PYSITELIB}/hyperbolic/euclid/__init__.pyo
${PYSITELIB}/hyperbolic/euclid/__init__.pyc
${PYSITELIB}/hyperbolic/euclid/intersection.pyo
${PYSITELIB}/hyperbolic/euclid/intersection.pyc
${PYSITELIB}/hyperbolic/euclid/shapes.pyo
${PYSITELIB}/hyperbolic/euclid/shapes.pyc
${PYSITELIB}/hyperbolic/euclid/intersection.py
${PYSITELIB}/hyperbolic/euclid/shapes.py
${PYSITELIB}/hyperbolic/poincare/Circle.py
${PYSITELIB}/hyperbolic/poincare/Horocycle.py
${PYSITELIB}/hyperbolic/poincare/Hypercycle.py
${PYSITELIB}/hyperbolic/poincare/Line.py
${PYSITELIB}/hyperbolic/poincare/Point.py
${PYSITELIB}/hyperbolic/poincare/Polygon.py
${PYSITELIB}/hyperbolic/poincare/Transform.py
${PYSITELIB}/hyperbolic/poincare/__init__.py
${PYSITELIB}/hyperbolic/poincare/Circle.pyo
${PYSITELIB}/hyperbolic/poincare/Circle.pyc
${PYSITELIB}/hyperbolic/poincare/Horocycle.pyo
${PYSITELIB}/hyperbolic/poincare/Horocycle.pyc
${PYSITELIB}/hyperbolic/poincare/Hypercycle.pyo
${PYSITELIB}/hyperbolic/poincare/Hypercycle.pyc
${PYSITELIB}/hyperbolic/poincare/Line.pyo
${PYSITELIB}/hyperbolic/poincare/Line.pyc
${PYSITELIB}/hyperbolic/poincare/Point.pyo
${PYSITELIB}/hyperbolic/poincare/Point.pyc
${PYSITELIB}/hyperbolic/poincare/Polygon.pyo
${PYSITELIB}/hyperbolic/poincare/Polygon.pyc
${PYSITELIB}/hyperbolic/poincare/Transform.pyo
${PYSITELIB}/hyperbolic/poincare/Transform.pyc
${PYSITELIB}/hyperbolic/poincare/__init__.pyo
${PYSITELIB}/hyperbolic/poincare/__init__.pyc
${PYSITELIB}/hyperbolic/poincare/shapes.pyo
${PYSITELIB}/hyperbolic/poincare/shapes.pyc
${PYSITELIB}/hyperbolic/poincare/util.pyo
${PYSITELIB}/hyperbolic/poincare/util.pyc
${PYSITELIB}/hyperbolic/poincare/shapes.py
${PYSITELIB}/hyperbolic/poincare/util.py
${PYSITELIB}/hyperbolic/tiles/Edge.py
${PYSITELIB}/hyperbolic/tiles/Tile.py
${PYSITELIB}/hyperbolic/tiles/TileGen.py
${PYSITELIB}/hyperbolic/tiles/TileLayout.py
${PYSITELIB}/hyperbolic/tiles/__init__.py
${PYSITELIB}/hyperbolic/tiles/Edge.pyo
${PYSITELIB}/hyperbolic/tiles/Edge.pyc
${PYSITELIB}/hyperbolic/tiles/Tile.pyo
${PYSITELIB}/hyperbolic/tiles/Tile.pyc
${PYSITELIB}/hyperbolic/tiles/TileGen.pyo
${PYSITELIB}/hyperbolic/tiles/TileGen.pyc
${PYSITELIB}/hyperbolic/tiles/TileLayout.pyo
${PYSITELIB}/hyperbolic/tiles/TileLayout.pyc
${PYSITELIB}/hyperbolic/tiles/__init__.pyo
${PYSITELIB}/hyperbolic/tiles/__init__.pyc
${PYSITELIB}/hyperbolic/tiles/decorator.pyo
${PYSITELIB}/hyperbolic/tiles/decorator.pyc
${PYSITELIB}/hyperbolic/tiles/decorator.py
${PYSITELIB}/hyperbolic/util.py

6
py-hyperbolic/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (hyperbolic-1.0.0.2.tar.gz) = 5b0ff5352a612fec1483ebe4f272930b91e0821d
RMD160 (hyperbolic-1.0.0.2.tar.gz) = 04a454daa2772dd9fe7fe95dca308765afcec727
SHA512 (hyperbolic-1.0.0.2.tar.gz) = 6c28dab497cd1309315ebaaa673bfbf9df61f3dcb18b9b8b12ff627c4867b3de7015bf20bbe94039e0f1830d8d45f069fecd6f8cb91ec3e5e0819f0f1607522a
Size (hyperbolic-1.0.0.2.tar.gz) = 16273 bytes

1
py-ipydex/DESCR Normal file
View File

@ -0,0 +1 @@
IPython based debugging and exploring

20
py-ipydex/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= ipydex-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= https://files.pythonhosted.org/packages/2a/40/822f40cb15af077e51dea4b7464b863b58163e502bb19030ad1ee65a5a12/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/cknoll/ipydex
COMMENT= IPython based debugging and exploring
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-ipython>=7.2.0:../../devel/py-ipython
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

19
py-ipydex/PLIST Normal file
View File

@ -0,0 +1,19 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/ipydex/__init__.py
${PYSITELIB}/ipydex/__init__.pyo
${PYSITELIB}/ipydex/__init__.pyc
${PYSITELIB}/ipydex/core.pyo
${PYSITELIB}/ipydex/core.pyc
${PYSITELIB}/ipydex/displaytools.pyo
${PYSITELIB}/ipydex/displaytools.pyc
${PYSITELIB}/ipydex/release.pyo
${PYSITELIB}/ipydex/release.pyc
${PYSITELIB}/ipydex/core.py
${PYSITELIB}/ipydex/displaytools.py
${PYSITELIB}/ipydex/release.py

6
py-ipydex/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (ipydex-0.6.1.tar.gz) = 7ea6fcce65be87cb7b53d09c5641047c771d4293
RMD160 (ipydex-0.6.1.tar.gz) = 3ba15c9a47c2e1a01c295a6825ebd94aef68dae4
SHA512 (ipydex-0.6.1.tar.gz) = e1a385c4bcd891a17540aba5d498b1bc71bb15d19694be58e6c50d9698579542f61dfd2c1fe95a434cbffcb3fd30ef0a7a1ebb0573386249db8205c322551958
Size (ipydex-0.6.1.tar.gz) = 10738 bytes

View File

@ -0,0 +1 @@
Lempel-Ziv complexity for a binary sequence, in naive Python code

View File

@ -0,0 +1,19 @@
# $NetBSD$
DISTNAME= Lempel-Ziv_Complexity-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/d1/21/4945184b513f7831348763e2cc1787dcd51a55b05b8a0a20e1e8ebb71caa/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/Naereen/Lempel-Ziv_Complexity
COMMENT= Lempel-Ziv complexity for a binary sequence, in naive Python code
LICENSE= mit
USE_LANGUAGES= # none
PYDISTUTILSPKG = yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,4 @@
@comment $NetBSD$
${PYSITELIB}/lempel_ziv_complexity.pyo
${PYSITELIB}/lempel_ziv_complexity.pyc
${PYSITELIB}/lempel_ziv_complexity.py

View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (Lempel-Ziv_Complexity-0.1.tar.gz) = 5e4221cb5f6411fa17930eed1638aae824963def
RMD160 (Lempel-Ziv_Complexity-0.1.tar.gz) = 2e17b50aad7d57c06eaeb25cfafa73dbdf41da2c
SHA512 (Lempel-Ziv_Complexity-0.1.tar.gz) = 63a6478e01788d7aa9420b97de576b99e213cf89e8e9ac0cce1215f3d2eb753ee41b247597f37efafbfb8a7525d1a8919545fe422059673ef39ec024669bedde
Size (Lempel-Ziv_Complexity-0.1.tar.gz) = 2395 bytes

2
py-math-braid/DESCR Normal file
View File

@ -0,0 +1,2 @@
Pure python braid group implementation based on sympy.
Original code is here: http://www-math.mit.edu/~seidel/geng/

20
py-math-braid/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= math_braid-0.8
VERSION= 0.8
PKGNAME= ${PYPKGPREFIX}-math-braid-${VERSION}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/16/62/fc5b9fe07a4b60ab7060a85033cff618a03c8d54bd57224ee6992f13be68/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/kuboon/math_braid.py
COMMENT= Pure python braid group implementation based on sympy
LICENSE= modified-bsd
#DEPENDS+= ${PYPKGPREFIX}-sympy>=1.2:../../math/py-sympy
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

39
py-math-braid/PLIST Normal file
View File

@ -0,0 +1,39 @@
@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}/math_braid/__init__.py
${PYSITELIB}/math_braid/__init__.pyo
${PYSITELIB}/math_braid/__init__.pyc
${PYSITELIB}/math_braid/braid.pyo
${PYSITELIB}/math_braid/braid.pyc
${PYSITELIB}/math_braid/canonical_factor.pyo
${PYSITELIB}/math_braid/canonical_factor.pyc
${PYSITELIB}/math_braid/permutation.pyo
${PYSITELIB}/math_braid/permutation.pyc
${PYSITELIB}/math_braid/braid.py
${PYSITELIB}/math_braid/canonical_factor.py
${PYSITELIB}/math_braid/extras/braidextras.pyo
${PYSITELIB}/math_braid/extras/braidextras.pyc
${PYSITELIB}/math_braid/extras/dihedral.pyo
${PYSITELIB}/math_braid/extras/dihedral.pyc
${PYSITELIB}/math_braid/extras/group.pyo
${PYSITELIB}/math_braid/extras/group.pyc
${PYSITELIB}/math_braid/extras/modular.pyo
${PYSITELIB}/math_braid/extras/modular.pyc
${PYSITELIB}/math_braid/extras/presentation.pyo
${PYSITELIB}/math_braid/extras/presentation.pyc
${PYSITELIB}/math_braid/extras/represent.pyo
${PYSITELIB}/math_braid/extras/represent.pyc
${PYSITELIB}/math_braid/extras/simplify.pyo
${PYSITELIB}/math_braid/extras/simplify.pyc
${PYSITELIB}/math_braid/extras/braidextras.py
${PYSITELIB}/math_braid/extras/dihedral.py
${PYSITELIB}/math_braid/extras/group.py
${PYSITELIB}/math_braid/extras/modular.py
${PYSITELIB}/math_braid/extras/presentation.py
${PYSITELIB}/math_braid/extras/represent.py
${PYSITELIB}/math_braid/extras/simplify.py
${PYSITELIB}/math_braid/permutation.py

6
py-math-braid/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (math_braid-0.8.tar.gz) = 22322a41dee5e788842e1892f5cb2d88a08a5627
RMD160 (math_braid-0.8.tar.gz) = 75ad0229a2d4d50be4ed2406d476c1bf2dca962b
SHA512 (math_braid-0.8.tar.gz) = 6b387c8a39cbef9030a1d115cd67a185d169e3000a1d3bb9151d1d535de048d9c010d737f887abaed9f6d779f354256a2b3ebe1f6c5505650c6db823aa8e5333
Size (math_braid-0.8.tar.gz) = 16208 bytes

1
py-math3d/DESCR Normal file
View File

@ -0,0 +1 @@
3D Special Euclidean mathematics package for Python

21
py-math3d/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $NetBSD$
DISTNAME= math3d-3.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/da/13/db08737fcb0601c61ee38cec4af4bda1e47de0582b416673cc3698c37d48/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://git.automatics.dyndns.dk/?p=pymath3d.git
COMMENT= 3D Special Euclidean mathematics package for Python
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
PYDISTUTILSPKG = yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

70
py-math3d/PLIST Normal file
View File

@ -0,0 +1,70 @@
@comment $NetBSD$
${PYSITELIB}/math3d/__init__.py
${PYSITELIB}/math3d/__init__.pyc
${PYSITELIB}/math3d/__init__.pyo
${PYSITELIB}/math3d/dynamics/__init__.py
${PYSITELIB}/math3d/dynamics/__init__.pyc
${PYSITELIB}/math3d/dynamics/__init__.pyo
${PYSITELIB}/math3d/dynamics/twist.py
${PYSITELIB}/math3d/dynamics/twist.pyc
${PYSITELIB}/math3d/dynamics/twist.pyo
${PYSITELIB}/math3d/dynamics/wrench.py
${PYSITELIB}/math3d/dynamics/wrench.pyc
${PYSITELIB}/math3d/dynamics/wrench.pyo
${PYSITELIB}/math3d/geometry/__init__.py
${PYSITELIB}/math3d/geometry/__init__.pyc
${PYSITELIB}/math3d/geometry/__init__.pyo
${PYSITELIB}/math3d/geometry/line.py
${PYSITELIB}/math3d/geometry/line.pyc
${PYSITELIB}/math3d/geometry/line.pyo
${PYSITELIB}/math3d/geometry/plane.py
${PYSITELIB}/math3d/geometry/plane.pyc
${PYSITELIB}/math3d/geometry/plane.pyo
${PYSITELIB}/math3d/interpolation/__init__.py
${PYSITELIB}/math3d/interpolation/__init__.pyc
${PYSITELIB}/math3d/interpolation/__init__.pyo
${PYSITELIB}/math3d/interpolation/r3interpolation.py
${PYSITELIB}/math3d/interpolation/r3interpolation.pyc
${PYSITELIB}/math3d/interpolation/r3interpolation.pyo
${PYSITELIB}/math3d/interpolation/se3interpolation.py
${PYSITELIB}/math3d/interpolation/se3interpolation.pyc
${PYSITELIB}/math3d/interpolation/se3interpolation.pyo
${PYSITELIB}/math3d/interpolation/so3interpolation.py
${PYSITELIB}/math3d/interpolation/so3interpolation.pyc
${PYSITELIB}/math3d/interpolation/so3interpolation.pyo
${PYSITELIB}/math3d/orientation.py
${PYSITELIB}/math3d/orientation.pyc
${PYSITELIB}/math3d/orientation.pyo
${PYSITELIB}/math3d/orientation_computer.py
${PYSITELIB}/math3d/orientation_computer.pyc
${PYSITELIB}/math3d/orientation_computer.pyo
${PYSITELIB}/math3d/quaternion.py
${PYSITELIB}/math3d/quaternion.pyc
${PYSITELIB}/math3d/quaternion.pyo
${PYSITELIB}/math3d/reference_system/__init__.py
${PYSITELIB}/math3d/reference_system/__init__.pyc
${PYSITELIB}/math3d/reference_system/__init__.pyo
${PYSITELIB}/math3d/reference_system/frame.py
${PYSITELIB}/math3d/reference_system/frame.pyc
${PYSITELIB}/math3d/reference_system/frame.pyo
${PYSITELIB}/math3d/reference_system/free_vector.py
${PYSITELIB}/math3d/reference_system/free_vector.pyc
${PYSITELIB}/math3d/reference_system/free_vector.pyo
${PYSITELIB}/math3d/reference_system/point.py
${PYSITELIB}/math3d/reference_system/point.pyc
${PYSITELIB}/math3d/reference_system/point.pyo
${PYSITELIB}/math3d/reference_system/reference_system.py
${PYSITELIB}/math3d/reference_system/reference_system.pyc
${PYSITELIB}/math3d/reference_system/reference_system.pyo
${PYSITELIB}/math3d/rotation_vector.py
${PYSITELIB}/math3d/rotation_vector.pyc
${PYSITELIB}/math3d/rotation_vector.pyo
${PYSITELIB}/math3d/transform.py
${PYSITELIB}/math3d/transform.pyc
${PYSITELIB}/math3d/transform.pyo
${PYSITELIB}/math3d/utils.py
${PYSITELIB}/math3d/utils.pyc
${PYSITELIB}/math3d/utils.pyo
${PYSITELIB}/math3d/vector.py
${PYSITELIB}/math3d/vector.pyc
${PYSITELIB}/math3d/vector.pyo

6
py-math3d/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (math3d-3.3.0.tar.gz) = 42c59714d7e3d52d65d3464f75c5b3a1b73fdc17
RMD160 (math3d-3.3.0.tar.gz) = a86ee5624dee0052a6988a378e8520182d977b5d
SHA512 (math3d-3.3.0.tar.gz) = 17678e299c12d0af0b751a3a47fdfa427b58f287f99d0c3663e9b3eea47ef5ad98d6f112342d2354e67b05f0ecbc66f2d8a336b677628dacb437465d855b5d7b
Size (math3d-3.3.0.tar.gz) = 28168 bytes

3
py-modello/DESCR Normal file
View File

@ -0,0 +1,3 @@
This project aims to explore symbolic modeling with object orientated
programming. The heavy lifting is done by the sympy library. This module
just provides a class to derive model

21
py-modello/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $NetBSD$
DISTNAME= modello-0.1.0.post1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S\.post1\\}
CATEGORIES= math
MASTER_SITES= https://files.pythonhosted.org/packages/74/50/1ae7008ac3864ffcecc8e87ef58c1a2991af2d5e5cc5637e63a644884015/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/Code0x58/modello/
COMMENT= TODO: Short description of the package
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-wheel>=0.32.3:../../devel/py-wheel
#DEPENDS+= ${PYPKGPREFIX}-sympy>=1.2:../../math/py-sympy
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

9
py-modello/PLIST Normal file
View File

@ -0,0 +1,9 @@
@comment $NetBSD$
${PYSITELIB}/modello.pyo
${PYSITELIB}/modello.pyc
${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}/modello.py

6
py-modello/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (modello-0.1.0.post1.tar.gz) = 6b04aa45d7b42b6fee5b6757f74bfd2675b8212e
RMD160 (modello-0.1.0.post1.tar.gz) = 9212866597362dd646666b251d16408d83846df8
SHA512 (modello-0.1.0.post1.tar.gz) = 5a1c11c2fba611a18944b53f35901934dcaa8d28ea176ff75394b13b1b3bc01637c4efbf3b546dd12aa7feb5192dd82586cbad98080dc04472374e6a15283915
Size (modello-0.1.0.post1.tar.gz) = 6747 bytes

1
py-ore-algebra/DESCR Normal file
View File

@ -0,0 +1 @@
A Sage package for doing computations with Ore operators

22
py-ore-algebra/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $NetBSD$
DISTNAME= ore_algebra-0.3
PKGNAME= ${PYPKGPREFIX}-ore-algebra-${VERSION}
VERSION= 0.3
CATEGORIES= math
MASTER_SITES= http://www.kauers.de/software/ore_algebra/
EXTRACT_SUFX= .tgz
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.kauers.de/software.html
COMMENT= Sage package for doing computations with Ore operators
LICENSE= gnu-gpl-v3 OR gnu-gpl-v2
WRKSRC= ${WRKDIR}/src
USE_LANGUAGES= # none
PYDISTUTILSPKG = yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

76
py-ore-algebra/PLIST Normal file
View File

@ -0,0 +1,76 @@
@comment $NetBSD$
${PYSITELIB}/ore_algebra/__init__.py
${PYSITELIB}/ore_algebra/__init__.pyc
${PYSITELIB}/ore_algebra/__init__.pyo
${PYSITELIB}/ore_algebra/analytic/__init__.py
${PYSITELIB}/ore_algebra/analytic/__init__.pyc
${PYSITELIB}/ore_algebra/analytic/__init__.pyo
${PYSITELIB}/ore_algebra/analytic/accuracy.py
${PYSITELIB}/ore_algebra/analytic/accuracy.pyc
${PYSITELIB}/ore_algebra/analytic/accuracy.pyo
${PYSITELIB}/ore_algebra/analytic/analytic_continuation.py
${PYSITELIB}/ore_algebra/analytic/analytic_continuation.pyc
${PYSITELIB}/ore_algebra/analytic/analytic_continuation.pyo
${PYSITELIB}/ore_algebra/analytic/binary_splitting.py
${PYSITELIB}/ore_algebra/analytic/binary_splitting.pyc
${PYSITELIB}/ore_algebra/analytic/binary_splitting.pyo
${PYSITELIB}/ore_algebra/analytic/bounds.py
${PYSITELIB}/ore_algebra/analytic/bounds.pyc
${PYSITELIB}/ore_algebra/analytic/bounds.pyo
${PYSITELIB}/ore_algebra/analytic/local_solutions.py
${PYSITELIB}/ore_algebra/analytic/local_solutions.pyc
${PYSITELIB}/ore_algebra/analytic/local_solutions.pyo
${PYSITELIB}/ore_algebra/analytic/naive_sum.py
${PYSITELIB}/ore_algebra/analytic/naive_sum.pyc
${PYSITELIB}/ore_algebra/analytic/naive_sum.pyo
${PYSITELIB}/ore_algebra/analytic/path.py
${PYSITELIB}/ore_algebra/analytic/path.pyc
${PYSITELIB}/ore_algebra/analytic/path.pyo
${PYSITELIB}/ore_algebra/analytic/polynomial_approximation.py
${PYSITELIB}/ore_algebra/analytic/polynomial_approximation.pyc
${PYSITELIB}/ore_algebra/analytic/polynomial_approximation.pyo
${PYSITELIB}/ore_algebra/analytic/rectangular_splitting.py
${PYSITELIB}/ore_algebra/analytic/rectangular_splitting.pyc
${PYSITELIB}/ore_algebra/analytic/rectangular_splitting.pyo
${PYSITELIB}/ore_algebra/analytic/safe_cmp.py
${PYSITELIB}/ore_algebra/analytic/safe_cmp.pyc
${PYSITELIB}/ore_algebra/analytic/safe_cmp.pyo
${PYSITELIB}/ore_algebra/analytic/shiftless.py
${PYSITELIB}/ore_algebra/analytic/shiftless.pyc
${PYSITELIB}/ore_algebra/analytic/shiftless.pyo
${PYSITELIB}/ore_algebra/analytic/ui.py
${PYSITELIB}/ore_algebra/analytic/ui.pyc
${PYSITELIB}/ore_algebra/analytic/ui.pyo
${PYSITELIB}/ore_algebra/analytic/utilities.py
${PYSITELIB}/ore_algebra/analytic/utilities.pyc
${PYSITELIB}/ore_algebra/analytic/utilities.pyo
${PYSITELIB}/ore_algebra/dfinite_function.py
${PYSITELIB}/ore_algebra/dfinite_function.pyc
${PYSITELIB}/ore_algebra/dfinite_function.pyo
${PYSITELIB}/ore_algebra/generalized_series.py
${PYSITELIB}/ore_algebra/generalized_series.pyc
${PYSITELIB}/ore_algebra/generalized_series.pyo
${PYSITELIB}/ore_algebra/guessing.py
${PYSITELIB}/ore_algebra/guessing.pyc
${PYSITELIB}/ore_algebra/guessing.pyo
${PYSITELIB}/ore_algebra/ideal.py
${PYSITELIB}/ore_algebra/ideal.pyc
${PYSITELIB}/ore_algebra/ideal.pyo
${PYSITELIB}/ore_algebra/nullspace.py
${PYSITELIB}/ore_algebra/nullspace.pyc
${PYSITELIB}/ore_algebra/nullspace.pyo
${PYSITELIB}/ore_algebra/ore_algebra.py
${PYSITELIB}/ore_algebra/ore_algebra.pyc
${PYSITELIB}/ore_algebra/ore_algebra.pyo
${PYSITELIB}/ore_algebra/ore_operator.py
${PYSITELIB}/ore_algebra/ore_operator.pyc
${PYSITELIB}/ore_algebra/ore_operator.pyo
${PYSITELIB}/ore_algebra/ore_operator_1_1.py
${PYSITELIB}/ore_algebra/ore_operator_1_1.pyc
${PYSITELIB}/ore_algebra/ore_operator_1_1.pyo
${PYSITELIB}/ore_algebra/ore_operator_mult.py
${PYSITELIB}/ore_algebra/ore_operator_mult.pyc
${PYSITELIB}/ore_algebra/ore_operator_mult.pyo
${PYSITELIB}/ore_algebra/tools.py
${PYSITELIB}/ore_algebra/tools.pyc
${PYSITELIB}/ore_algebra/tools.pyo

6
py-ore-algebra/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (ore_algebra-0.3.tgz) = 0c7ba5bc7b8f6e988e10011ea45af39b78014f27
RMD160 (ore_algebra-0.3.tgz) = ada0cd096af88ec8d4d5a1baa8c4621c195a2f11
SHA512 (ore_algebra-0.3.tgz) = 414cd2ec9e7f99e8f007a315a7622569fde9f81bd62b9a946d5300a7a7f19df1542954f91501dd441baabb0a8745e1181d17ccfc65080d1aee497df54cc2e972
Size (ore_algebra-0.3.tgz) = 481541 bytes

1
py-safersympify/DESCR Normal file
View File

@ -0,0 +1 @@
Safer way to sympify unsanitized input

20
py-safersympify/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= safersympify-0.1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= https://files.pythonhosted.org/packages/32/3c/ac11e9eec6a074c3422d8853071f8825832c871c2048f49967a80f3d2ec3/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/jpackagebot/safersympify
COMMENT= Safer way to sympify unsanitized input
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-sympy>=1.2:../../math/py-sympy
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

12
py-safersympify/PLIST Normal file
View File

@ -0,0 +1,12 @@
@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}/safersympify/__init__.py
${PYSITELIB}/safersympify/__init__.pyo
${PYSITELIB}/safersympify/__init__.pyc
${PYSITELIB}/safersympify/safersympify.pyo
${PYSITELIB}/safersympify/safersympify.pyc
${PYSITELIB}/safersympify/safersympify.py

6
py-safersympify/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (safersympify-0.1.11.tar.gz) = ecc7fb1fa38a4eceeba87e2cdee759cfee02d87e
RMD160 (safersympify-0.1.11.tar.gz) = 54bc47452485722d76d2f4f402931818e05520ea
SHA512 (safersympify-0.1.11.tar.gz) = 27e65181331bf536f68a18c3819df341cefacfbc54265c16881c1853680a79aef7a3da9e49028819b66f4a7bfa905c8948992de1d1cd4dae6a33f1a364428b9e
Size (safersympify-0.1.11.tar.gz) = 2606 bytes

7
py-statemint/DESCR Normal file
View File

@ -0,0 +1,7 @@
The StateMint Python package is an implementation based on
[SymPy](http://www.sympy.org) which allows this code to easily combined with
simulation and analysis code, or integrated into other systems. The package
provides a `Solve` function which takes the input variables, state variable
elemental equations, non-state variable elemental equations, constraint
equations, and output variables and returns a Python object with multiple forms
of the solution

21
py-statemint/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $NetBSD$
DISTNAME= StateMint-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= math
MASTER_SITES= https://files.pythonhosted.org/packages/dc/d7/1ec40d1d1566250b5e2ea73345dee7a40dbfc4caca078bfa69b41c159aff/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/CameronDevine/StateMint
COMMENT= Library for finding State Space models of dynamical systems
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-sympy>=1.2:../../math/py-sympy
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

12
py-statemint/PLIST Normal file
View File

@ -0,0 +1,12 @@
@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}/StateMint/__init__.py
${PYSITELIB}/StateMint/__init__.pyo
${PYSITELIB}/StateMint/__init__.pyc
${PYSITELIB}/StateMint/to_numpy.pyo
${PYSITELIB}/StateMint/to_numpy.pyc
${PYSITELIB}/StateMint/to_numpy.py

6
py-statemint/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (StateMint-2.0.0.tar.gz) = 74792ba3afd10bfc1511c4a3db6fd7932d1fda03
RMD160 (StateMint-2.0.0.tar.gz) = 8ca6efeb80359365c093fb83d233e8a006d39b0a
SHA512 (StateMint-2.0.0.tar.gz) = 2eaf2c9f51c2a1adb1d5dafeffb2b108690b3d681d298ac2c1153bd7d9a623a737a01b4e6ccf2346c786c38eaeb8f9a57b49b3731f65f250f55acbd3e4efb13b
Size (StateMint-2.0.0.tar.gz) = 4400 bytes

View File

@ -1,2 +1,7 @@
This project contains a set of complementary higher order functions
that loosely resembles the Stratego language
This project contains a set of complementary higher order functions that loosely
resembles the Stratego language.
This project was inspired by the Stratego language for programmatic control in
the Stratego/XT project. It was first implemented as part of the
SymPy](http://sympy.org) Python library for symbolic algebra but was then
spun off as a separate project.

View File

@ -1,17 +1,21 @@
# $NetBSD: Makefile,v 1.2 2014/06/01 12:49:46 thomasklausner Exp $
# $NetBSD$
DISTNAME= strategies-0.1.2
DISTNAME= strategies-0.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=s/strategies/}
CATEGORIES= lang
MASTER_SITES= https://files.pythonhosted.org/packages/a1/49/67ce5aeaa43fc498951befd4aaf55968ba178c21fee2b68a15408d9b6c79/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= https://github.com/logpy/strategies
COMMENT= Python library for control flow programming
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://github.com/logpy/strategies
COMMENT= Python library for control flow programming.
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-multipledispatch>=0.6.0:../../devel/py-multipledispatch
DEPENDS+= ${PYPKGPREFIX}-toolz>=0.9.0:../../devel/py-toolz
USE_LANGUAGES= # none
#DEPENDS+= ${PYPKGPREFIX}-sympy>=0.7.2:../../math/py-sympy
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,8 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2013/09/12 19:33:16 jihbed Exp $
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/strategies/__init__.py
${PYSITELIB}/strategies/__init__.pyc
@ -16,12 +17,21 @@ ${PYSITELIB}/strategies/branch/core.pyo
${PYSITELIB}/strategies/core.py
${PYSITELIB}/strategies/core.pyc
${PYSITELIB}/strategies/core.pyo
${PYSITELIB}/strategies/dispatch.py
${PYSITELIB}/strategies/dispatch.pyc
${PYSITELIB}/strategies/dispatch.pyo
${PYSITELIB}/strategies/examples.py
${PYSITELIB}/strategies/examples.pyc
${PYSITELIB}/strategies/examples.pyo
${PYSITELIB}/strategies/term.py
${PYSITELIB}/strategies/term.pyc
${PYSITELIB}/strategies/term.pyo
${PYSITELIB}/strategies/tools.py
${PYSITELIB}/strategies/tools.pyc
${PYSITELIB}/strategies/tools.pyo
${PYSITELIB}/strategies/traverse.py
${PYSITELIB}/strategies/traverse.pyc
${PYSITELIB}/strategies/traverse.pyo
${PYSITELIB}/strategies/tree.py
${PYSITELIB}/strategies/tree.pyc
${PYSITELIB}/strategies/tree.pyo
${PYSITELIB}/strategies/util.py
${PYSITELIB}/strategies/util.pyc
${PYSITELIB}/strategies/util.pyo

View File

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2013/09/12 19:33:16 jihbed Exp $
$NetBSD$
SHA1 (strategies-0.1.2.tar.gz) = 91ca980c27f873c3c5e143404383b2f20dda1ad9
RMD160 (strategies-0.1.2.tar.gz) = 535f7282e30f74b635257129c483d07415903c2e
Size (strategies-0.1.2.tar.gz) = 4818 bytes
SHA1 (strategies-0.2.3.tar.gz) = 91277655d73c9c86c063f8c7fc2f25a8301f9a7e
RMD160 (strategies-0.2.3.tar.gz) = 3af31c536dd7fbc35047b1cdc5905f10999d26e8
SHA512 (strategies-0.2.3.tar.gz) = f3a2308f9864519ceea097d70891412154b68f07820266a24c0a07d5549adafdeb45fb263c4b80f05fe3bfaeeaac7b54a1d5b8d210f46bb45b049964ebd8d9d0
Size (strategies-0.2.3.tar.gz) = 6373 bytes

3
py-sym/DESCR Normal file
View File

@ -0,0 +1,3 @@
provides a unified wrapper to some symbolic manipulation libraries in Python.
It makes it easy for library authors to test their packages against several
symbolic manipulation libraries.

19
py-sym/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD$
DISTNAME= sym-0.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= https://files.pythonhosted.org/packages/f5/07/cc80b30b933c7430597fc884305c499e973f2e4c0a3a6208880ced5cefba/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://files.pythonhosted.org/packages/f5/07/cc80b30b933c7430597fc884305c499e973f2e4c0a3a6208880ced5cefba/
COMMENT= Unified wrapper for symbolic manipulation libraries in Python
LICENSE= modified-bsd
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

54
py-sym/PLIST Normal file
View File

@ -0,0 +1,54 @@
@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}/sym/__init__.py
${PYSITELIB}/sym/__init__.pyo
${PYSITELIB}/sym/__init__.pyc
${PYSITELIB}/sym/_release.pyo
${PYSITELIB}/sym/_release.pyc
${PYSITELIB}/sym/_sympy_Lambdify.pyo
${PYSITELIB}/sym/_sympy_Lambdify.pyc
${PYSITELIB}/sym/backend.pyo
${PYSITELIB}/sym/backend.pyc
${PYSITELIB}/sym/util.pyo
${PYSITELIB}/sym/util.pyc
${PYSITELIB}/sym/_release.py
${PYSITELIB}/sym/_sympy_Lambdify.py
${PYSITELIB}/sym/backend.py
${PYSITELIB}/sym/tests/__init__.py
${PYSITELIB}/sym/tests/__init__.pyo
${PYSITELIB}/sym/tests/__init__.pyc
${PYSITELIB}/sym/tests/test_Dummy.pyo
${PYSITELIB}/sym/tests/test_Dummy.pyc
${PYSITELIB}/sym/tests/test_Lambdify.pyo
${PYSITELIB}/sym/tests/test_Lambdify.pyc
${PYSITELIB}/sym/tests/test_Matrix.pyo
${PYSITELIB}/sym/tests/test_Matrix.pyc
${PYSITELIB}/sym/tests/test_Symbol.pyo
${PYSITELIB}/sym/tests/test_Symbol.pyc
${PYSITELIB}/sym/tests/test_banded_jacobian.pyo
${PYSITELIB}/sym/tests/test_banded_jacobian.pyc
${PYSITELIB}/sym/tests/test_cse.pyo
${PYSITELIB}/sym/tests/test_cse.pyc
${PYSITELIB}/sym/tests/test_sparse_jacobian.pyo
${PYSITELIB}/sym/tests/test_sparse_jacobian.pyc
${PYSITELIB}/sym/tests/test_symarray.pyo
${PYSITELIB}/sym/tests/test_symarray.pyc
${PYSITELIB}/sym/tests/test_sympy_Lambdify.pyo
${PYSITELIB}/sym/tests/test_sympy_Lambdify.pyc
${PYSITELIB}/sym/tests/test_util.pyo
${PYSITELIB}/sym/tests/test_util.pyc
${PYSITELIB}/sym/tests/test_Dummy.py
${PYSITELIB}/sym/tests/test_Lambdify.py
${PYSITELIB}/sym/tests/test_Matrix.py
${PYSITELIB}/sym/tests/test_Symbol.py
${PYSITELIB}/sym/tests/test_banded_jacobian.py
${PYSITELIB}/sym/tests/test_cse.py
${PYSITELIB}/sym/tests/test_sparse_jacobian.py
${PYSITELIB}/sym/tests/test_symarray.py
${PYSITELIB}/sym/tests/test_sympy_Lambdify.py
${PYSITELIB}/sym/tests/test_util.py
${PYSITELIB}/sym/util.py

6
py-sym/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (sym-0.3.4.tar.gz) = 5eaf5a0758d154f27811f38f12ca8dd460b6e542
RMD160 (sym-0.3.4.tar.gz) = 5aa02d2116fecb8ac98158d74bb5d2d70a2e4dba
SHA512 (sym-0.3.4.tar.gz) = fe0bd5a6f263e2debf91eb263b96a150751c64c701b2f027eb87cb2b5752226d66e7da26247cc4de33846e0a38a7c794d51bbd3f4ebc2a7bc030277d4fa529b8
Size (sym-0.3.4.tar.gz) = 17094 bytes

3
py-sym2num/DESCR Normal file
View File

@ -0,0 +1,3 @@
Separate symbolic function and model creation and manipulation from code
generation. This would ease generating code for other languages.
Make the printer an attribute of the function and model generation classes.

24
py-sym2num/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $NetBSD$
DISTNAME= sym2num-0.1.dev2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.dev2//}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/15/f2/010a380ef983b41f363324f2d17d9deed7dc957eff2dd19b6e22279c56cd/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://github.com/cea-ufmg/sym2num
COMMENT= Sympy to numpy code generator
LICENSE= mit
#TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
#DEPENDS+= ${PYPKGPREFIX}-sympy>=1.2:../../math/py-sympy
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.10:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-attrdict>=2.0.0:../../wip/py-attrdict
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

27
py-sym2num/PLIST Normal file
View File

@ -0,0 +1,27 @@
@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}/sym2num/__init__.py
${PYSITELIB}/sym2num/__init__.pyo
${PYSITELIB}/sym2num/__init__.pyc
${PYSITELIB}/sym2num/function.pyo
${PYSITELIB}/sym2num/function.pyc
${PYSITELIB}/sym2num/metafun.pyo
${PYSITELIB}/sym2num/metafun.pyc
${PYSITELIB}/sym2num/model.pyo
${PYSITELIB}/sym2num/model.pyc
${PYSITELIB}/sym2num/printing.pyo
${PYSITELIB}/sym2num/printing.pyc
${PYSITELIB}/sym2num/utils.pyo
${PYSITELIB}/sym2num/utils.pyc
${PYSITELIB}/sym2num/var.pyo
${PYSITELIB}/sym2num/var.pyc
${PYSITELIB}/sym2num/function.py
${PYSITELIB}/sym2num/metafun.py
${PYSITELIB}/sym2num/model.py
${PYSITELIB}/sym2num/printing.py
${PYSITELIB}/sym2num/utils.py
${PYSITELIB}/sym2num/var.py

6
py-sym2num/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (sym2num-0.1.dev2.tar.gz) = 26a645b7dedd2b041c8717e7dd1cebc38b30215b
RMD160 (sym2num-0.1.dev2.tar.gz) = 99dedafc54c508e93009c132a55a31c830631e65
SHA512 (sym2num-0.1.dev2.tar.gz) = 63da5bbc7cb0f843c80bb577379ac38107f9faa5cd76419fb5fbab0f7f69554f9c993ff7fc3706bcb228fdd3f56797e998b943a59102fdc4f0847287f78c7bde
Size (sym2num-0.1.dev2.tar.gz) = 13145 bytes

1
py-sympy-to-c/DESCR Normal file
View File

@ -0,0 +1 @@
Simple library to create importable C-functions from sympy-Expressions

19
py-sympy-to-c/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD$
DISTNAME= sympy_to_c-0.1.0
PKGNAME= ${PYPKGPREFIX}-sympy-to-c-0.1.0
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/1f/3f/00de875434f977e8d364eb7466e599e29c3dc4c72842a8137357d7ac453e/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://files.pythonhosted.org/packages/1f/3f/00de875434f977e8d364eb7466e599e29c3dc4c72842a8137357d7ac453e/
COMMENT= Simple library to create importable C-functions from sympy
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-sympy>=1.2:../../math/py-sympy
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

13
py-sympy-to-c/PLIST Normal file
View File

@ -0,0 +1,13 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/sympy_to_c/__init__.py
${PYSITELIB}/sympy_to_c/__init__.pyo
${PYSITELIB}/sympy_to_c/__init__.pyc
${PYSITELIB}/sympy_to_c/sympy_to_c.pyo
${PYSITELIB}/sympy_to_c/sympy_to_c.pyc
${PYSITELIB}/sympy_to_c/sympy_to_c.py

6
py-sympy-to-c/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (sympy_to_c-0.1.0.tar.gz) = a83174507aa329534dad25cbe885c449b84305d1
RMD160 (sympy_to_c-0.1.0.tar.gz) = 852883add5d3c9a76394d162e268923371b01448
SHA512 (sympy_to_c-0.1.0.tar.gz) = b632d5dd50e694c4bcaa8f4e03d352634fa444b78534fcda0aed25b4fae755559ed015a0047b9fa4c18738ff5cc971224dd93b64b3ade16ff29f0a6cb72e45ed
Size (sympy_to_c-0.1.0.tar.gz) = 10664 bytes