pkgsrc-WIP-changes archive

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

+(py-cnfgen, py-fcn, py-graphs, py-propyte, py-technicolor)



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Sep 25 23:06:54 2016 +0000
Changeset:	9824a32fc380adb2fbcf5e83a020592ca5db3a78

Added Files:
	py-cnfgen/DESCR
	py-cnfgen/Makefile
	py-cnfgen/PLIST
	py-cnfgen/distinfo
	py-fcn/DESCR
	py-fcn/Makefile
	py-fcn/PLIST
	py-fcn/distinfo
	py-graphs/DESCR
	py-graphs/Makefile
	py-graphs/PLIST
	py-graphs/distinfo
	py-propyte/DESCR
	py-propyte/Makefile
	py-propyte/PLIST
	py-propyte/distinfo
	py-technicolor/DESCR
	py-technicolor/Makefile
	py-technicolor/PLIST
	py-technicolor/distinfo

Log Message:
+(py-cnfgen, py-fcn, py-graphs, py-propyte, py-technicolor)

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

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

diffstat:
 py-cnfgen/DESCR         |   1 +
 py-cnfgen/Makefile      |  21 ++++++
 py-cnfgen/PLIST         |  97 ++++++++++++++++++++++++
 py-cnfgen/distinfo      |   6 ++
 py-fcn/DESCR            |   1 +
 py-fcn/Makefile         |  16 ++++
 py-fcn/PLIST            |  38 ++++++++++
 py-fcn/distinfo         |   6 ++
 py-graphs/DESCR         |   1 +
 py-graphs/Makefile      |  21 ++++++
 py-graphs/PLIST         | 190 ++++++++++++++++++++++++++++++++++++++++++++++++
 py-graphs/distinfo      |   6 ++
 py-propyte/DESCR        |   0
 py-propyte/Makefile     |  20 +++++
 py-propyte/PLIST        |  11 +++
 py-propyte/distinfo     |   6 ++
 py-technicolor/DESCR    |   2 +
 py-technicolor/Makefile |  16 ++++
 py-technicolor/PLIST    |  10 +++
 py-technicolor/distinfo |   6 ++
 20 files changed, 475 insertions(+)

diffs:
diff --git a/py-cnfgen/DESCR b/py-cnfgen/DESCR
new file mode 100644
index 0000000..a5d42ac
--- /dev/null
+++ b/py-cnfgen/DESCR
@@ -0,0 +1 @@
+CNF formula generator
diff --git a/py-cnfgen/Makefile b/py-cnfgen/Makefile
new file mode 100644
index 0000000..5849b1a
--- /dev/null
+++ b/py-cnfgen/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	CNFgen-0.7.1
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/69/77/cc550fb40563ea69341ae17f2a0021f584259b5e885c493fdff570f619e8/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://massimolauria.github.io/cnfgen
+COMMENT=	CNF formula generator
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-pyparsing>=2.1.8:../../devel/py-pyparsing
+DEPENDS+=	${PYPKGPREFIX}-networkx>=1.11:../../math/py-networkx
+
+WRKSRC=		${WRKDIR}/CNFgen-0.7.1
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cnfgen/PLIST b/py-cnfgen/PLIST
new file mode 100644
index 0000000..02c27d1
--- /dev/null
+++ b/py-cnfgen/PLIST
@@ -0,0 +1,97 @@
+@comment $NetBSD$
+bin/cnfgen
+bin/cnfshuffle
+bin/cnftransform
+${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}/cnfformula/__init__.py
+${PYSITELIB}/cnfformula/__init__.pyc
+${PYSITELIB}/cnfformula/__init__.pyo
+${PYSITELIB}/cnfformula/cmdline.py
+${PYSITELIB}/cnfformula/cmdline.pyc
+${PYSITELIB}/cnfformula/cmdline.pyo
+${PYSITELIB}/cnfformula/cnf.py
+${PYSITELIB}/cnfformula/cnf.pyc
+${PYSITELIB}/cnfformula/cnf.pyo
+${PYSITELIB}/cnfformula/cnfgen.py
+${PYSITELIB}/cnfformula/cnfgen.pyc
+${PYSITELIB}/cnfformula/cnfgen.pyo
+${PYSITELIB}/cnfformula/families/__init__.py
+${PYSITELIB}/cnfformula/families/__init__.pyc
+${PYSITELIB}/cnfformula/families/__init__.pyo
+${PYSITELIB}/cnfformula/families/cliquecoloring.py
+${PYSITELIB}/cnfformula/families/cliquecoloring.pyc
+${PYSITELIB}/cnfformula/families/cliquecoloring.pyo
+${PYSITELIB}/cnfformula/families/coloring.py
+${PYSITELIB}/cnfformula/families/coloring.pyc
+${PYSITELIB}/cnfformula/families/coloring.pyo
+${PYSITELIB}/cnfformula/families/counting.py
+${PYSITELIB}/cnfformula/families/counting.pyc
+${PYSITELIB}/cnfformula/families/counting.pyo
+${PYSITELIB}/cnfformula/families/dominatingset.py
+${PYSITELIB}/cnfformula/families/dominatingset.pyc
+${PYSITELIB}/cnfformula/families/dominatingset.pyo
+${PYSITELIB}/cnfformula/families/graphisomorphism.py
+${PYSITELIB}/cnfformula/families/graphisomorphism.pyc
+${PYSITELIB}/cnfformula/families/graphisomorphism.pyo
+${PYSITELIB}/cnfformula/families/ordering.py
+${PYSITELIB}/cnfformula/families/ordering.pyc
+${PYSITELIB}/cnfformula/families/ordering.pyo
+${PYSITELIB}/cnfformula/families/pebbling.py
+${PYSITELIB}/cnfformula/families/pebbling.pyc
+${PYSITELIB}/cnfformula/families/pebbling.pyo
+${PYSITELIB}/cnfformula/families/pigeonhole.py
+${PYSITELIB}/cnfformula/families/pigeonhole.pyc
+${PYSITELIB}/cnfformula/families/pigeonhole.pyo
+${PYSITELIB}/cnfformula/families/ramsey.py
+${PYSITELIB}/cnfformula/families/ramsey.pyc
+${PYSITELIB}/cnfformula/families/ramsey.pyo
+${PYSITELIB}/cnfformula/families/randomformulas.py
+${PYSITELIB}/cnfformula/families/randomformulas.pyc
+${PYSITELIB}/cnfformula/families/randomformulas.pyo
+${PYSITELIB}/cnfformula/families/simple.py
+${PYSITELIB}/cnfformula/families/simple.pyc
+${PYSITELIB}/cnfformula/families/simple.pyo
+${PYSITELIB}/cnfformula/families/subgraph.py
+${PYSITELIB}/cnfformula/families/subgraph.pyc
+${PYSITELIB}/cnfformula/families/subgraph.pyo
+${PYSITELIB}/cnfformula/families/subsetcardinality.py
+${PYSITELIB}/cnfformula/families/subsetcardinality.pyc
+${PYSITELIB}/cnfformula/families/subsetcardinality.pyo
+${PYSITELIB}/cnfformula/families/tseitin.py
+${PYSITELIB}/cnfformula/families/tseitin.pyc
+${PYSITELIB}/cnfformula/families/tseitin.pyo
+${PYSITELIB}/cnfformula/graphs.py
+${PYSITELIB}/cnfformula/graphs.pyc
+${PYSITELIB}/cnfformula/graphs.pyo
+${PYSITELIB}/cnfformula/prjdata.py
+${PYSITELIB}/cnfformula/prjdata.pyc
+${PYSITELIB}/cnfformula/prjdata.pyo
+${PYSITELIB}/cnfformula/transformations/__init__.py
+${PYSITELIB}/cnfformula/transformations/__init__.pyc
+${PYSITELIB}/cnfformula/transformations/__init__.pyo
+${PYSITELIB}/cnfformula/transformations/shuffle.py
+${PYSITELIB}/cnfformula/transformations/shuffle.pyc
+${PYSITELIB}/cnfformula/transformations/shuffle.pyo
+${PYSITELIB}/cnfformula/transformations/substitutions.py
+${PYSITELIB}/cnfformula/transformations/substitutions.pyc
+${PYSITELIB}/cnfformula/transformations/substitutions.pyo
+${PYSITELIB}/cnfformula/utils/__init__.py
+${PYSITELIB}/cnfformula/utils/__init__.pyc
+${PYSITELIB}/cnfformula/utils/__init__.pyo
+${PYSITELIB}/cnfformula/utils/cnfshuffle.py
+${PYSITELIB}/cnfformula/utils/cnfshuffle.pyc
+${PYSITELIB}/cnfformula/utils/cnfshuffle.pyo
+${PYSITELIB}/cnfformula/utils/dimacstransform.py
+${PYSITELIB}/cnfformula/utils/dimacstransform.pyc
+${PYSITELIB}/cnfformula/utils/dimacstransform.pyo
+${PYSITELIB}/cnfformula/utils/kthlist2pebbling.py
+${PYSITELIB}/cnfformula/utils/kthlist2pebbling.pyc
+${PYSITELIB}/cnfformula/utils/kthlist2pebbling.pyo
+${PYSITELIB}/cnfformula/utils/solver.py
+${PYSITELIB}/cnfformula/utils/solver.pyc
+${PYSITELIB}/cnfformula/utils/solver.pyo
diff --git a/py-cnfgen/distinfo b/py-cnfgen/distinfo
new file mode 100644
index 0000000..1e5fd88
--- /dev/null
+++ b/py-cnfgen/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (CNFgen-0.7.1.tar.gz) = e2e4bb5b4dac50a9558fdbec629dbc73058e34fe
+RMD160 (CNFgen-0.7.1.tar.gz) = 63e2b043732d38d9c754728adf61b28531b19a0f
+SHA512 (CNFgen-0.7.1.tar.gz) = c5029605ba5cb9edbe6de525aa694557c25aade55f36a03dd4ec4741c2202bbae6e26b5549f80db34be4510b86ee8da7475be91adda4b8dcb24bc1b005f49df3
+Size (CNFgen-0.7.1.tar.gz) = 67155 bytes
diff --git a/py-fcn/DESCR b/py-fcn/DESCR
new file mode 100644
index 0000000..792095b
--- /dev/null
+++ b/py-fcn/DESCR
@@ -0,0 +1 @@
+Fully Convolutional Networks
diff --git a/py-fcn/Makefile b/py-fcn/Makefile
new file mode 100644
index 0000000..d3e7849
--- /dev/null
+++ b/py-fcn/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	fcn-4.0.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/b5/1d/7ede6cf7a6a2ab13b5dcaff9d0ecf4ce1f6d10169fdf0eaf6caa16bd1677/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	http://github.com/wkentaro/fcn
+COMMENT=	Fully Convolutional Networks
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-fcn/PLIST b/py-fcn/PLIST
new file mode 100644
index 0000000..0e1ac4b
--- /dev/null
+++ b/py-fcn/PLIST
@@ -0,0 +1,38 @@
+@comment $NetBSD$
+bin/fcn_forward.py
+bin/fcn_install_trained_data.py
+${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}/fcn/__init__.py
+${PYSITELIB}/fcn/__init__.pyc
+${PYSITELIB}/fcn/__init__.pyo
+${PYSITELIB}/fcn/models/__init__.py
+${PYSITELIB}/fcn/models/__init__.pyc
+${PYSITELIB}/fcn/models/__init__.pyo
+${PYSITELIB}/fcn/models/fcn16s.py
+${PYSITELIB}/fcn/models/fcn16s.pyc
+${PYSITELIB}/fcn/models/fcn16s.pyo
+${PYSITELIB}/fcn/models/fcn32s.py
+${PYSITELIB}/fcn/models/fcn32s.pyc
+${PYSITELIB}/fcn/models/fcn32s.pyo
+${PYSITELIB}/fcn/models/fcn8s.py
+${PYSITELIB}/fcn/models/fcn8s.pyc
+${PYSITELIB}/fcn/models/fcn8s.pyo
+${PYSITELIB}/fcn/models/vgg16.py
+${PYSITELIB}/fcn/models/vgg16.pyc
+${PYSITELIB}/fcn/models/vgg16.pyo
+${PYSITELIB}/fcn/pascal.py
+${PYSITELIB}/fcn/pascal.pyc
+${PYSITELIB}/fcn/pascal.pyo
+${PYSITELIB}/fcn/setup.py
+${PYSITELIB}/fcn/setup.pyc
+${PYSITELIB}/fcn/setup.pyo
+${PYSITELIB}/fcn/trainer.py
+${PYSITELIB}/fcn/trainer.pyc
+${PYSITELIB}/fcn/trainer.pyo
+${PYSITELIB}/fcn/util.py
+${PYSITELIB}/fcn/util.pyc
+${PYSITELIB}/fcn/util.pyo
diff --git a/py-fcn/distinfo b/py-fcn/distinfo
new file mode 100644
index 0000000..23411de
--- /dev/null
+++ b/py-fcn/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (fcn-4.0.0.tar.gz) = 4c3035d22fe230a6ca27a3ac39ab910014b9f9a9
+RMD160 (fcn-4.0.0.tar.gz) = 6746c7ba7bcfa105b3e171e48d5276e61955c639
+SHA512 (fcn-4.0.0.tar.gz) = edea97e880860bb0994e5bf8a67c733e0be36275ca5e13fa44dc794a3dcc6a7e540eeb06087bc96eb2f38735a95a6f0783f0f1aac3bb0ecc2673747be79c4025
+Size (fcn-4.0.0.tar.gz) = 1212266 bytes
diff --git a/py-graphs/DESCR b/py-graphs/DESCR
new file mode 100644
index 0000000..2cd2c40
--- /dev/null
+++ b/py-graphs/DESCR
@@ -0,0 +1 @@
+A library for graph-based machine learning
diff --git a/py-graphs/Makefile b/py-graphs/Makefile
new file mode 100644
index 0000000..33b3915
--- /dev/null
+++ b/py-graphs/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	graphs-0.1.2
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=g/graphs/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	http://github.com/all-umass/graphs
+COMMENT=	Library for graph-based machine learning
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.0:../../math/py-scipy
+
+USE_LANGUAGES=	c c++
+
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"	
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-graphs/PLIST b/py-graphs/PLIST
new file mode 100644
index 0000000..4d42945
--- /dev/null
+++ b/py-graphs/PLIST
@@ -0,0 +1,190 @@
+@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}/graphs/__init__.py
+${PYSITELIB}/graphs/__init__.pyc
+${PYSITELIB}/graphs/__init__.pyo
+${PYSITELIB}/graphs/_version.py
+${PYSITELIB}/graphs/_version.pyc
+${PYSITELIB}/graphs/_version.pyo
+${PYSITELIB}/graphs/base/__init__.py
+${PYSITELIB}/graphs/base/__init__.pyc
+${PYSITELIB}/graphs/base/__init__.pyo
+${PYSITELIB}/graphs/base/adj.py
+${PYSITELIB}/graphs/base/adj.pyc
+${PYSITELIB}/graphs/base/adj.pyo
+${PYSITELIB}/graphs/base/base.py
+${PYSITELIB}/graphs/base/base.pyc
+${PYSITELIB}/graphs/base/base.pyo
+${PYSITELIB}/graphs/base/pairs.py
+${PYSITELIB}/graphs/base/pairs.pyc
+${PYSITELIB}/graphs/base/pairs.pyo
+${PYSITELIB}/graphs/base/tests/__init__.py
+${PYSITELIB}/graphs/base/tests/__init__.pyc
+${PYSITELIB}/graphs/base/tests/__init__.pyo
+${PYSITELIB}/graphs/base/tests/test_adj.py
+${PYSITELIB}/graphs/base/tests/test_adj.pyc
+${PYSITELIB}/graphs/base/tests/test_adj.pyo
+${PYSITELIB}/graphs/base/tests/test_base.py
+${PYSITELIB}/graphs/base/tests/test_base.pyc
+${PYSITELIB}/graphs/base/tests/test_base.pyo
+${PYSITELIB}/graphs/base/tests/test_pairs.py
+${PYSITELIB}/graphs/base/tests/test_pairs.pyc
+${PYSITELIB}/graphs/base/tests/test_pairs.pyo
+${PYSITELIB}/graphs/base/tests/test_static.py
+${PYSITELIB}/graphs/base/tests/test_static.pyc
+${PYSITELIB}/graphs/base/tests/test_static.pyo
+${PYSITELIB}/graphs/construction/__init__.py
+${PYSITELIB}/graphs/construction/__init__.pyc
+${PYSITELIB}/graphs/construction/__init__.pyo
+${PYSITELIB}/graphs/construction/_fast_paths.pyx
+${PYSITELIB}/graphs/construction/_fast_paths.so
+${PYSITELIB}/graphs/construction/b_matching.py
+${PYSITELIB}/graphs/construction/b_matching.pyc
+${PYSITELIB}/graphs/construction/b_matching.pyo
+${PYSITELIB}/graphs/construction/directed.py
+${PYSITELIB}/graphs/construction/directed.pyc
+${PYSITELIB}/graphs/construction/directed.pyo
+${PYSITELIB}/graphs/construction/downsample.py
+${PYSITELIB}/graphs/construction/downsample.pyc
+${PYSITELIB}/graphs/construction/downsample.pyo
+${PYSITELIB}/graphs/construction/geometric.py
+${PYSITELIB}/graphs/construction/geometric.pyc
+${PYSITELIB}/graphs/construction/geometric.pyo
+${PYSITELIB}/graphs/construction/incremental.py
+${PYSITELIB}/graphs/construction/incremental.pyc
+${PYSITELIB}/graphs/construction/incremental.pyo
+${PYSITELIB}/graphs/construction/msg.py
+${PYSITELIB}/graphs/construction/msg.pyc
+${PYSITELIB}/graphs/construction/msg.pyo
+${PYSITELIB}/graphs/construction/neighbors.py
+${PYSITELIB}/graphs/construction/neighbors.pyc
+${PYSITELIB}/graphs/construction/neighbors.pyo
+${PYSITELIB}/graphs/construction/regularized.py
+${PYSITELIB}/graphs/construction/regularized.pyc
+${PYSITELIB}/graphs/construction/regularized.pyo
+${PYSITELIB}/graphs/construction/saffron.py
+${PYSITELIB}/graphs/construction/saffron.pyc
+${PYSITELIB}/graphs/construction/saffron.pyo
+${PYSITELIB}/graphs/construction/spanning_tree.py
+${PYSITELIB}/graphs/construction/spanning_tree.pyc
+${PYSITELIB}/graphs/construction/spanning_tree.pyo
+${PYSITELIB}/graphs/construction/tests/__init__.py
+${PYSITELIB}/graphs/construction/tests/__init__.pyc
+${PYSITELIB}/graphs/construction/tests/__init__.pyo
+${PYSITELIB}/graphs/construction/tests/test_b_matching.py
+${PYSITELIB}/graphs/construction/tests/test_b_matching.pyc
+${PYSITELIB}/graphs/construction/tests/test_b_matching.pyo
+${PYSITELIB}/graphs/construction/tests/test_directed.py
+${PYSITELIB}/graphs/construction/tests/test_directed.pyc
+${PYSITELIB}/graphs/construction/tests/test_directed.pyo
+${PYSITELIB}/graphs/construction/tests/test_downsample.py
+${PYSITELIB}/graphs/construction/tests/test_downsample.pyc
+${PYSITELIB}/graphs/construction/tests/test_downsample.pyo
+${PYSITELIB}/graphs/construction/tests/test_geometric.py
+${PYSITELIB}/graphs/construction/tests/test_geometric.pyc
+${PYSITELIB}/graphs/construction/tests/test_geometric.pyo
+${PYSITELIB}/graphs/construction/tests/test_incremental.py
+${PYSITELIB}/graphs/construction/tests/test_incremental.pyc
+${PYSITELIB}/graphs/construction/tests/test_incremental.pyo
+${PYSITELIB}/graphs/construction/tests/test_msg.py
+${PYSITELIB}/graphs/construction/tests/test_msg.pyc
+${PYSITELIB}/graphs/construction/tests/test_msg.pyo
+${PYSITELIB}/graphs/construction/tests/test_neighbors.py
+${PYSITELIB}/graphs/construction/tests/test_neighbors.pyc
+${PYSITELIB}/graphs/construction/tests/test_neighbors.pyo
+${PYSITELIB}/graphs/construction/tests/test_regularized.py
+${PYSITELIB}/graphs/construction/tests/test_regularized.pyc
+${PYSITELIB}/graphs/construction/tests/test_regularized.pyo
+${PYSITELIB}/graphs/construction/tests/test_saffron.py
+${PYSITELIB}/graphs/construction/tests/test_saffron.pyc
+${PYSITELIB}/graphs/construction/tests/test_saffron.pyo
+${PYSITELIB}/graphs/construction/tests/test_spanning_tree.py
+${PYSITELIB}/graphs/construction/tests/test_spanning_tree.pyc
+${PYSITELIB}/graphs/construction/tests/test_spanning_tree.pyo
+${PYSITELIB}/graphs/datasets/__init__.py
+${PYSITELIB}/graphs/datasets/__init__.pyc
+${PYSITELIB}/graphs/datasets/__init__.pyo
+${PYSITELIB}/graphs/datasets/mountain_car.py
+${PYSITELIB}/graphs/datasets/mountain_car.pyc
+${PYSITELIB}/graphs/datasets/mountain_car.pyo
+${PYSITELIB}/graphs/datasets/shapes.py
+${PYSITELIB}/graphs/datasets/shapes.pyc
+${PYSITELIB}/graphs/datasets/shapes.pyo
+${PYSITELIB}/graphs/datasets/swiss_roll.py
+${PYSITELIB}/graphs/datasets/swiss_roll.pyc
+${PYSITELIB}/graphs/datasets/swiss_roll.pyo
+${PYSITELIB}/graphs/datasets/tests/__init__.py
+${PYSITELIB}/graphs/datasets/tests/__init__.pyc
+${PYSITELIB}/graphs/datasets/tests/__init__.pyo
+${PYSITELIB}/graphs/datasets/tests/test_mountain_car.py
+${PYSITELIB}/graphs/datasets/tests/test_mountain_car.pyc
+${PYSITELIB}/graphs/datasets/tests/test_mountain_car.pyo
+${PYSITELIB}/graphs/datasets/tests/test_shapes.py
+${PYSITELIB}/graphs/datasets/tests/test_shapes.pyc
+${PYSITELIB}/graphs/datasets/tests/test_shapes.pyo
+${PYSITELIB}/graphs/datasets/tests/test_swiss_roll.py
+${PYSITELIB}/graphs/datasets/tests/test_swiss_roll.pyc
+${PYSITELIB}/graphs/datasets/tests/test_swiss_roll.pyo
+${PYSITELIB}/graphs/generators/__init__.py
+${PYSITELIB}/graphs/generators/__init__.pyc
+${PYSITELIB}/graphs/generators/__init__.pyo
+${PYSITELIB}/graphs/generators/rand.py
+${PYSITELIB}/graphs/generators/rand.pyc
+${PYSITELIB}/graphs/generators/rand.pyo
+${PYSITELIB}/graphs/generators/structured.py
+${PYSITELIB}/graphs/generators/structured.pyc
+${PYSITELIB}/graphs/generators/structured.pyo
+${PYSITELIB}/graphs/generators/tests/__init__.py
+${PYSITELIB}/graphs/generators/tests/__init__.pyc
+${PYSITELIB}/graphs/generators/tests/__init__.pyo
+${PYSITELIB}/graphs/generators/tests/test_rand.py
+${PYSITELIB}/graphs/generators/tests/test_rand.pyc
+${PYSITELIB}/graphs/generators/tests/test_rand.pyo
+${PYSITELIB}/graphs/generators/tests/test_structured.py
+${PYSITELIB}/graphs/generators/tests/test_structured.pyc
+${PYSITELIB}/graphs/generators/tests/test_structured.pyo
+${PYSITELIB}/graphs/generators/tests/test_trajectories.py
+${PYSITELIB}/graphs/generators/tests/test_trajectories.pyc
+${PYSITELIB}/graphs/generators/tests/test_trajectories.pyo
+${PYSITELIB}/graphs/generators/trajectories.py
+${PYSITELIB}/graphs/generators/trajectories.pyc
+${PYSITELIB}/graphs/generators/trajectories.pyo
+${PYSITELIB}/graphs/mini_six.py
+${PYSITELIB}/graphs/mini_six.pyc
+${PYSITELIB}/graphs/mini_six.pyo
+${PYSITELIB}/graphs/mixins/__init__.py
+${PYSITELIB}/graphs/mixins/__init__.pyc
+${PYSITELIB}/graphs/mixins/__init__.pyo
+${PYSITELIB}/graphs/mixins/_betweenness.py
+${PYSITELIB}/graphs/mixins/_betweenness.pyc
+${PYSITELIB}/graphs/mixins/_betweenness.pyo
+${PYSITELIB}/graphs/mixins/_betweenness_helper.pyx
+${PYSITELIB}/graphs/mixins/_betweenness_helper.so
+${PYSITELIB}/graphs/mixins/analysis.py
+${PYSITELIB}/graphs/mixins/analysis.pyc
+${PYSITELIB}/graphs/mixins/analysis.pyo
+${PYSITELIB}/graphs/mixins/embed.py
+${PYSITELIB}/graphs/mixins/embed.pyc
+${PYSITELIB}/graphs/mixins/embed.pyo
+${PYSITELIB}/graphs/mixins/label.py
+${PYSITELIB}/graphs/mixins/label.pyc
+${PYSITELIB}/graphs/mixins/label.pyo
+${PYSITELIB}/graphs/mixins/transformation.py
+${PYSITELIB}/graphs/mixins/transformation.pyc
+${PYSITELIB}/graphs/mixins/transformation.pyo
+${PYSITELIB}/graphs/mixins/viz.py
+${PYSITELIB}/graphs/mixins/viz.pyc
+${PYSITELIB}/graphs/mixins/viz.pyo
+${PYSITELIB}/graphs/reorder.py
+${PYSITELIB}/graphs/reorder.pyc
+${PYSITELIB}/graphs/reorder.pyo
+${PYSITELIB}/graphs/tests/__init__.py
+${PYSITELIB}/graphs/tests/__init__.pyc
+${PYSITELIB}/graphs/tests/__init__.pyo
+${PYSITELIB}/graphs/tests/test_reorder.py
+${PYSITELIB}/graphs/tests/test_reorder.pyc
+${PYSITELIB}/graphs/tests/test_reorder.pyo
diff --git a/py-graphs/distinfo b/py-graphs/distinfo
new file mode 100644
index 0000000..6cec0b3
--- /dev/null
+++ b/py-graphs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (graphs-0.1.2.tar.gz) = 94d0728e036f47184b9663fcd8475688296b203d
+RMD160 (graphs-0.1.2.tar.gz) = 976994d0e7e1b0f0126cbe6383e291b3f4c36e65
+SHA512 (graphs-0.1.2.tar.gz) = 149aff3a46088e9185d6720186356ef079b631203d2e3b1f50ed62eb554ffec169862a6757a4dbaee282a07a67476eb443534d4964c18ece713366bb26fcd255
+Size (graphs-0.1.2.tar.gz) = 271915 bytes
diff --git a/py-propyte/DESCR b/py-propyte/DESCR
new file mode 100644
index 0000000..e69de29
diff --git a/py-propyte/Makefile b/py-propyte/Makefile
new file mode 100644
index 0000000..a432c92
--- /dev/null
+++ b/py-propyte/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	propyte-2016.7.11.1839
+PKGNAME=        ${PYPKGPREFIX}-propyte-20167111839
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/18/53/60f626e6c360b66148ee160df5c65fa9b9f30cf45a8c28ecbde8069bc861/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/wdbm/propyte
+COMMENT=	Template Python program
+LICENSE=	gnu-gplv-3
+
+DEPENDS+=	${PYPKGPREFIX}-docopt>=0.6.2:../../devel/py-docopt
+DEPENDS+=	${PYPKGPREFIX}-prel-[0-9]*:../../wip/py-prel
+DEPENDS+=	${PYPKGPREFIX}-technicolor-[0-9]*:../../wip/py-technicolor
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-propyte/PLIST b/py-propyte/PLIST
new file mode 100644
index 0000000..c307d52
--- /dev/null
+++ b/py-propyte/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+bin/propyte
+${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}/propyte.py
+${PYSITELIB}/propyte.pyc
+${PYSITELIB}/propyte.pyo
diff --git a/py-propyte/distinfo b/py-propyte/distinfo
new file mode 100644
index 0000000..58fab78
--- /dev/null
+++ b/py-propyte/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (propyte-2016.7.11.1839.tar.gz) = 5c36f66b83711b9fec5f82ec767624489eef8f97
+RMD160 (propyte-2016.7.11.1839.tar.gz) = e17d5ecac5089e3aa4a6322f944e4db4f05d4577
+SHA512 (propyte-2016.7.11.1839.tar.gz) = 3c1dd501bb0365b40a0223d13104717d8848182c83ec16bd8893e718f77e53463f22e7086148b6c4d4ee30cfc376389be0fd296078337dabc13d9b6bbfa4b273
+Size (propyte-2016.7.11.1839.tar.gz) = 16431 bytes
diff --git a/py-technicolor/DESCR b/py-technicolor/DESCR
new file mode 100644
index 0000000..c60185e
--- /dev/null
+++ b/py-technicolor/DESCR
@@ -0,0 +1,2 @@
+technicolor provides logging in colour and logging of function
+usage by means of a simple decorator
diff --git a/py-technicolor/Makefile b/py-technicolor/Makefile
new file mode 100644
index 0000000..1cccea4
--- /dev/null
+++ b/py-technicolor/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	technicolor-2016.1.12.1823
+PKGNAME=        ${PYPKGPREFIX}-technicolor-20161121823
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/b5/4c/7fe5f4edf4dc6794f6cff8a116aa63a327ef7b41908159aec20240a915c7/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/wdbm/technicolor
+COMMENT=	Logging in colour
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-technicolor/PLIST b/py-technicolor/PLIST
new file mode 100644
index 0000000..4b1498f
--- /dev/null
+++ b/py-technicolor/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+bin/technicolor
+${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}/top_level.txt
+${PYSITELIB}/technicolor.py
+${PYSITELIB}/technicolor.pyc
+${PYSITELIB}/technicolor.pyo
diff --git a/py-technicolor/distinfo b/py-technicolor/distinfo
new file mode 100644
index 0000000..4637aec
--- /dev/null
+++ b/py-technicolor/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (technicolor-2016.1.12.1823.tar.gz) = 71c5a65486d7446e65c1b1b7bb691f6cec0df020
+RMD160 (technicolor-2016.1.12.1823.tar.gz) = c06e61e6be35758804823a1341aa758b9910fc7a
+SHA512 (technicolor-2016.1.12.1823.tar.gz) = 6b059be350e89d05e950f74f6610329721a1039c182a7423660552fa8654b479f1624a0422862be28f91efcac5fd96a07ea43fcdab0183bb71de3dc4e63c216d
+Size (technicolor-2016.1.12.1823.tar.gz) = 15285 bytes


Home | Main Index | Thread Index | Old Index