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

This commit is contained in:
K.I.A.Derouiche 2016-09-10 01:47:26 +00:00
parent e7a54b5b25
commit 8b995e0f0a
37 changed files with 788 additions and 310 deletions

5
py-bandicoot/DESCR Normal file
View file

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

20
py-bandicoot/Makefile Normal file
View file

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

105
py-bandicoot/PLIST Normal file
View file

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

6
py-bandicoot/distinfo Normal file
View file

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

0
py-colormath/DESCR Normal file
View file

21
py-colormath/Makefile Normal file
View file

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

42
py-colormath/PLIST Normal file
View file

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

6
py-colormath/distinfo Normal file
View file

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

2
py-commonmark/DESCR Normal file
View file

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

21
py-commonmark/Makefile Normal file
View file

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

56
py-commonmark/PLIST Normal file
View file

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

6
py-commonmark/distinfo Normal file
View file

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

View file

@ -0,0 +1,2 @@
This is a collection of Python modules which contain tools that are
helpful for a dynamicist

View file

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

View file

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

View file

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

View file

@ -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
HOMEPAGE= https://github.com/CalebBell/fluids

View file

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

View file

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

1
py-parserutils/DESCR Normal file
View file

@ -0,0 +1 @@
A collection of performant parsing utilities

22
py-parserutils/Makefile Normal file
View file

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

51
py-parserutils/PLIST Normal file
View file

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

6
py-parserutils/distinfo Normal file
View file

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

1
py-pgmpy/DESCR Normal file
View file

@ -0,0 +1 @@
A library for Probabilistic Graphical Models

22
py-pgmpy/Makefile Normal file
View file

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

237
py-pgmpy/PLIST Normal file
View file

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

6
py-pgmpy/distinfo Normal file
View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

1
py-recommonmark/DESCR Normal file
View file

@ -0,0 +1 @@
The ReCommonMark Markdown spec

21
py-recommonmark/Makefile Normal file
View file

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

28
py-recommonmark/PLIST Normal file
View file

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

6
py-recommonmark/distinfo Normal file
View file

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