pkgsrc-WIP-changes archive

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

UP:py-pulsar, py-fluids/, py-qexp ADD:+py-recommonmark, +py-commonmark, +py-colormath, +py-bandicoot, +py-dynamicisttoolkit, +py-pgmpy, +py-pulsar



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Sep 10 01:47:26 2016 +0000
Changeset:	8b995e0f0a4149c98d72e159e2f2d0ad085d3825

Modified Files:
	py-fluids/Makefile
	py-fluids/PLIST
	py-fluids/distinfo
	py-pulsar/Makefile
	py-pulsar/PLIST
	py-pulsar/distinfo
	py-qexpy/Makefile
	py-qexpy/PLIST
	py-qexpy/distinfo
Added Files:
	py-bandicoot/DESCR
	py-bandicoot/Makefile
	py-bandicoot/PLIST
	py-bandicoot/distinfo
	py-colormath/DESCR
	py-colormath/Makefile
	py-colormath/PLIST
	py-colormath/distinfo
	py-commonmark/DESCR
	py-commonmark/Makefile
	py-commonmark/PLIST
	py-commonmark/distinfo
	py-dynamicisttoolkit/DESCR
	py-dynamicisttoolkit/Makefile
	py-dynamicisttoolkit/PLIST
	py-dynamicisttoolkit/distinfo
	py-parserutils/DESCR
	py-parserutils/Makefile
	py-parserutils/PLIST
	py-parserutils/distinfo
	py-pgmpy/DESCR
	py-pgmpy/Makefile
	py-pgmpy/PLIST
	py-pgmpy/distinfo
	py-recommonmark/DESCR
	py-recommonmark/Makefile
	py-recommonmark/PLIST
	py-recommonmark/distinfo

Log Message:
UP:py-pulsar, py-fluids/, py-qexp ADD:+py-recommonmark, +py-commonmark, +py-colormath, +py-bandicoot, +py-dynamicisttoolkit, +py-pgmpy, +py-pulsar

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

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

diffstat:
 py-bandicoot/DESCR            |   5 +
 py-bandicoot/Makefile         |  20 +++
 py-bandicoot/PLIST            | 105 +++++++++++++++
 py-bandicoot/distinfo         |   6 +
 py-colormath/DESCR            |   0
 py-colormath/Makefile         |  21 +++
 py-colormath/PLIST            |  42 ++++++
 py-colormath/distinfo         |   6 +
 py-commonmark/DESCR           |   2 +
 py-commonmark/Makefile        |  21 +++
 py-commonmark/PLIST           |  56 ++++++++
 py-commonmark/distinfo        |   6 +
 py-dynamicisttoolkit/DESCR    |   2 +
 py-dynamicisttoolkit/Makefile |  21 +++
 py-dynamicisttoolkit/PLIST    |  36 ++++++
 py-dynamicisttoolkit/distinfo |   6 +
 py-fluids/Makefile            |   4 +-
 py-fluids/PLIST               |   6 +
 py-fluids/distinfo            |   8 +-
 py-parserutils/DESCR          |   1 +
 py-parserutils/Makefile       |  22 ++++
 py-parserutils/PLIST          |  51 ++++++++
 py-parserutils/distinfo       |   6 +
 py-pgmpy/DESCR                |   1 +
 py-pgmpy/Makefile             |  22 ++++
 py-pgmpy/PLIST                | 237 ++++++++++++++++++++++++++++++++++
 py-pgmpy/distinfo             |   6 +
 py-pulsar/Makefile            |  14 +-
 py-pulsar/PLIST               | 288 +-----------------------------------------
 py-pulsar/distinfo            |   7 +-
 py-qexpy/Makefile             |   2 +-
 py-qexpy/PLIST                |   4 -
 py-qexpy/distinfo             |   8 +-
 py-recommonmark/DESCR         |   1 +
 py-recommonmark/Makefile      |  21 +++
 py-recommonmark/PLIST         |  28 ++++
 py-recommonmark/distinfo      |   6 +
 37 files changed, 788 insertions(+), 310 deletions(-)

diffs:
diff --git a/py-bandicoot/DESCR b/py-bandicoot/DESCR
new file mode 100644
index 0000000..0f41e4a
--- /dev/null
+++ b/py-bandicoot/DESCR
@@ -0,0 +1,5 @@
+bandicoot (http://bandicoot.mit.edu) is Python toolbox to analyze
+mobile phone metadata. It provides a complete, easy-to-use environment
+for data-scientist to analyze mobile phone metadata. With only a
+few lines of code, load your datasets, visualize the data, perform
+analyses, and export the results
diff --git a/py-bandicoot/Makefile b/py-bandicoot/Makefile
new file mode 100644
index 0000000..5e3c3af
--- /dev/null
+++ b/py-bandicoot/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	bandicoot-0.5.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	net graphics
+MASTER_SITES=	https://pypi.python.org/packages/0d/22/a1e4b2176f1cb24ed9c6c61d8682a2e8daff159664115de378310fdfde56/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/yvesalexandre/bandicoot
+COMMENT=	Toolbox to analyze mobile phone metadata
+LICENSE=	mit
+
+DEPENDS+=	nodejs>=6.4.0:../../lang/nodejs
+DEPENDS+=	${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-bandicoot/PLIST b/py-bandicoot/PLIST
new file mode 100644
index 0000000..06ca6eb
--- /dev/null
+++ b/py-bandicoot/PLIST
@@ -0,0 +1,105 @@
+@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}/bandicoot/__init__.py
+${PYSITELIB}/bandicoot/__init__.pyc
+${PYSITELIB}/bandicoot/__init__.pyo
+${PYSITELIB}/bandicoot/core.py
+${PYSITELIB}/bandicoot/core.pyc
+${PYSITELIB}/bandicoot/core.pyo
+${PYSITELIB}/bandicoot/dashboard_src/package.json
+${PYSITELIB}/bandicoot/dashboard_src/public/build/app.js
+${PYSITELIB}/bandicoot/dashboard_src/public/build/main.css
+${PYSITELIB}/bandicoot/dashboard_src/public/data/bc_export.json
+${PYSITELIB}/bandicoot/dashboard_src/public/fonts/opensans-400.woff
+${PYSITELIB}/bandicoot/dashboard_src/public/index.html
+${PYSITELIB}/bandicoot/dashboard_src/public/js/app.js
+${PYSITELIB}/bandicoot/dashboard_src/public/js/indicator_chart.js
+${PYSITELIB}/bandicoot/dashboard_src/public/js/network.js
+${PYSITELIB}/bandicoot/dashboard_src/public/js/timescale_brush.js
+${PYSITELIB}/bandicoot/dashboard_src/public/js/utils.js
+${PYSITELIB}/bandicoot/dashboard_src/public/sass/main.scss
+${PYSITELIB}/bandicoot/helper/__init__.py
+${PYSITELIB}/bandicoot/helper/__init__.pyc
+${PYSITELIB}/bandicoot/helper/__init__.pyo
+${PYSITELIB}/bandicoot/helper/group.py
+${PYSITELIB}/bandicoot/helper/group.pyc
+${PYSITELIB}/bandicoot/helper/group.pyo
+${PYSITELIB}/bandicoot/helper/maths.py
+${PYSITELIB}/bandicoot/helper/maths.pyc
+${PYSITELIB}/bandicoot/helper/maths.pyo
+${PYSITELIB}/bandicoot/helper/stops.py
+${PYSITELIB}/bandicoot/helper/stops.pyc
+${PYSITELIB}/bandicoot/helper/stops.pyo
+${PYSITELIB}/bandicoot/helper/tools.py
+${PYSITELIB}/bandicoot/helper/tools.pyc
+${PYSITELIB}/bandicoot/helper/tools.pyo
+${PYSITELIB}/bandicoot/individual.py
+${PYSITELIB}/bandicoot/individual.pyc
+${PYSITELIB}/bandicoot/individual.pyo
+${PYSITELIB}/bandicoot/io.py
+${PYSITELIB}/bandicoot/io.pyc
+${PYSITELIB}/bandicoot/io.pyo
+${PYSITELIB}/bandicoot/network.py
+${PYSITELIB}/bandicoot/network.pyc
+${PYSITELIB}/bandicoot/network.pyo
+${PYSITELIB}/bandicoot/recharge.py
+${PYSITELIB}/bandicoot/recharge.pyc
+${PYSITELIB}/bandicoot/recharge.pyo
+${PYSITELIB}/bandicoot/spatial.py
+${PYSITELIB}/bandicoot/spatial.pyc
+${PYSITELIB}/bandicoot/spatial.pyo
+${PYSITELIB}/bandicoot/tests/__init__.py
+${PYSITELIB}/bandicoot/tests/__init__.pyc
+${PYSITELIB}/bandicoot/tests/__init__.pyo
+${PYSITELIB}/bandicoot/tests/generate_user.py
+${PYSITELIB}/bandicoot/tests/generate_user.pyc
+${PYSITELIB}/bandicoot/tests/generate_user.pyo
+${PYSITELIB}/bandicoot/tests/test_core.py
+${PYSITELIB}/bandicoot/tests/test_core.pyc
+${PYSITELIB}/bandicoot/tests/test_core.pyo
+${PYSITELIB}/bandicoot/tests/test_export.py
+${PYSITELIB}/bandicoot/tests/test_export.pyc
+${PYSITELIB}/bandicoot/tests/test_export.pyo
+${PYSITELIB}/bandicoot/tests/test_group.py
+${PYSITELIB}/bandicoot/tests/test_group.pyc
+${PYSITELIB}/bandicoot/tests/test_group.pyo
+${PYSITELIB}/bandicoot/tests/test_manual.py
+${PYSITELIB}/bandicoot/tests/test_manual.pyc
+${PYSITELIB}/bandicoot/tests/test_manual.pyo
+${PYSITELIB}/bandicoot/tests/test_network.py
+${PYSITELIB}/bandicoot/tests/test_network.pyc
+${PYSITELIB}/bandicoot/tests/test_network.pyo
+${PYSITELIB}/bandicoot/tests/test_parsers.py
+${PYSITELIB}/bandicoot/tests/test_parsers.pyc
+${PYSITELIB}/bandicoot/tests/test_parsers.pyo
+${PYSITELIB}/bandicoot/tests/test_regressions.py
+${PYSITELIB}/bandicoot/tests/test_regressions.pyc
+${PYSITELIB}/bandicoot/tests/test_regressions.pyo
+${PYSITELIB}/bandicoot/tests/test_sequences.py
+${PYSITELIB}/bandicoot/tests/test_sequences.pyc
+${PYSITELIB}/bandicoot/tests/test_sequences.pyo
+${PYSITELIB}/bandicoot/tests/test_spatial.py
+${PYSITELIB}/bandicoot/tests/test_spatial.pyc
+${PYSITELIB}/bandicoot/tests/test_spatial.pyo
+${PYSITELIB}/bandicoot/tests/test_special.py
+${PYSITELIB}/bandicoot/tests/test_special.pyc
+${PYSITELIB}/bandicoot/tests/test_special.pyo
+${PYSITELIB}/bandicoot/tests/test_utils.py
+${PYSITELIB}/bandicoot/tests/test_utils.pyc
+${PYSITELIB}/bandicoot/tests/test_utils.pyo
+${PYSITELIB}/bandicoot/tests/testing_tools.py
+${PYSITELIB}/bandicoot/tests/testing_tools.pyc
+${PYSITELIB}/bandicoot/tests/testing_tools.pyo
+${PYSITELIB}/bandicoot/utils.py
+${PYSITELIB}/bandicoot/utils.pyc
+${PYSITELIB}/bandicoot/utils.pyo
+${PYSITELIB}/bandicoot/visualization.py
+${PYSITELIB}/bandicoot/visualization.pyc
+${PYSITELIB}/bandicoot/visualization.pyo
+${PYSITELIB}/bandicoot/weekmatrix.py
+${PYSITELIB}/bandicoot/weekmatrix.pyc
+${PYSITELIB}/bandicoot/weekmatrix.pyo
diff --git a/py-bandicoot/distinfo b/py-bandicoot/distinfo
new file mode 100644
index 0000000..9e480d6
--- /dev/null
+++ b/py-bandicoot/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (bandicoot-0.5.3.tar.gz) = 937a05246a96f37a5ff1cea7ac58d2bade953446
+RMD160 (bandicoot-0.5.3.tar.gz) = 05725df69a4c3ce7f79caa54dbcd8c2985ded085
+SHA512 (bandicoot-0.5.3.tar.gz) = b920e458493d3a06e889863921c6ec84ded06084df9fdb8a61dc3b8ada4a698c1a44c3ea4122c15ae0ec424ecf376cc235637e6b62c02af85a8a449064bb6e71
+Size (bandicoot-0.5.3.tar.gz) = 490907 bytes
diff --git a/py-colormath/DESCR b/py-colormath/DESCR
new file mode 100644
index 0000000..e69de29
diff --git a/py-colormath/Makefile b/py-colormath/Makefile
new file mode 100644
index 0000000..c7ead73
--- /dev/null
+++ b/py-colormath/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	colormath-2.1.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/f5/f0/1358c821de66e5f3fc107b8a1afbea100a3bbaa0f7024f990b5d1911a055/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/gtaylor/python-colormath
+COMMENT=	Color math and conversion library
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
+
+WRKSRC=		${WRKDIR}/colormath-2.1.1
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-colormath/PLIST b/py-colormath/PLIST
new file mode 100644
index 0000000..13dc41a
--- /dev/null
+++ b/py-colormath/PLIST
@@ -0,0 +1,42 @@
+@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}/colormath/__init__.py
+${PYSITELIB}/colormath/__init__.pyc
+${PYSITELIB}/colormath/__init__.pyo
+${PYSITELIB}/colormath/chromatic_adaptation.py
+${PYSITELIB}/colormath/chromatic_adaptation.pyc
+${PYSITELIB}/colormath/chromatic_adaptation.pyo
+${PYSITELIB}/colormath/color_appearance_models.py
+${PYSITELIB}/colormath/color_appearance_models.pyc
+${PYSITELIB}/colormath/color_appearance_models.pyo
+${PYSITELIB}/colormath/color_constants.py
+${PYSITELIB}/colormath/color_constants.pyc
+${PYSITELIB}/colormath/color_constants.pyo
+${PYSITELIB}/colormath/color_conversions.py
+${PYSITELIB}/colormath/color_conversions.pyc
+${PYSITELIB}/colormath/color_conversions.pyo
+${PYSITELIB}/colormath/color_diff.py
+${PYSITELIB}/colormath/color_diff.pyc
+${PYSITELIB}/colormath/color_diff.pyo
+${PYSITELIB}/colormath/color_diff_matrix.py
+${PYSITELIB}/colormath/color_diff_matrix.pyc
+${PYSITELIB}/colormath/color_diff_matrix.pyo
+${PYSITELIB}/colormath/color_exceptions.py
+${PYSITELIB}/colormath/color_exceptions.pyc
+${PYSITELIB}/colormath/color_exceptions.pyo
+${PYSITELIB}/colormath/color_objects.py
+${PYSITELIB}/colormath/color_objects.pyc
+${PYSITELIB}/colormath/color_objects.pyo
+${PYSITELIB}/colormath/density.py
+${PYSITELIB}/colormath/density.pyc
+${PYSITELIB}/colormath/density.pyo
+${PYSITELIB}/colormath/density_standards.py
+${PYSITELIB}/colormath/density_standards.pyc
+${PYSITELIB}/colormath/density_standards.pyo
+${PYSITELIB}/colormath/spectral_constants.py
+${PYSITELIB}/colormath/spectral_constants.pyc
+${PYSITELIB}/colormath/spectral_constants.pyo
diff --git a/py-colormath/distinfo b/py-colormath/distinfo
new file mode 100644
index 0000000..1f8d30a
--- /dev/null
+++ b/py-colormath/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (colormath-2.1.1.tar.gz) = 8a086409e3ed05165cf4f0b85ae91e80e49b5926
+RMD160 (colormath-2.1.1.tar.gz) = 71dd664780423b2875ce41ccd365ce59d3f89318
+SHA512 (colormath-2.1.1.tar.gz) = 56c798108963fbaa377fdc6ebf426acdece5d77d39d748a3a87bfb62965f727c7075810bb17aa81f61d884fc0536c4e0cac7be22fa36d730eff21d7aa2a6c608
+Size (colormath-2.1.1.tar.gz) = 39048 bytes
diff --git a/py-commonmark/DESCR b/py-commonmark/DESCR
new file mode 100644
index 0000000..6ced5f9
--- /dev/null
+++ b/py-commonmark/DESCR
@@ -0,0 +1,2 @@
+Pure Python port of jgms commonmark.js, a Markdown parser and renderer
+for the CommonMark specification, using only native modules. Once both
diff --git a/py-commonmark/Makefile b/py-commonmark/Makefile
new file mode 100644
index 0000000..ee77742
--- /dev/null
+++ b/py-commonmark/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	CommonMark-0.7.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=	www textproc
+MASTER_SITES=	https://pypi.python.org/packages/6b/6b/9f711705fd36259a47ae7b5a4feeea664eea46d3a54856bbda00de7f119c/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/rtfd/CommonMark-py
+COMMENT=	Python parser for the CommonMark Markdown spec
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-future>=0.15.2:../../devel/py-future
+DEPENDS+=	${PYPKGPREFIX}-hypothesis>=3.4.2:../../devel/py-hypothesis
+
+WRKSRC=		${WRKDIR}/CommonMark-0.7.2
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-commonmark/PLIST b/py-commonmark/PLIST
new file mode 100644
index 0000000..30c9861
--- /dev/null
+++ b/py-commonmark/PLIST
@@ -0,0 +1,56 @@
+@comment $NetBSD$
+bin/cmark
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/CommonMark/__init__.py
+${PYSITELIB}/CommonMark/__init__.pyc
+${PYSITELIB}/CommonMark/__init__.pyo
+${PYSITELIB}/CommonMark/blocks.py
+${PYSITELIB}/CommonMark/blocks.pyc
+${PYSITELIB}/CommonMark/blocks.pyo
+${PYSITELIB}/CommonMark/cmark.py
+${PYSITELIB}/CommonMark/cmark.pyc
+${PYSITELIB}/CommonMark/cmark.pyo
+${PYSITELIB}/CommonMark/common.py
+${PYSITELIB}/CommonMark/common.pyc
+${PYSITELIB}/CommonMark/common.pyo
+${PYSITELIB}/CommonMark/dump.py
+${PYSITELIB}/CommonMark/dump.pyc
+${PYSITELIB}/CommonMark/dump.pyo
+${PYSITELIB}/CommonMark/entitytrans.py
+${PYSITELIB}/CommonMark/entitytrans.pyc
+${PYSITELIB}/CommonMark/entitytrans.pyo
+${PYSITELIB}/CommonMark/inlines.py
+${PYSITELIB}/CommonMark/inlines.pyc
+${PYSITELIB}/CommonMark/inlines.pyo
+${PYSITELIB}/CommonMark/main.py
+${PYSITELIB}/CommonMark/main.pyc
+${PYSITELIB}/CommonMark/main.pyo
+${PYSITELIB}/CommonMark/node.py
+${PYSITELIB}/CommonMark/node.pyc
+${PYSITELIB}/CommonMark/node.pyo
+${PYSITELIB}/CommonMark/render/__init__.py
+${PYSITELIB}/CommonMark/render/__init__.pyc
+${PYSITELIB}/CommonMark/render/__init__.pyo
+${PYSITELIB}/CommonMark/render/html.py
+${PYSITELIB}/CommonMark/render/html.pyc
+${PYSITELIB}/CommonMark/render/html.pyo
+${PYSITELIB}/CommonMark/render/renderer.py
+${PYSITELIB}/CommonMark/render/renderer.pyc
+${PYSITELIB}/CommonMark/render/renderer.pyo
+${PYSITELIB}/CommonMark/tests/__init__.py
+${PYSITELIB}/CommonMark/tests/__init__.pyc
+${PYSITELIB}/CommonMark/tests/__init__.pyo
+${PYSITELIB}/CommonMark/tests/run_spec_tests.py
+${PYSITELIB}/CommonMark/tests/run_spec_tests.pyc
+${PYSITELIB}/CommonMark/tests/run_spec_tests.pyo
+${PYSITELIB}/CommonMark/tests/unit_tests.py
+${PYSITELIB}/CommonMark/tests/unit_tests.pyc
+${PYSITELIB}/CommonMark/tests/unit_tests.pyo
+${PYSITELIB}/CommonMark/utils.py
+${PYSITELIB}/CommonMark/utils.pyc
+${PYSITELIB}/CommonMark/utils.pyo
diff --git a/py-commonmark/distinfo b/py-commonmark/distinfo
new file mode 100644
index 0000000..3ea02ac
--- /dev/null
+++ b/py-commonmark/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (CommonMark-0.7.2.tar.gz) = 466247edbea6aa0bc9959b0a2967c9bfb5cbf0ef
+RMD160 (CommonMark-0.7.2.tar.gz) = a8b0ce3d1252fc3a3f2415fbaf184f10dcd9d9e8
+SHA512 (CommonMark-0.7.2.tar.gz) = 3f6366885c0a84eba8fbd152f7df0e050323b0aa4d1b76e28b0f10741e59b9cb88d501f0f0100861fc0a4b0695661b4e2c85dab575383797728acc8eb76ee7d6
+Size (CommonMark-0.7.2.tar.gz) = 84776 bytes
diff --git a/py-dynamicisttoolkit/DESCR b/py-dynamicisttoolkit/DESCR
new file mode 100644
index 0000000..0081d23
--- /dev/null
+++ b/py-dynamicisttoolkit/DESCR
@@ -0,0 +1,2 @@
+This is a collection of Python modules which contain tools that are
+helpful for a dynamicist
diff --git a/py-dynamicisttoolkit/Makefile b/py-dynamicisttoolkit/Makefile
new file mode 100644
index 0000000..235e668
--- /dev/null
+++ b/py-dynamicisttoolkit/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	DynamicistToolKit-0.5.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/1e/ed/2be1322f723ef11f959581c7082100dd18b8b82107eca151a3730636290a/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	http://github.com/moorepants/DynamicistToolKit
+COMMENT=	Various tools for theoretical and experimental dynamics
+#LICENSE=	# TODO: (see mk/license.mk)
+
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.18.0:../../math/py-scipy
+
+USE_LANGUAGES=	# none
+
+.include "../../graphics/py-matplotlib/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-dynamicisttoolkit/PLIST b/py-dynamicisttoolkit/PLIST
new file mode 100644
index 0000000..4db530a
--- /dev/null
+++ b/py-dynamicisttoolkit/PLIST
@@ -0,0 +1,36 @@
+@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}/dtk/__init__.py
+${PYSITELIB}/dtk/__init__.pyc
+${PYSITELIB}/dtk/__init__.pyo
+${PYSITELIB}/dtk/bicycle.py
+${PYSITELIB}/dtk/bicycle.pyc
+${PYSITELIB}/dtk/bicycle.pyo
+${PYSITELIB}/dtk/control.py
+${PYSITELIB}/dtk/control.pyc
+${PYSITELIB}/dtk/control.pyo
+${PYSITELIB}/dtk/inertia.py
+${PYSITELIB}/dtk/inertia.pyc
+${PYSITELIB}/dtk/inertia.pyo
+${PYSITELIB}/dtk/process.py
+${PYSITELIB}/dtk/process.pyc
+${PYSITELIB}/dtk/process.pyo
+${PYSITELIB}/dtk/test/__init__.py
+${PYSITELIB}/dtk/test/__init__.pyc
+${PYSITELIB}/dtk/test/__init__.pyo
+${PYSITELIB}/dtk/test/test_bicycle.py
+${PYSITELIB}/dtk/test/test_bicycle.pyc
+${PYSITELIB}/dtk/test/test_bicycle.pyo
+${PYSITELIB}/dtk/test/test_inertia.py
+${PYSITELIB}/dtk/test/test_inertia.pyc
+${PYSITELIB}/dtk/test/test_inertia.pyo
+${PYSITELIB}/dtk/test/test_process.py
+${PYSITELIB}/dtk/test/test_process.pyc
+${PYSITELIB}/dtk/test/test_process.pyo
+${PYSITELIB}/dtk/version.py
+${PYSITELIB}/dtk/version.pyc
+${PYSITELIB}/dtk/version.pyo
diff --git a/py-dynamicisttoolkit/distinfo b/py-dynamicisttoolkit/distinfo
new file mode 100644
index 0000000..f44bcb6
--- /dev/null
+++ b/py-dynamicisttoolkit/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (DynamicistToolKit-0.5.0.tar.gz) = a6b37b29fa2b1636f0614ebe153deb95a513528f
+RMD160 (DynamicistToolKit-0.5.0.tar.gz) = f439d165e1094d75c0b2d4d4a8ce358ffbb24594
+SHA512 (DynamicistToolKit-0.5.0.tar.gz) = 7c28fca543703716d53aeacf46b8ea8969c57646a56b1ed879d287148dad6c80fc2d18a05981583c9fc7237dec4b4a7b79b0a08325fdefaeedde362ab015244a
+Size (DynamicistToolKit-0.5.0.tar.gz) = 91950 bytes
diff --git a/py-fluids/Makefile b/py-fluids/Makefile
index 0dfe7a7..23ba16d 100644
--- a/py-fluids/Makefile
+++ b/py-fluids/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	fluids-0.1.50
+DISTNAME=	fluids-0.1.51
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math
-MASTER_SITES=	https://pypi.python.org/packages/fb/cb/b9a0c5ee64140bc0875c8da3711862695ccbdd24156007e5face040f19d4/
+MASTER_SITES=	https://pypi.python.org/packages/1f/53/be2696d0085bc16095b3a50f2e431363e2e1ccdcc76b7fa8dacfdd808103/
 
 MAINTAINER=	jihbed.research%gmail.com@localhost
 HOMEPAGE=	https://github.com/CalebBell/fluids
diff --git a/py-fluids/PLIST b/py-fluids/PLIST
index 693ac8a..aa79718 100644
--- a/py-fluids/PLIST
+++ b/py-fluids/PLIST
@@ -14,6 +14,9 @@ ${PYSITELIB}/fluids/core.pyc
 ${PYSITELIB}/fluids/core.pyo
 ${PYSITELIB}/fluids/data/3 phase power.csv
 ${PYSITELIB}/fluids/data/residential power.csv
+${PYSITELIB}/fluids/drag.py
+${PYSITELIB}/fluids/drag.pyc
+${PYSITELIB}/fluids/drag.pyo
 ${PYSITELIB}/fluids/filters.py
 ${PYSITELIB}/fluids/filters.pyc
 ${PYSITELIB}/fluids/filters.pyo
@@ -47,6 +50,9 @@ ${PYSITELIB}/fluids/pump.pyo
 ${PYSITELIB}/fluids/safety_valve.py
 ${PYSITELIB}/fluids/safety_valve.pyc
 ${PYSITELIB}/fluids/safety_valve.pyo
+${PYSITELIB}/fluids/saltation.py
+${PYSITELIB}/fluids/saltation.pyc
+${PYSITELIB}/fluids/saltation.pyo
 ${PYSITELIB}/fluids/two_phase_voidage.py
 ${PYSITELIB}/fluids/two_phase_voidage.pyc
 ${PYSITELIB}/fluids/two_phase_voidage.pyo
diff --git a/py-fluids/distinfo b/py-fluids/distinfo
index 7203516..649bc72 100644
--- a/py-fluids/distinfo
+++ b/py-fluids/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (fluids-0.1.50.tar.gz) = dc7ba5c024c5abcfd9b315960f60a99e1a3fb80a
-RMD160 (fluids-0.1.50.tar.gz) = fe9fb7573f7499ddbfc5354e1c9f0e469917fedf
-SHA512 (fluids-0.1.50.tar.gz) = e145639030e16d1f43dfa0411fa3bc84d41d48e71065a05b5be899b4e6dd6b0d7b91b86c96bb164d20557642bdd75eb93b341f8057a80a57960a2f85b42c4469
-Size (fluids-0.1.50.tar.gz) = 135320 bytes
+SHA1 (fluids-0.1.51.tar.gz) = 7d7dac0337b188be7aecf242f50d3b650d7c6feb
+RMD160 (fluids-0.1.51.tar.gz) = 709729e32efa729bccd5fb12433d8b2a806264b6
+SHA512 (fluids-0.1.51.tar.gz) = 4af54e67ccef71cad0ac4b973927be138ffe3f9abfed717692849ddba742e225c4e7b57569851d982e236039ec354d90f43be65924b3231fd7ddf6d758a4dbbb
+Size (fluids-0.1.51.tar.gz) = 137235 bytes
diff --git a/py-parserutils/DESCR b/py-parserutils/DESCR
new file mode 100644
index 0000000..a5af3a1
--- /dev/null
+++ b/py-parserutils/DESCR
@@ -0,0 +1 @@
+A collection of performant parsing utilities
diff --git a/py-parserutils/Makefile b/py-parserutils/Makefile
new file mode 100644
index 0000000..a917e6c
--- /dev/null
+++ b/py-parserutils/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	parserutils-0.3.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc
+MASTER_SITES=	https://pypi.python.org/packages/c0/3d/20209d97be85fd524fdcc3ec225960d45626a43a283d104d78c53418787f/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/consbio/parserutils
+COMMENT=	Collection of performant parsing utilities
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-defusedxml>=0.4.1:../../textproc/py-defusedxml
+DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.5.3:../../time/py-dateutil
+
+WRKSRC=		${WRKDIR}/parserutils-0.3.0
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-parserutils/PLIST b/py-parserutils/PLIST
new file mode 100644
index 0000000..4f13d4f
--- /dev/null
+++ b/py-parserutils/PLIST
@@ -0,0 +1,51 @@
+@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}/parserutils/__init__.py
+${PYSITELIB}/parserutils/__init__.pyc
+${PYSITELIB}/parserutils/__init__.pyo
+${PYSITELIB}/parserutils/collections.py
+${PYSITELIB}/parserutils/collections.pyc
+${PYSITELIB}/parserutils/collections.pyo
+${PYSITELIB}/parserutils/dates.py
+${PYSITELIB}/parserutils/dates.pyc
+${PYSITELIB}/parserutils/dates.pyo
+${PYSITELIB}/parserutils/elements.py
+${PYSITELIB}/parserutils/elements.pyc
+${PYSITELIB}/parserutils/elements.pyo
+${PYSITELIB}/parserutils/numbers.py
+${PYSITELIB}/parserutils/numbers.pyc
+${PYSITELIB}/parserutils/numbers.pyo
+${PYSITELIB}/parserutils/strings.py
+${PYSITELIB}/parserutils/strings.pyc
+${PYSITELIB}/parserutils/strings.pyo
+${PYSITELIB}/parserutils/tests/__init__.py
+${PYSITELIB}/parserutils/tests/__init__.pyc
+${PYSITELIB}/parserutils/tests/__init__.pyo
+${PYSITELIB}/parserutils/tests/collection_tests.py
+${PYSITELIB}/parserutils/tests/collection_tests.pyc
+${PYSITELIB}/parserutils/tests/collection_tests.pyo
+${PYSITELIB}/parserutils/tests/date_tests.py
+${PYSITELIB}/parserutils/tests/date_tests.pyc
+${PYSITELIB}/parserutils/tests/date_tests.pyo
+${PYSITELIB}/parserutils/tests/element_tests.py
+${PYSITELIB}/parserutils/tests/element_tests.pyc
+${PYSITELIB}/parserutils/tests/element_tests.pyo
+${PYSITELIB}/parserutils/tests/number_tests.py
+${PYSITELIB}/parserutils/tests/number_tests.pyc
+${PYSITELIB}/parserutils/tests/number_tests.pyo
+${PYSITELIB}/parserutils/tests/string_tests.py
+${PYSITELIB}/parserutils/tests/string_tests.pyc
+${PYSITELIB}/parserutils/tests/string_tests.pyo
+${PYSITELIB}/parserutils/tests/tests.py
+${PYSITELIB}/parserutils/tests/tests.pyc
+${PYSITELIB}/parserutils/tests/tests.pyo
+${PYSITELIB}/parserutils/tests/url_tests.py
+${PYSITELIB}/parserutils/tests/url_tests.pyc
+${PYSITELIB}/parserutils/tests/url_tests.pyo
+${PYSITELIB}/parserutils/urls.py
+${PYSITELIB}/parserutils/urls.pyc
+${PYSITELIB}/parserutils/urls.pyo
diff --git a/py-parserutils/distinfo b/py-parserutils/distinfo
new file mode 100644
index 0000000..fd032d0
--- /dev/null
+++ b/py-parserutils/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (parserutils-0.3.0.tar.gz) = 8b939c8f583336e45e2b6562a535b8e61670a95c
+RMD160 (parserutils-0.3.0.tar.gz) = 99481da743e6142120e503e1a60617ba06051bcb
+SHA512 (parserutils-0.3.0.tar.gz) = e2da13e925cb41f4147285399e226e51672cda4cddbe960ece3fd9c501efca27bb3917a7dbe04681dcd93671c77da5c5bfe8860a60e7bf9450f71ce5fa20b8f3
+Size (parserutils-0.3.0.tar.gz) = 23228 bytes
diff --git a/py-pgmpy/DESCR b/py-pgmpy/DESCR
new file mode 100644
index 0000000..a630984
--- /dev/null
+++ b/py-pgmpy/DESCR
@@ -0,0 +1 @@
+A library for Probabilistic Graphical Models
diff --git a/py-pgmpy/Makefile b/py-pgmpy/Makefile
new file mode 100644
index 0000000..63a5255
--- /dev/null
+++ b/py-pgmpy/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	pgmpy-0.1.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/35/02/eeaf551776e2b3730609f99efc8394c6ad97deeed2f5333d299ff8e7dfdf/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/pgmpy/pgmpy
+COMMENT=	Library for Probabilistic Graphical Models
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-pyparsing>=2.1.8:../../devel/py-pyparsing
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.18.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-pgmpy/PLIST b/py-pgmpy/PLIST
new file mode 100644
index 0000000..87ed53e
--- /dev/null
+++ b/py-pgmpy/PLIST
@@ -0,0 +1,237 @@
+@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}/pgmpy/__init__.py
+${PYSITELIB}/pgmpy/__init__.pyc
+${PYSITELIB}/pgmpy/__init__.pyo
+${PYSITELIB}/pgmpy/base/DirectedGraph.py
+${PYSITELIB}/pgmpy/base/DirectedGraph.pyc
+${PYSITELIB}/pgmpy/base/DirectedGraph.pyo
+${PYSITELIB}/pgmpy/base/UndirectedGraph.py
+${PYSITELIB}/pgmpy/base/UndirectedGraph.pyc
+${PYSITELIB}/pgmpy/base/UndirectedGraph.pyo
+${PYSITELIB}/pgmpy/base/__init__.py
+${PYSITELIB}/pgmpy/base/__init__.pyc
+${PYSITELIB}/pgmpy/base/__init__.pyo
+${PYSITELIB}/pgmpy/estimators/MLE.py
+${PYSITELIB}/pgmpy/estimators/MLE.pyc
+${PYSITELIB}/pgmpy/estimators/MLE.pyo
+${PYSITELIB}/pgmpy/estimators/__init__.py
+${PYSITELIB}/pgmpy/estimators/__init__.pyc
+${PYSITELIB}/pgmpy/estimators/__init__.pyo
+${PYSITELIB}/pgmpy/estimators/base.py
+${PYSITELIB}/pgmpy/estimators/base.pyc
+${PYSITELIB}/pgmpy/estimators/base.pyo
+${PYSITELIB}/pgmpy/exceptions/Exceptions.py
+${PYSITELIB}/pgmpy/exceptions/Exceptions.pyc
+${PYSITELIB}/pgmpy/exceptions/Exceptions.pyo
+${PYSITELIB}/pgmpy/exceptions/__init__.py
+${PYSITELIB}/pgmpy/exceptions/__init__.pyc
+${PYSITELIB}/pgmpy/exceptions/__init__.pyo
+${PYSITELIB}/pgmpy/extern/__init__.py
+${PYSITELIB}/pgmpy/extern/__init__.pyc
+${PYSITELIB}/pgmpy/extern/__init__.pyo
+${PYSITELIB}/pgmpy/extern/six.py
+${PYSITELIB}/pgmpy/extern/six.pyc
+${PYSITELIB}/pgmpy/extern/six.pyo
+${PYSITELIB}/pgmpy/extern/tabulate.py
+${PYSITELIB}/pgmpy/extern/tabulate.pyc
+${PYSITELIB}/pgmpy/extern/tabulate.pyo
+${PYSITELIB}/pgmpy/factors/CPD.py
+${PYSITELIB}/pgmpy/factors/CPD.pyc
+${PYSITELIB}/pgmpy/factors/CPD.pyo
+${PYSITELIB}/pgmpy/factors/Factor.py
+${PYSITELIB}/pgmpy/factors/Factor.pyc
+${PYSITELIB}/pgmpy/factors/Factor.pyo
+${PYSITELIB}/pgmpy/factors/FactorSet.py
+${PYSITELIB}/pgmpy/factors/FactorSet.pyc
+${PYSITELIB}/pgmpy/factors/FactorSet.pyo
+${PYSITELIB}/pgmpy/factors/JointProbabilityDistribution.py
+${PYSITELIB}/pgmpy/factors/JointProbabilityDistribution.pyc
+${PYSITELIB}/pgmpy/factors/JointProbabilityDistribution.pyo
+${PYSITELIB}/pgmpy/factors/__init__.py
+${PYSITELIB}/pgmpy/factors/__init__.pyc
+${PYSITELIB}/pgmpy/factors/__init__.pyo
+${PYSITELIB}/pgmpy/independencies/Independencies.py
+${PYSITELIB}/pgmpy/independencies/Independencies.pyc
+${PYSITELIB}/pgmpy/independencies/Independencies.pyo
+${PYSITELIB}/pgmpy/independencies/__init__.py
+${PYSITELIB}/pgmpy/independencies/__init__.pyc
+${PYSITELIB}/pgmpy/independencies/__init__.pyo
+${PYSITELIB}/pgmpy/inference/ExactInference.py
+${PYSITELIB}/pgmpy/inference/ExactInference.pyc
+${PYSITELIB}/pgmpy/inference/ExactInference.pyo
+${PYSITELIB}/pgmpy/inference/Sampling.py
+${PYSITELIB}/pgmpy/inference/Sampling.pyc
+${PYSITELIB}/pgmpy/inference/Sampling.pyo
+${PYSITELIB}/pgmpy/inference/__init__.py
+${PYSITELIB}/pgmpy/inference/__init__.pyc
+${PYSITELIB}/pgmpy/inference/__init__.pyo
+${PYSITELIB}/pgmpy/inference/base.py
+${PYSITELIB}/pgmpy/inference/base.pyc
+${PYSITELIB}/pgmpy/inference/base.pyo
+${PYSITELIB}/pgmpy/inference/dbn_inference.py
+${PYSITELIB}/pgmpy/inference/dbn_inference.pyc
+${PYSITELIB}/pgmpy/inference/dbn_inference.pyo
+${PYSITELIB}/pgmpy/inference/mplp.py
+${PYSITELIB}/pgmpy/inference/mplp.pyc
+${PYSITELIB}/pgmpy/inference/mplp.pyo
+${PYSITELIB}/pgmpy/models/BayesianModel.py
+${PYSITELIB}/pgmpy/models/BayesianModel.pyc
+${PYSITELIB}/pgmpy/models/BayesianModel.pyo
+${PYSITELIB}/pgmpy/models/ClusterGraph.py
+${PYSITELIB}/pgmpy/models/ClusterGraph.pyc
+${PYSITELIB}/pgmpy/models/ClusterGraph.pyo
+${PYSITELIB}/pgmpy/models/DynamicBayesianNetwork.py
+${PYSITELIB}/pgmpy/models/DynamicBayesianNetwork.pyc
+${PYSITELIB}/pgmpy/models/DynamicBayesianNetwork.pyo
+${PYSITELIB}/pgmpy/models/FactorGraph.py
+${PYSITELIB}/pgmpy/models/FactorGraph.pyc
+${PYSITELIB}/pgmpy/models/FactorGraph.pyo
+${PYSITELIB}/pgmpy/models/JunctionTree.py
+${PYSITELIB}/pgmpy/models/JunctionTree.pyc
+${PYSITELIB}/pgmpy/models/JunctionTree.pyo
+${PYSITELIB}/pgmpy/models/MarkovChain.py
+${PYSITELIB}/pgmpy/models/MarkovChain.pyc
+${PYSITELIB}/pgmpy/models/MarkovChain.pyo
+${PYSITELIB}/pgmpy/models/MarkovModel.py
+${PYSITELIB}/pgmpy/models/MarkovModel.pyc
+${PYSITELIB}/pgmpy/models/MarkovModel.pyo
+${PYSITELIB}/pgmpy/models/NaiveBayes.py
+${PYSITELIB}/pgmpy/models/NaiveBayes.pyc
+${PYSITELIB}/pgmpy/models/NaiveBayes.pyo
+${PYSITELIB}/pgmpy/models/NoisyOrModel.py
+${PYSITELIB}/pgmpy/models/NoisyOrModel.pyc
+${PYSITELIB}/pgmpy/models/NoisyOrModel.pyo
+${PYSITELIB}/pgmpy/models/__init__.py
+${PYSITELIB}/pgmpy/models/__init__.pyc
+${PYSITELIB}/pgmpy/models/__init__.pyo
+${PYSITELIB}/pgmpy/readwrite/BIF.py
+${PYSITELIB}/pgmpy/readwrite/BIF.pyc
+${PYSITELIB}/pgmpy/readwrite/BIF.pyo
+${PYSITELIB}/pgmpy/readwrite/PomdpX.py
+${PYSITELIB}/pgmpy/readwrite/PomdpX.pyc
+${PYSITELIB}/pgmpy/readwrite/PomdpX.pyo
+${PYSITELIB}/pgmpy/readwrite/ProbModelXML.py
+${PYSITELIB}/pgmpy/readwrite/ProbModelXML.pyc
+${PYSITELIB}/pgmpy/readwrite/ProbModelXML.pyo
+${PYSITELIB}/pgmpy/readwrite/UAI.py
+${PYSITELIB}/pgmpy/readwrite/UAI.pyc
+${PYSITELIB}/pgmpy/readwrite/UAI.pyo
+${PYSITELIB}/pgmpy/readwrite/XMLBIF.py
+${PYSITELIB}/pgmpy/readwrite/XMLBIF.pyc
+${PYSITELIB}/pgmpy/readwrite/XMLBIF.pyo
+${PYSITELIB}/pgmpy/readwrite/XMLBeliefNetwork.py
+${PYSITELIB}/pgmpy/readwrite/XMLBeliefNetwork.pyc
+${PYSITELIB}/pgmpy/readwrite/XMLBeliefNetwork.pyo
+${PYSITELIB}/pgmpy/readwrite/__init__.py
+${PYSITELIB}/pgmpy/readwrite/__init__.pyc
+${PYSITELIB}/pgmpy/readwrite/__init__.pyo
+${PYSITELIB}/pgmpy/tests/__init__.py
+${PYSITELIB}/pgmpy/tests/__init__.pyc
+${PYSITELIB}/pgmpy/tests/__init__.pyo
+${PYSITELIB}/pgmpy/tests/help_functions.py
+${PYSITELIB}/pgmpy/tests/help_functions.pyc
+${PYSITELIB}/pgmpy/tests/help_functions.pyo
+${PYSITELIB}/pgmpy/tests/test_base/__init__.py
+${PYSITELIB}/pgmpy/tests/test_base/__init__.pyc
+${PYSITELIB}/pgmpy/tests/test_base/__init__.pyo
+${PYSITELIB}/pgmpy/tests/test_base/test_DirectedGraph.py
+${PYSITELIB}/pgmpy/tests/test_base/test_DirectedGraph.pyc
+${PYSITELIB}/pgmpy/tests/test_base/test_DirectedGraph.pyo
+${PYSITELIB}/pgmpy/tests/test_base/test_UndirectedGraph.py
+${PYSITELIB}/pgmpy/tests/test_base/test_UndirectedGraph.pyc
+${PYSITELIB}/pgmpy/tests/test_base/test_UndirectedGraph.pyo
+${PYSITELIB}/pgmpy/tests/test_factors/__init__.py
+${PYSITELIB}/pgmpy/tests/test_factors/__init__.pyc
+${PYSITELIB}/pgmpy/tests/test_factors/__init__.pyo
+${PYSITELIB}/pgmpy/tests/test_factors/test_Factor.py
+${PYSITELIB}/pgmpy/tests/test_factors/test_Factor.pyc
+${PYSITELIB}/pgmpy/tests/test_factors/test_Factor.pyo
+${PYSITELIB}/pgmpy/tests/test_factors/test_FactorSet.py
+${PYSITELIB}/pgmpy/tests/test_factors/test_FactorSet.pyc
+${PYSITELIB}/pgmpy/tests/test_factors/test_FactorSet.pyo
+${PYSITELIB}/pgmpy/tests/test_independencies/__init__.py
+${PYSITELIB}/pgmpy/tests/test_independencies/__init__.pyc
+${PYSITELIB}/pgmpy/tests/test_independencies/__init__.pyo
+${PYSITELIB}/pgmpy/tests/test_independencies/test_Independencies.py
+${PYSITELIB}/pgmpy/tests/test_independencies/test_Independencies.pyc
+${PYSITELIB}/pgmpy/tests/test_independencies/test_Independencies.pyo
+${PYSITELIB}/pgmpy/tests/test_inference/__init__.py
+${PYSITELIB}/pgmpy/tests/test_inference/__init__.pyc
+${PYSITELIB}/pgmpy/tests/test_inference/__init__.pyo
+${PYSITELIB}/pgmpy/tests/test_inference/test_ExactInference.py
+${PYSITELIB}/pgmpy/tests/test_inference/test_ExactInference.pyc
+${PYSITELIB}/pgmpy/tests/test_inference/test_ExactInference.pyo
+${PYSITELIB}/pgmpy/tests/test_inference/test_Inference.py
+${PYSITELIB}/pgmpy/tests/test_inference/test_Inference.pyc
+${PYSITELIB}/pgmpy/tests/test_inference/test_Inference.pyo
+${PYSITELIB}/pgmpy/tests/test_inference/test_Mplp.py
+${PYSITELIB}/pgmpy/tests/test_inference/test_Mplp.pyc
+${PYSITELIB}/pgmpy/tests/test_inference/test_Mplp.pyo
+${PYSITELIB}/pgmpy/tests/test_inference/test_Sampling.py
+${PYSITELIB}/pgmpy/tests/test_inference/test_Sampling.pyc
+${PYSITELIB}/pgmpy/tests/test_inference/test_Sampling.pyo
+${PYSITELIB}/pgmpy/tests/test_inference/test_dbn_inference.py
+${PYSITELIB}/pgmpy/tests/test_inference/test_dbn_inference.pyc
+${PYSITELIB}/pgmpy/tests/test_inference/test_dbn_inference.pyo
+${PYSITELIB}/pgmpy/tests/test_models/__init__.py
+${PYSITELIB}/pgmpy/tests/test_models/__init__.pyc
+${PYSITELIB}/pgmpy/tests/test_models/__init__.pyo
+${PYSITELIB}/pgmpy/tests/test_models/test_BayesianModel.py
+${PYSITELIB}/pgmpy/tests/test_models/test_BayesianModel.pyc
+${PYSITELIB}/pgmpy/tests/test_models/test_BayesianModel.pyo
+${PYSITELIB}/pgmpy/tests/test_models/test_ClusterGraph.py
+${PYSITELIB}/pgmpy/tests/test_models/test_ClusterGraph.pyc
+${PYSITELIB}/pgmpy/tests/test_models/test_ClusterGraph.pyo
+${PYSITELIB}/pgmpy/tests/test_models/test_DynamicBayesianNetwork.py
+${PYSITELIB}/pgmpy/tests/test_models/test_DynamicBayesianNetwork.pyc
+${PYSITELIB}/pgmpy/tests/test_models/test_DynamicBayesianNetwork.pyo
+${PYSITELIB}/pgmpy/tests/test_models/test_FactorGraph.py
+${PYSITELIB}/pgmpy/tests/test_models/test_FactorGraph.pyc
+${PYSITELIB}/pgmpy/tests/test_models/test_FactorGraph.pyo
+${PYSITELIB}/pgmpy/tests/test_models/test_JunctionTree.py
+${PYSITELIB}/pgmpy/tests/test_models/test_JunctionTree.pyc
+${PYSITELIB}/pgmpy/tests/test_models/test_JunctionTree.pyo
+${PYSITELIB}/pgmpy/tests/test_models/test_MarkovChain.py
+${PYSITELIB}/pgmpy/tests/test_models/test_MarkovChain.pyc
+${PYSITELIB}/pgmpy/tests/test_models/test_MarkovChain.pyo
+${PYSITELIB}/pgmpy/tests/test_models/test_MarkovModel.py
+${PYSITELIB}/pgmpy/tests/test_models/test_MarkovModel.pyc
+${PYSITELIB}/pgmpy/tests/test_models/test_MarkovModel.pyo
+${PYSITELIB}/pgmpy/tests/test_models/test_NaiveBayes.py
+${PYSITELIB}/pgmpy/tests/test_models/test_NaiveBayes.pyc
+${PYSITELIB}/pgmpy/tests/test_models/test_NaiveBayes.pyo
+${PYSITELIB}/pgmpy/tests/test_models/test_NoisyOrModels.py
+${PYSITELIB}/pgmpy/tests/test_models/test_NoisyOrModels.pyc
+${PYSITELIB}/pgmpy/tests/test_models/test_NoisyOrModels.pyo
+${PYSITELIB}/pgmpy/tests/test_readwrite/__init__.py
+${PYSITELIB}/pgmpy/tests/test_readwrite/__init__.pyc
+${PYSITELIB}/pgmpy/tests/test_readwrite/__init__.pyo
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_BIF.py
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_BIF.pyc
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_BIF.pyo
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_PomdpX.py
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_PomdpX.pyc
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_PomdpX.pyo
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_ProbModelXML.py
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_ProbModelXML.pyc
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_ProbModelXML.pyo
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_UAI.py
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_UAI.pyc
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_UAI.pyo
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_XMLBIF.py
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_XMLBIF.pyc
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_XMLBIF.pyo
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_XMLBeliefNetwork.py
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_XMLBeliefNetwork.pyc
+${PYSITELIB}/pgmpy/tests/test_readwrite/test_XMLBeliefNetwork.pyo
+${PYSITELIB}/pgmpy/utils/__init__.py
+${PYSITELIB}/pgmpy/utils/__init__.pyc
+${PYSITELIB}/pgmpy/utils/__init__.pyo
+${PYSITELIB}/pgmpy/utils/mathext.py
+${PYSITELIB}/pgmpy/utils/mathext.pyc
+${PYSITELIB}/pgmpy/utils/mathext.pyo
diff --git a/py-pgmpy/distinfo b/py-pgmpy/distinfo
new file mode 100644
index 0000000..15ae3a4
--- /dev/null
+++ b/py-pgmpy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pgmpy-0.1.2.tar.gz) = 14ef913851e7fe746febdbf18d2635de5a2c92f6
+RMD160 (pgmpy-0.1.2.tar.gz) = 1bbdcd3e07aa3f2375bab99ebe76d17e5c3542e0
+SHA512 (pgmpy-0.1.2.tar.gz) = 8c4e8fd2e7f3cbf2b1c626652008e6cebd319d1966730db500d123a56837fe3003af273a5205116b6b20ec0fc99ec2e20f10c914c401fef8c02ea476486012cd
+Size (pgmpy-0.1.2.tar.gz) = 147467 bytes
diff --git a/py-pulsar/Makefile b/py-pulsar/Makefile
index 5569cd9..291bba1 100644
--- a/py-pulsar/Makefile
+++ b/py-pulsar/Makefile
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.1 2015/06/16 22:28:52 jihbed Exp $
+# $NetBSD$
 
-DISTNAME=	pulsar-1.0.2
+DISTNAME=	pulsar-1.4.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pulsar/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://files.pythonhosted.org/packages/source/p/pulsar/
+HOMEPAGE=	https://github.com/quantmind/pulsar
 COMMENT=	Event driven concurrent framework for Python
 LICENSE=	2-clause-bsd
 
-USE_LANGUAGES=	# none
+DEPENDS+=	${PYPKGPREFIX}-greenlet>=0.4.9:../../devel/py-greenlet
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.10.0:../../devel/py-requests
 
-.include "../../lang/python/distutils.mk"
+WRKSRC=	${WRKDIR}/pulsar-1.4.1
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-pulsar/PLIST b/py-pulsar/PLIST
index 69d6da9..48d96a5 100644
--- a/py-pulsar/PLIST
+++ b/py-pulsar/PLIST
@@ -1,287 +1 @@
-@comment $NetBSD: PLIST,v 1.1 2015/06/16 22:28:52 jihbed Exp $
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
-${PYSITELIB}/pulsar/__init__.py
-${PYSITELIB}/pulsar/__init__.pyc
-${PYSITELIB}/pulsar/__init__.pyo
-${PYSITELIB}/pulsar/apps/__init__.py
-${PYSITELIB}/pulsar/apps/data/__init__.py
-${PYSITELIB}/pulsar/apps/data/__init__.pyc
-${PYSITELIB}/pulsar/apps/data/__init__.pyo
-${PYSITELIB}/pulsar/apps/data/pulsards/__init__.py
-${PYSITELIB}/pulsar/apps/data/pulsards/__init__.pyc
-${PYSITELIB}/pulsar/apps/data/pulsards/__init__.pyo
-${PYSITELIB}/pulsar/apps/data/pulsards/startds.py
-${PYSITELIB}/pulsar/apps/data/redis/__init__.py
-${PYSITELIB}/pulsar/apps/data/redis/__init__.pyc
-${PYSITELIB}/pulsar/apps/data/redis/__init__.pyo
-${PYSITELIB}/pulsar/apps/data/redis/client.py
-${PYSITELIB}/pulsar/apps/data/redis/client.pyc
-${PYSITELIB}/pulsar/apps/data/redis/client.pyo
-${PYSITELIB}/pulsar/apps/data/redis/pubsub.py
-${PYSITELIB}/pulsar/apps/data/redis/store.py
-${PYSITELIB}/pulsar/apps/data/store.py
-${PYSITELIB}/pulsar/apps/ds/__init__.py
-${PYSITELIB}/pulsar/apps/ds/__init__.pyc
-${PYSITELIB}/pulsar/apps/ds/__init__.pyo
-${PYSITELIB}/pulsar/apps/ds/client.py
-${PYSITELIB}/pulsar/apps/ds/client.pyc
-${PYSITELIB}/pulsar/apps/ds/client.pyo
-${PYSITELIB}/pulsar/apps/ds/parser.py
-${PYSITELIB}/pulsar/apps/ds/parser.pyc
-${PYSITELIB}/pulsar/apps/ds/parser.pyo
-${PYSITELIB}/pulsar/apps/ds/pyparser.py
-${PYSITELIB}/pulsar/apps/ds/pyparser.pyc
-${PYSITELIB}/pulsar/apps/ds/pyparser.pyo
-${PYSITELIB}/pulsar/apps/ds/server.py
-${PYSITELIB}/pulsar/apps/ds/server.pyc
-${PYSITELIB}/pulsar/apps/ds/server.pyo
-${PYSITELIB}/pulsar/apps/ds/utils.py
-${PYSITELIB}/pulsar/apps/ds/utils.pyc
-${PYSITELIB}/pulsar/apps/ds/utils.pyo
-${PYSITELIB}/pulsar/apps/greenio/__init__.py
-${PYSITELIB}/pulsar/apps/http/__init__.py
-${PYSITELIB}/pulsar/apps/http/auth.py
-${PYSITELIB}/pulsar/apps/http/auth.pyc
-${PYSITELIB}/pulsar/apps/http/auth.pyo
-${PYSITELIB}/pulsar/apps/http/oauth.py
-${PYSITELIB}/pulsar/apps/http/oauth.pyc
-${PYSITELIB}/pulsar/apps/http/oauth.pyo
-${PYSITELIB}/pulsar/apps/http/plugins.py
-${PYSITELIB}/pulsar/apps/proxy/__init__.py
-${PYSITELIB}/pulsar/apps/pulse/__init__.py
-${PYSITELIB}/pulsar/apps/pulse/__init__.pyc
-${PYSITELIB}/pulsar/apps/pulse/__init__.pyo
-${PYSITELIB}/pulsar/apps/pulse/management/__init__.py
-${PYSITELIB}/pulsar/apps/pulse/management/__init__.pyc
-${PYSITELIB}/pulsar/apps/pulse/management/__init__.pyo
-${PYSITELIB}/pulsar/apps/pulse/management/commands/__init__.py
-${PYSITELIB}/pulsar/apps/pulse/management/commands/__init__.pyc
-${PYSITELIB}/pulsar/apps/pulse/management/commands/__init__.pyo
-${PYSITELIB}/pulsar/apps/pulse/management/commands/pulse.py
-${PYSITELIB}/pulsar/apps/pulse/management/commands/pulse.pyc
-${PYSITELIB}/pulsar/apps/pulse/management/commands/pulse.pyo
-${PYSITELIB}/pulsar/apps/rpc/__init__.py
-${PYSITELIB}/pulsar/apps/rpc/__init__.pyc
-${PYSITELIB}/pulsar/apps/rpc/__init__.pyo
-${PYSITELIB}/pulsar/apps/rpc/handlers.py
-${PYSITELIB}/pulsar/apps/rpc/handlers.pyc
-${PYSITELIB}/pulsar/apps/rpc/handlers.pyo
-${PYSITELIB}/pulsar/apps/rpc/jsonrpc.py
-${PYSITELIB}/pulsar/apps/rpc/mixins.py
-${PYSITELIB}/pulsar/apps/socket/__init__.py
-${PYSITELIB}/pulsar/apps/test/__init__.py
-${PYSITELIB}/pulsar/apps/test/__init__.pyc
-${PYSITELIB}/pulsar/apps/test/__init__.pyo
-${PYSITELIB}/pulsar/apps/test/cov.py
-${PYSITELIB}/pulsar/apps/test/cov.pyc
-${PYSITELIB}/pulsar/apps/test/cov.pyo
-${PYSITELIB}/pulsar/apps/test/loader.py
-${PYSITELIB}/pulsar/apps/test/loader.pyc
-${PYSITELIB}/pulsar/apps/test/loader.pyo
-${PYSITELIB}/pulsar/apps/test/plugins/__init__.py
-${PYSITELIB}/pulsar/apps/test/plugins/__init__.pyc
-${PYSITELIB}/pulsar/apps/test/plugins/__init__.pyo
-${PYSITELIB}/pulsar/apps/test/plugins/base.py
-${PYSITELIB}/pulsar/apps/test/plugins/bench.py
-${PYSITELIB}/pulsar/apps/test/plugins/bench.pyc
-${PYSITELIB}/pulsar/apps/test/plugins/bench.pyo
-${PYSITELIB}/pulsar/apps/test/plugins/htmlfiles/profile/index.html
-${PYSITELIB}/pulsar/apps/test/plugins/htmlfiles/profile/jquery.tablesorter.min.js
-${PYSITELIB}/pulsar/apps/test/plugins/htmlfiles/profile/profile.js
-${PYSITELIB}/pulsar/apps/test/plugins/htmlfiles/profile/style.css
-${PYSITELIB}/pulsar/apps/test/plugins/profile.py
-${PYSITELIB}/pulsar/apps/test/plugins/profile.pyc
-${PYSITELIB}/pulsar/apps/test/plugins/profile.pyo
-${PYSITELIB}/pulsar/apps/test/populate.py
-${PYSITELIB}/pulsar/apps/test/populate.pyc
-${PYSITELIB}/pulsar/apps/test/populate.pyo
-${PYSITELIB}/pulsar/apps/test/result.py
-${PYSITELIB}/pulsar/apps/test/result.pyc
-${PYSITELIB}/pulsar/apps/test/result.pyo
-${PYSITELIB}/pulsar/apps/test/runner.py
-${PYSITELIB}/pulsar/apps/test/utils.py
-${PYSITELIB}/pulsar/apps/test/wsgi.py
-${PYSITELIB}/pulsar/apps/test/wsgi.pyc
-${PYSITELIB}/pulsar/apps/test/wsgi.pyo
-${PYSITELIB}/pulsar/apps/ws/__init__.py
-${PYSITELIB}/pulsar/apps/ws/__init__.pyc
-${PYSITELIB}/pulsar/apps/ws/__init__.pyo
-${PYSITELIB}/pulsar/apps/ws/extensions.py
-${PYSITELIB}/pulsar/apps/ws/extensions.pyc
-${PYSITELIB}/pulsar/apps/ws/extensions.pyo
-${PYSITELIB}/pulsar/apps/ws/websocket.py
-${PYSITELIB}/pulsar/apps/ws/websocket.pyc
-${PYSITELIB}/pulsar/apps/ws/websocket.pyo
-${PYSITELIB}/pulsar/apps/wsgi/__init__.py
-${PYSITELIB}/pulsar/apps/wsgi/__init__.pyc
-${PYSITELIB}/pulsar/apps/wsgi/__init__.pyo
-${PYSITELIB}/pulsar/apps/wsgi/auth.py
-${PYSITELIB}/pulsar/apps/wsgi/auth.pyc
-${PYSITELIB}/pulsar/apps/wsgi/auth.pyo
-${PYSITELIB}/pulsar/apps/wsgi/content.py
-${PYSITELIB}/pulsar/apps/wsgi/handlers.py
-${PYSITELIB}/pulsar/apps/wsgi/html.py
-${PYSITELIB}/pulsar/apps/wsgi/html.pyc
-${PYSITELIB}/pulsar/apps/wsgi/html.pyo
-${PYSITELIB}/pulsar/apps/wsgi/middleware.py
-${PYSITELIB}/pulsar/apps/wsgi/middleware.pyc
-${PYSITELIB}/pulsar/apps/wsgi/middleware.pyo
-${PYSITELIB}/pulsar/apps/wsgi/response.py
-${PYSITELIB}/pulsar/apps/wsgi/response.pyc
-${PYSITELIB}/pulsar/apps/wsgi/response.pyo
-${PYSITELIB}/pulsar/apps/wsgi/route.py
-${PYSITELIB}/pulsar/apps/wsgi/route.pyc
-${PYSITELIB}/pulsar/apps/wsgi/route.pyo
-${PYSITELIB}/pulsar/apps/wsgi/routers.py
-${PYSITELIB}/pulsar/apps/wsgi/server.py
-${PYSITELIB}/pulsar/apps/wsgi/structures.py
-${PYSITELIB}/pulsar/apps/wsgi/structures.pyc
-${PYSITELIB}/pulsar/apps/wsgi/structures.pyo
-${PYSITELIB}/pulsar/apps/wsgi/utils.py
-${PYSITELIB}/pulsar/apps/wsgi/utils.pyc
-${PYSITELIB}/pulsar/apps/wsgi/utils.pyo
-${PYSITELIB}/pulsar/apps/wsgi/wrappers.py
-${PYSITELIB}/pulsar/apps/wsgi/wrappers.pyc
-${PYSITELIB}/pulsar/apps/wsgi/wrappers.pyo
-${PYSITELIB}/pulsar/async/__init__.py
-${PYSITELIB}/pulsar/async/__init__.pyc
-${PYSITELIB}/pulsar/async/__init__.pyo
-${PYSITELIB}/pulsar/async/access.py
-${PYSITELIB}/pulsar/async/access.pyc
-${PYSITELIB}/pulsar/async/access.pyo
-${PYSITELIB}/pulsar/async/actor.py
-${PYSITELIB}/pulsar/async/actor.pyc
-${PYSITELIB}/pulsar/async/actor.pyo
-${PYSITELIB}/pulsar/async/clients.py
-${PYSITELIB}/pulsar/async/commands.py
-${PYSITELIB}/pulsar/async/concurrency.py
-${PYSITELIB}/pulsar/async/consts.py
-${PYSITELIB}/pulsar/async/consts.pyc
-${PYSITELIB}/pulsar/async/consts.pyo
-${PYSITELIB}/pulsar/async/cov.py
-${PYSITELIB}/pulsar/async/cov.pyc
-${PYSITELIB}/pulsar/async/cov.pyo
-${PYSITELIB}/pulsar/async/events.py
-${PYSITELIB}/pulsar/async/events.pyc
-${PYSITELIB}/pulsar/async/events.pyo
-${PYSITELIB}/pulsar/async/futures.py
-${PYSITELIB}/pulsar/async/mailbox.py
-${PYSITELIB}/pulsar/async/mixins.py
-${PYSITELIB}/pulsar/async/mixins.pyc
-${PYSITELIB}/pulsar/async/mixins.pyo
-${PYSITELIB}/pulsar/async/protocols.py
-${PYSITELIB}/pulsar/async/proxy.py
-${PYSITELIB}/pulsar/async/proxy.pyc
-${PYSITELIB}/pulsar/async/proxy.pyo
-${PYSITELIB}/pulsar/async/threads.py
-${PYSITELIB}/pulsar/async/threads.pyc
-${PYSITELIB}/pulsar/async/threads.pyo
-${PYSITELIB}/pulsar/async/tracelogger.py
-${PYSITELIB}/pulsar/async/tracelogger.pyc
-${PYSITELIB}/pulsar/async/tracelogger.pyo
-${PYSITELIB}/pulsar/utils/__init__.py
-${PYSITELIB}/pulsar/utils/__init__.pyc
-${PYSITELIB}/pulsar/utils/__init__.pyo
-${PYSITELIB}/pulsar/utils/autoreload.py
-${PYSITELIB}/pulsar/utils/autoreload.pyc
-${PYSITELIB}/pulsar/utils/autoreload.pyo
-${PYSITELIB}/pulsar/utils/config.py
-${PYSITELIB}/pulsar/utils/exceptions.py
-${PYSITELIB}/pulsar/utils/exceptions.pyc
-${PYSITELIB}/pulsar/utils/exceptions.pyo
-${PYSITELIB}/pulsar/utils/html.py
-${PYSITELIB}/pulsar/utils/html.pyc
-${PYSITELIB}/pulsar/utils/html.pyo
-${PYSITELIB}/pulsar/utils/httpurl.py
-${PYSITELIB}/pulsar/utils/httpurl.pyc
-${PYSITELIB}/pulsar/utils/httpurl.pyo
-${PYSITELIB}/pulsar/utils/importer.py
-${PYSITELIB}/pulsar/utils/importer.pyc
-${PYSITELIB}/pulsar/utils/importer.pyo
-${PYSITELIB}/pulsar/utils/internet.py
-${PYSITELIB}/pulsar/utils/internet.pyc
-${PYSITELIB}/pulsar/utils/internet.pyo
-${PYSITELIB}/pulsar/utils/log.py
-${PYSITELIB}/pulsar/utils/log.pyc
-${PYSITELIB}/pulsar/utils/log.pyo
-${PYSITELIB}/pulsar/utils/multipart.py
-${PYSITELIB}/pulsar/utils/multipart.pyc
-${PYSITELIB}/pulsar/utils/multipart.pyo
-${PYSITELIB}/pulsar/utils/path.py
-${PYSITELIB}/pulsar/utils/path.pyc
-${PYSITELIB}/pulsar/utils/path.pyo
-${PYSITELIB}/pulsar/utils/pep.py
-${PYSITELIB}/pulsar/utils/pep.pyc
-${PYSITELIB}/pulsar/utils/pep.pyo
-${PYSITELIB}/pulsar/utils/security.py
-${PYSITELIB}/pulsar/utils/security.pyc
-${PYSITELIB}/pulsar/utils/security.pyo
-${PYSITELIB}/pulsar/utils/settings/__init__.py
-${PYSITELIB}/pulsar/utils/settings/__init__.pyc
-${PYSITELIB}/pulsar/utils/settings/__init__.pyo
-${PYSITELIB}/pulsar/utils/settings/backend.py
-${PYSITELIB}/pulsar/utils/settings/backend.pyc
-${PYSITELIB}/pulsar/utils/settings/backend.pyo
-${PYSITELIB}/pulsar/utils/slugify.py
-${PYSITELIB}/pulsar/utils/slugify.pyc
-${PYSITELIB}/pulsar/utils/slugify.pyo
-${PYSITELIB}/pulsar/utils/string.py
-${PYSITELIB}/pulsar/utils/string.pyc
-${PYSITELIB}/pulsar/utils/string.pyo
-${PYSITELIB}/pulsar/utils/structures/__init__.py
-${PYSITELIB}/pulsar/utils/structures/__init__.pyc
-${PYSITELIB}/pulsar/utils/structures/__init__.pyo
-${PYSITELIB}/pulsar/utils/structures/misc.py
-${PYSITELIB}/pulsar/utils/structures/misc.pyc
-${PYSITELIB}/pulsar/utils/structures/misc.pyo
-${PYSITELIB}/pulsar/utils/structures/skiplist.py
-${PYSITELIB}/pulsar/utils/structures/skiplist.pyc
-${PYSITELIB}/pulsar/utils/structures/skiplist.pyo
-${PYSITELIB}/pulsar/utils/structures/zset.py
-${PYSITELIB}/pulsar/utils/structures/zset.pyc
-${PYSITELIB}/pulsar/utils/structures/zset.pyo
-${PYSITELIB}/pulsar/utils/system/__init__.py
-${PYSITELIB}/pulsar/utils/system/__init__.pyc
-${PYSITELIB}/pulsar/utils/system/__init__.pyo
-${PYSITELIB}/pulsar/utils/system/base.py
-${PYSITELIB}/pulsar/utils/system/base.pyc
-${PYSITELIB}/pulsar/utils/system/base.pyo
-${PYSITELIB}/pulsar/utils/system/posixsystem.py
-${PYSITELIB}/pulsar/utils/system/posixsystem.pyc
-${PYSITELIB}/pulsar/utils/system/posixsystem.pyo
-${PYSITELIB}/pulsar/utils/system/runtime.py
-${PYSITELIB}/pulsar/utils/system/runtime.pyc
-${PYSITELIB}/pulsar/utils/system/runtime.pyo
-${PYSITELIB}/pulsar/utils/system/windowssystem.py
-${PYSITELIB}/pulsar/utils/system/windowssystem.pyc
-${PYSITELIB}/pulsar/utils/system/windowssystem.pyo
-${PYSITELIB}/pulsar/utils/system/winprocess.py
-${PYSITELIB}/pulsar/utils/system/winprocess.pyc
-${PYSITELIB}/pulsar/utils/system/winprocess.pyo
-${PYSITELIB}/pulsar/utils/system/winservice.py
-${PYSITELIB}/pulsar/utils/system/winservice.pyc
-${PYSITELIB}/pulsar/utils/system/winservice.pyo
-${PYSITELIB}/pulsar/utils/tools/__init__.py
-${PYSITELIB}/pulsar/utils/tools/__init__.pyc
-${PYSITELIB}/pulsar/utils/tools/__init__.pyo
-${PYSITELIB}/pulsar/utils/tools/arity.py
-${PYSITELIB}/pulsar/utils/tools/arity.pyc
-${PYSITELIB}/pulsar/utils/tools/arity.pyo
-${PYSITELIB}/pulsar/utils/tools/numbers.py
-${PYSITELIB}/pulsar/utils/tools/numbers.pyc
-${PYSITELIB}/pulsar/utils/tools/numbers.pyo
-${PYSITELIB}/pulsar/utils/tools/pidfile.py
-${PYSITELIB}/pulsar/utils/tools/pidfile.pyc
-${PYSITELIB}/pulsar/utils/tools/pidfile.pyo
-${PYSITELIB}/pulsar/utils/tools/text.py
-${PYSITELIB}/pulsar/utils/tools/text.pyc
-${PYSITELIB}/pulsar/utils/tools/text.pyo
-${PYSITELIB}/pulsar/utils/version.py
-${PYSITELIB}/pulsar/utils/version.pyc
-${PYSITELIB}/pulsar/utils/version.pyo
-${PYSITELIB}/pulsar/utils/websocket.py
-${PYSITELIB}/pulsar/utils/websocket.pyc
-${PYSITELIB}/pulsar/utils/websocket.pyo
+@comment $NetBSD$
diff --git a/py-pulsar/distinfo b/py-pulsar/distinfo
index 74e4809..9a7732d 100644
--- a/py-pulsar/distinfo
+++ b/py-pulsar/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/06/16 22:28:52 jihbed Exp $
 
-SHA1 (pulsar-1.0.2.tar.gz) = e75b1b855c548bc2940a7db6be3589583211e093
-RMD160 (pulsar-1.0.2.tar.gz) = f143c99270637a3bfa6a414cc64377ab99c318b4
-Size (pulsar-1.0.2.tar.gz) = 1124851 bytes
+SHA1 (pulsar-1.4.1.tar.gz) = 6f37e873fe8617acf396450b29907d223e3bf172
+RMD160 (pulsar-1.4.1.tar.gz) = aa964e25b2beb2e083df0c1d5fe9c4f4bfafb2fb
+SHA512 (pulsar-1.4.1.tar.gz) = 5f835dcd2d65e286dbb1199d7d621b5c5386eea14686dedce2b9b59356283f520077001d053fe607b0933498b07473d51f71cdb476b1eac5d1c328392c430f79
+Size (pulsar-1.4.1.tar.gz) = 1422558 bytes
diff --git a/py-qexpy/Makefile b/py-qexpy/Makefile
index 54b1ce7..1ec7314 100644
--- a/py-qexpy/Makefile
+++ b/py-qexpy/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	qexpy-0.3.2
+DISTNAME=	qexpy-0.3.5
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_PYPI:=q/qexpy/}
diff --git a/py-qexpy/PLIST b/py-qexpy/PLIST
index 43c6533..21b3cad 100644
--- a/py-qexpy/PLIST
+++ b/py-qexpy/PLIST
@@ -7,11 +7,7 @@ ${PYSITELIB}/qexpy/_test.py
 ${PYSITELIB}/qexpy/_test.pyc
 ${PYSITELIB}/qexpy/_test.pyo
 ${PYSITELIB}/qexpy/error.py
-${PYSITELIB}/qexpy/error.pyc
-${PYSITELIB}/qexpy/error.pyo
 ${PYSITELIB}/qexpy/error_operations.py
-${PYSITELIB}/qexpy/error_operations.pyc
-${PYSITELIB}/qexpy/error_operations.pyo
 ${PYSITELIB}/qexpy/fitting.py
 ${PYSITELIB}/qexpy/fitting.pyc
 ${PYSITELIB}/qexpy/fitting.pyo
diff --git a/py-qexpy/distinfo b/py-qexpy/distinfo
index a6d55d1..7c67713 100644
--- a/py-qexpy/distinfo
+++ b/py-qexpy/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qexpy-0.3.2.tar.gz) = 6356f3e9154fd0806983a207be10c16ced2abf72
-RMD160 (qexpy-0.3.2.tar.gz) = 8f3d0767d0f8db54e13e6174f1baebc4fda69f9f
-SHA512 (qexpy-0.3.2.tar.gz) = 0d0e0f3e67230ed7778282b2295312be9f0f63a80f99ac59ee3eb1b43d29fb80b79e38235d331cc38c9bb8889afcad3eebe8c797defd147945f6ca2d19df1969
-Size (qexpy-0.3.2.tar.gz) = 31917 bytes
+SHA1 (qexpy-0.3.5.tar.gz) = 66b0f2aa6a11776f3228a9cec0d0220afc7f24ac
+RMD160 (qexpy-0.3.5.tar.gz) = fd671a038908464590b63f041e9b09bdf9278775
+SHA512 (qexpy-0.3.5.tar.gz) = fe93abf4558f41ad9f7c3237fa434ef30e2bdc1074c38617daa454a2c0d7ee21619a0b897a721dc313027204cf4584d8edd3eddeb0d4bedd54fe99e806c907e1
+Size (qexpy-0.3.5.tar.gz) = 32382 bytes
diff --git a/py-recommonmark/DESCR b/py-recommonmark/DESCR
new file mode 100644
index 0000000..0b5eccb
--- /dev/null
+++ b/py-recommonmark/DESCR
@@ -0,0 +1 @@
+The ReCommonMark Markdown spec
diff --git a/py-recommonmark/Makefile b/py-recommonmark/Makefile
new file mode 100644
index 0000000..fda6162
--- /dev/null
+++ b/py-recommonmark/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	recommonmark-0.4.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www textproc
+MASTER_SITES=	https://pypi.python.org/packages/3d/95/aa1085573adf3dc7b164ae8569d57b1af5e98922e40345bb7efffed5ad2e/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/recommonmark
+COMMENT=	The ReCommonMark Markdown spec
+#LICENSE=	# TODO: (see mk/license.mk)
+
+DEPENDS+=	${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
+DEPENDS+=	${PYPKGPREFIX}-commonmark>=0.7.2:../../wip/py-commonmark
+
+WRKSRC=		${WRKDIR}/recommonmark-0.4.0
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-recommonmark/PLIST b/py-recommonmark/PLIST
new file mode 100644
index 0000000..4fb0064
--- /dev/null
+++ b/py-recommonmark/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD$
+bin/cm2html
+bin/cm2latex
+bin/cm2man
+bin/cm2pseudoxml
+bin/cm2xetex
+bin/cm2xml
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/recommonmark/__init__.py
+${PYSITELIB}/recommonmark/__init__.pyc
+${PYSITELIB}/recommonmark/__init__.pyo
+${PYSITELIB}/recommonmark/parser.py
+${PYSITELIB}/recommonmark/parser.pyc
+${PYSITELIB}/recommonmark/parser.pyo
+${PYSITELIB}/recommonmark/scripts.py
+${PYSITELIB}/recommonmark/scripts.pyc
+${PYSITELIB}/recommonmark/scripts.pyo
+${PYSITELIB}/recommonmark/states.py
+${PYSITELIB}/recommonmark/states.pyc
+${PYSITELIB}/recommonmark/states.pyo
+${PYSITELIB}/recommonmark/transform.py
+${PYSITELIB}/recommonmark/transform.pyc
+${PYSITELIB}/recommonmark/transform.pyo
diff --git a/py-recommonmark/distinfo b/py-recommonmark/distinfo
new file mode 100644
index 0000000..e8c5f07
--- /dev/null
+++ b/py-recommonmark/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (recommonmark-0.4.0.tar.gz) = fde7ab7f2bbb3f14237f1479be8808869b45adb5
+RMD160 (recommonmark-0.4.0.tar.gz) = e99bfa7bc81ee33ca1c6e7153e9a781495c8529d
+SHA512 (recommonmark-0.4.0.tar.gz) = 30d900840093c9ee2c1a322aeaba64c06c6f236e4c86a8d7604edc7d9fb0e78d66387f844619364d9253585db3f38d212242d2798153f343bc01ad281c146c9c
+Size (recommonmark-0.4.0.tar.gz) = 7112 bytes


Home | Main Index | Thread Index | Old Index