pkgsrc-WIP-changes archive

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

+new many package and update py-theano



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Jul 15 21:43:02 2016 +0100
Changeset:	d9708fb0e9d6c2da317635ef8239ed974e066a6a

Modified Files:
	py-theano/DESCR
	py-theano/Makefile
	py-theano/PLIST
	py-theano/distinfo
	py-theano/patches/patch-setup.py
Added Files:
	py-climate/DESCR
	py-climate/Makefile
	py-climate/PLIST
	py-climate/distinfo
	py-downhill/DESCR
	py-downhill/Makefile
	py-downhill/PLIST
	py-downhill/distinfo
	py-engfmt/DESCR
	py-engfmt/Makefile
	py-engfmt/PLIST
	py-engfmt/distinfo
	py-keras/DESCR
	py-keras/Makefile
	py-keras/PLIST
	py-keras/distinfo
	py-knnimpute/DESCR
	py-knnimpute/Makefile
	py-knnimpute/PLIST
	py-knnimpute/distinfo
	py-nose-parameterized/DESCR
	py-nose-parameterized/Makefile
	py-nose-parameterized/PLIST
	py-nose-parameterized/distinfo
	py-plac/DESCR
	py-plac/Makefile
	py-plac/PLIST
	py-plac/distinfo
	py-plac/patches/patch-setup.py

Log Message:
+new many package and update py-theano

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

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

diffstat:
 py-climate/DESCR                 |   5 +
 py-climate/Makefile              |  20 ++++
 py-climate/PLIST                 |  15 +++
 py-climate/distinfo              |   6 +
 py-downhill/DESCR                |   2 +
 py-downhill/Makefile             |  20 ++++
 py-downhill/PLIST                |  24 ++++
 py-downhill/distinfo             |   6 +
 py-engfmt/DESCR                  |   3 +
 py-engfmt/Makefile               |  16 +++
 py-engfmt/PLIST                  |  10 ++
 py-engfmt/distinfo               |   6 +
 py-keras/DESCR                   |   2 +
 py-keras/Makefile                |  19 +++
 py-keras/PLIST                   | 156 ++++++++++++++++++++++++
 py-keras/distinfo                |   6 +
 py-knnimpute/DESCR               |   1 +
 py-knnimpute/Makefile            |  19 +++
 py-knnimpute/PLIST               |  27 +++++
 py-knnimpute/distinfo            |   6 +
 py-nose-parameterized/DESCR      |   2 +
 py-nose-parameterized/Makefile   |  19 +++
 py-nose-parameterized/PLIST      |  14 +++
 py-nose-parameterized/distinfo   |   6 +
 py-plac/DESCR                    |   1 +
 py-plac/Makefile                 |  23 ++++
 py-plac/PLIST                    |  19 +++
 py-plac/distinfo                 |   7 ++
 py-plac/patches/patch-setup.py   |  18 +++
 py-theano/DESCR                  |   2 +-
 py-theano/Makefile               |  15 ++-
 py-theano/PLIST                  | 249 ++++++++++++++++++++++++++++-----------
 py-theano/distinfo               |   9 +-
 py-theano/patches/patch-setup.py |  16 ++-
 34 files changed, 683 insertions(+), 86 deletions(-)

diffs:
diff --git a/py-climate/DESCR b/py-climate/DESCR
new file mode 100644
index 0000000..121d6b9
--- /dev/null
+++ b/py-climate/DESCR
@@ -0,0 +1,5 @@
+This package contains some basic command line utilities for Python:
+ o one wrapper over plac for quick command-line argument processing
+ o another for logging that lets us avoid copying that same horrid
+ logging.basicConfig(...) business in all of our scripts, and gives
+ a sensible default logging style
diff --git a/py-climate/Makefile b/py-climate/Makefile
new file mode 100644
index 0000000..2329751
--- /dev/null
+++ b/py-climate/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	climate-0.4.6
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/6a/da/cc87a4d6c5bc6099a6c16b3b8eda49528e6eb9c039a2c6b45513a1d19990/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://github.com/lmjohns3/py-cli/
+COMMENT=	Command-line utilities
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-plac>=0.9.6:../../wip/py-plac
+
+WRKSRC=		${WRKDIR}/climate-0.4.6
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-climate/PLIST b/py-climate/PLIST
new file mode 100644
index 0000000..a8a8eba
--- /dev/null
+++ b/py-climate/PLIST
@@ -0,0 +1,15 @@
+@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}/climate/__init__.py
+${PYSITELIB}/climate/__init__.pyc
+${PYSITELIB}/climate/__init__.pyo
+${PYSITELIB}/climate/flags.py
+${PYSITELIB}/climate/flags.pyc
+${PYSITELIB}/climate/flags.pyo
+${PYSITELIB}/climate/log.py
+${PYSITELIB}/climate/log.pyc
+${PYSITELIB}/climate/log.pyo
diff --git a/py-climate/distinfo b/py-climate/distinfo
new file mode 100644
index 0000000..8ec1ba4
--- /dev/null
+++ b/py-climate/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (climate-0.4.6.tar.gz) = 35c489c2d21f6b162578b32976eecb4d0d921596
+RMD160 (climate-0.4.6.tar.gz) = 8b39e574c9dab916992c762358dcb45cbda1d85c
+SHA512 (climate-0.4.6.tar.gz) = 0edec9f6e671a9ae567c14e04e90675b888318411bda5943d36901ec5e125e27775f4640c641e41c31104097b289a7ec10665960f228434577fcba615c994fde
+Size (climate-0.4.6.tar.gz) = 5728 bytes
diff --git a/py-downhill/DESCR b/py-downhill/DESCR
new file mode 100644
index 0000000..ecd9e59
--- /dev/null
+++ b/py-downhill/DESCR
@@ -0,0 +1,2 @@
+The downhill package provides algorithms for minimizing scalar
+loss functions that are defined using Theano
diff --git a/py-downhill/Makefile b/py-downhill/Makefile
new file mode 100644
index 0000000..6f82c20
--- /dev/null
+++ b/py-downhill/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	downhill-0.3.2
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/3c/a2/b4f904fc008a2f6bff3f5d8dd7e18c334b97afebf2acaf1902bc22be4347/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	http://github.com/lmjohns3/downhill
+COMMENT=	Stochastic optimization routines for Theano
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-climate>=0.4.6:../../wip/py-climate
+
+WRKSRC=		${WRKDIR}/downhill-0.3.2
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-downhill/PLIST b/py-downhill/PLIST
new file mode 100644
index 0000000..a3ff15b
--- /dev/null
+++ b/py-downhill/PLIST
@@ -0,0 +1,24 @@
+@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}/downhill/__init__.py
+${PYSITELIB}/downhill/__init__.pyc
+${PYSITELIB}/downhill/__init__.pyo
+${PYSITELIB}/downhill/adaptive.py
+${PYSITELIB}/downhill/adaptive.pyc
+${PYSITELIB}/downhill/adaptive.pyo
+${PYSITELIB}/downhill/base.py
+${PYSITELIB}/downhill/base.pyc
+${PYSITELIB}/downhill/base.pyo
+${PYSITELIB}/downhill/dataset.py
+${PYSITELIB}/downhill/dataset.pyc
+${PYSITELIB}/downhill/dataset.pyo
+${PYSITELIB}/downhill/first_order.py
+${PYSITELIB}/downhill/first_order.pyc
+${PYSITELIB}/downhill/first_order.pyo
+${PYSITELIB}/downhill/util.py
+${PYSITELIB}/downhill/util.pyc
+${PYSITELIB}/downhill/util.pyo
diff --git a/py-downhill/distinfo b/py-downhill/distinfo
new file mode 100644
index 0000000..b076235
--- /dev/null
+++ b/py-downhill/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (downhill-0.3.2.tar.gz) = 409282d2a8febb3fe92753cd5f8b1b3e91de2ae6
+RMD160 (downhill-0.3.2.tar.gz) = 73ae49ef91f28b509f253bb274f4bc724d0065a7
+SHA512 (downhill-0.3.2.tar.gz) = 7cabe10e6deb2c2a774a1bf00cc4ea631be07ecb6e59d1ea5129d4e29b00cf632c015d84c66f86b35faf7f330a60eebc038797789335e45be8114086ed25f2bc
+Size (downhill-0.3.2.tar.gz) = 18800 bytes
diff --git a/py-engfmt/DESCR b/py-engfmt/DESCR
new file mode 100644
index 0000000..1e6f5ec
--- /dev/null
+++ b/py-engfmt/DESCR
@@ -0,0 +1,3 @@
+A light-weight package used to read and write numbers in engineering format. In
+engineering format a number generally includes the units if available and uses
+SI scale factors to indicate the magnitude of the number
diff --git a/py-engfmt/Makefile b/py-engfmt/Makefile
new file mode 100644
index 0000000..dda14ea
--- /dev/null
+++ b/py-engfmt/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	engfmt-1.0.3
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/fc/95/f2ab1a44ab57d0c1bd84c97882d2a26921c3d682f46aa0639b9716f58c59/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	http://nurdletech.com/linux-utilities/engfmt
+COMMENT=	Read and write in engineering notation
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-engfmt/PLIST b/py-engfmt/PLIST
new file mode 100644
index 0000000..5295377
--- /dev/null
+++ b/py-engfmt/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/engfmt.py
+${PYSITELIB}/engfmt.pyc
+${PYSITELIB}/engfmt.pyo
diff --git a/py-engfmt/distinfo b/py-engfmt/distinfo
new file mode 100644
index 0000000..a1d1325
--- /dev/null
+++ b/py-engfmt/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (engfmt-1.0.3.tar.gz) = 4bf629f03f68d790648e2b9d249fe4ed28ae6c3f
+RMD160 (engfmt-1.0.3.tar.gz) = 9551abd5700035332a602fe82445c95d79bf1119
+SHA512 (engfmt-1.0.3.tar.gz) = 504ba6c709bbca386a9199fcd18a647656b423c4a78d7590d748ec92aea1b4b2dd69bae25b394790f04c9a5261f2e453b8dd95e0d12a9943522b72a9b53fcfbe
+Size (engfmt-1.0.3.tar.gz) = 17241 bytes
diff --git a/py-keras/DESCR b/py-keras/DESCR
new file mode 100644
index 0000000..ed1cd23
--- /dev/null
+++ b/py-keras/DESCR
@@ -0,0 +1,2 @@
+Deep Learning library for Python. Convnets, recurrent neural
+networks, and more. Runs on Theano and TensorFlow
\ No newline at end of file
diff --git a/py-keras/Makefile b/py-keras/Makefile
new file mode 100644
index 0000000..fbcd78a
--- /dev/null
+++ b/py-keras/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	Keras-1.0.5
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/b5/54/a9481d688241399e4d672bb544552fa6c59e2f7ef445ae1d2344d1f52684/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/fchollet/keras
+COMMENT=	Deep Learning for Python
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-keras/PLIST b/py-keras/PLIST
new file mode 100644
index 0000000..a3cb36a
--- /dev/null
+++ b/py-keras/PLIST
@@ -0,0 +1,156 @@
+@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}/keras/__init__.py
+${PYSITELIB}/keras/__init__.pyc
+${PYSITELIB}/keras/__init__.pyo
+${PYSITELIB}/keras/activations.py
+${PYSITELIB}/keras/activations.pyc
+${PYSITELIB}/keras/activations.pyo
+${PYSITELIB}/keras/backend/__init__.py
+${PYSITELIB}/keras/backend/__init__.pyc
+${PYSITELIB}/keras/backend/__init__.pyo
+${PYSITELIB}/keras/backend/common.py
+${PYSITELIB}/keras/backend/common.pyc
+${PYSITELIB}/keras/backend/common.pyo
+${PYSITELIB}/keras/backend/tensorflow_backend.py
+${PYSITELIB}/keras/backend/tensorflow_backend.pyc
+${PYSITELIB}/keras/backend/tensorflow_backend.pyo
+${PYSITELIB}/keras/backend/theano_backend.py
+${PYSITELIB}/keras/backend/theano_backend.pyc
+${PYSITELIB}/keras/backend/theano_backend.pyo
+${PYSITELIB}/keras/callbacks.py
+${PYSITELIB}/keras/callbacks.pyc
+${PYSITELIB}/keras/callbacks.pyo
+${PYSITELIB}/keras/constraints.py
+${PYSITELIB}/keras/constraints.pyc
+${PYSITELIB}/keras/constraints.pyo
+${PYSITELIB}/keras/datasets/__init__.py
+${PYSITELIB}/keras/datasets/__init__.pyc
+${PYSITELIB}/keras/datasets/__init__.pyo
+${PYSITELIB}/keras/datasets/cifar.py
+${PYSITELIB}/keras/datasets/cifar.pyc
+${PYSITELIB}/keras/datasets/cifar.pyo
+${PYSITELIB}/keras/datasets/cifar10.py
+${PYSITELIB}/keras/datasets/cifar10.pyc
+${PYSITELIB}/keras/datasets/cifar10.pyo
+${PYSITELIB}/keras/datasets/cifar100.py
+${PYSITELIB}/keras/datasets/cifar100.pyc
+${PYSITELIB}/keras/datasets/cifar100.pyo
+${PYSITELIB}/keras/datasets/data_utils.py
+${PYSITELIB}/keras/datasets/data_utils.pyc
+${PYSITELIB}/keras/datasets/data_utils.pyo
+${PYSITELIB}/keras/datasets/imdb.py
+${PYSITELIB}/keras/datasets/imdb.pyc
+${PYSITELIB}/keras/datasets/imdb.pyo
+${PYSITELIB}/keras/datasets/mnist.py
+${PYSITELIB}/keras/datasets/mnist.pyc
+${PYSITELIB}/keras/datasets/mnist.pyo
+${PYSITELIB}/keras/datasets/reuters.py
+${PYSITELIB}/keras/datasets/reuters.pyc
+${PYSITELIB}/keras/datasets/reuters.pyo
+${PYSITELIB}/keras/engine/__init__.py
+${PYSITELIB}/keras/engine/__init__.pyc
+${PYSITELIB}/keras/engine/__init__.pyo
+${PYSITELIB}/keras/engine/topology.py
+${PYSITELIB}/keras/engine/topology.pyc
+${PYSITELIB}/keras/engine/topology.pyo
+${PYSITELIB}/keras/engine/training.py
+${PYSITELIB}/keras/engine/training.pyc
+${PYSITELIB}/keras/engine/training.pyo
+${PYSITELIB}/keras/initializations.py
+${PYSITELIB}/keras/initializations.pyc
+${PYSITELIB}/keras/initializations.pyo
+${PYSITELIB}/keras/layers/__init__.py
+${PYSITELIB}/keras/layers/__init__.pyc
+${PYSITELIB}/keras/layers/__init__.pyo
+${PYSITELIB}/keras/layers/advanced_activations.py
+${PYSITELIB}/keras/layers/advanced_activations.pyc
+${PYSITELIB}/keras/layers/advanced_activations.pyo
+${PYSITELIB}/keras/layers/convolutional.py
+${PYSITELIB}/keras/layers/convolutional.pyc
+${PYSITELIB}/keras/layers/convolutional.pyo
+${PYSITELIB}/keras/layers/core.py
+${PYSITELIB}/keras/layers/core.pyc
+${PYSITELIB}/keras/layers/core.pyo
+${PYSITELIB}/keras/layers/embeddings.py
+${PYSITELIB}/keras/layers/embeddings.pyc
+${PYSITELIB}/keras/layers/embeddings.pyo
+${PYSITELIB}/keras/layers/noise.py
+${PYSITELIB}/keras/layers/noise.pyc
+${PYSITELIB}/keras/layers/noise.pyo
+${PYSITELIB}/keras/layers/normalization.py
+${PYSITELIB}/keras/layers/normalization.pyc
+${PYSITELIB}/keras/layers/normalization.pyo
+${PYSITELIB}/keras/layers/recurrent.py
+${PYSITELIB}/keras/layers/recurrent.pyc
+${PYSITELIB}/keras/layers/recurrent.pyo
+${PYSITELIB}/keras/layers/wrappers.py
+${PYSITELIB}/keras/layers/wrappers.pyc
+${PYSITELIB}/keras/layers/wrappers.pyo
+${PYSITELIB}/keras/legacy/__init__.py
+${PYSITELIB}/keras/legacy/__init__.pyc
+${PYSITELIB}/keras/legacy/__init__.pyo
+${PYSITELIB}/keras/legacy/models.py
+${PYSITELIB}/keras/legacy/models.pyc
+${PYSITELIB}/keras/legacy/models.pyo
+${PYSITELIB}/keras/metrics.py
+${PYSITELIB}/keras/metrics.pyc
+${PYSITELIB}/keras/metrics.pyo
+${PYSITELIB}/keras/models.py
+${PYSITELIB}/keras/models.pyc
+${PYSITELIB}/keras/models.pyo
+${PYSITELIB}/keras/objectives.py
+${PYSITELIB}/keras/objectives.pyc
+${PYSITELIB}/keras/objectives.pyo
+${PYSITELIB}/keras/optimizers.py
+${PYSITELIB}/keras/optimizers.pyc
+${PYSITELIB}/keras/optimizers.pyo
+${PYSITELIB}/keras/preprocessing/__init__.py
+${PYSITELIB}/keras/preprocessing/__init__.pyc
+${PYSITELIB}/keras/preprocessing/__init__.pyo
+${PYSITELIB}/keras/preprocessing/image.py
+${PYSITELIB}/keras/preprocessing/image.pyc
+${PYSITELIB}/keras/preprocessing/image.pyo
+${PYSITELIB}/keras/preprocessing/sequence.py
+${PYSITELIB}/keras/preprocessing/sequence.pyc
+${PYSITELIB}/keras/preprocessing/sequence.pyo
+${PYSITELIB}/keras/preprocessing/text.py
+${PYSITELIB}/keras/preprocessing/text.pyc
+${PYSITELIB}/keras/preprocessing/text.pyo
+${PYSITELIB}/keras/regularizers.py
+${PYSITELIB}/keras/regularizers.pyc
+${PYSITELIB}/keras/regularizers.pyo
+${PYSITELIB}/keras/utils/__init__.py
+${PYSITELIB}/keras/utils/__init__.pyc
+${PYSITELIB}/keras/utils/__init__.pyo
+${PYSITELIB}/keras/utils/data_utils.py
+${PYSITELIB}/keras/utils/data_utils.pyc
+${PYSITELIB}/keras/utils/data_utils.pyo
+${PYSITELIB}/keras/utils/generic_utils.py
+${PYSITELIB}/keras/utils/generic_utils.pyc
+${PYSITELIB}/keras/utils/generic_utils.pyo
+${PYSITELIB}/keras/utils/io_utils.py
+${PYSITELIB}/keras/utils/io_utils.pyc
+${PYSITELIB}/keras/utils/io_utils.pyo
+${PYSITELIB}/keras/utils/layer_utils.py
+${PYSITELIB}/keras/utils/layer_utils.pyc
+${PYSITELIB}/keras/utils/layer_utils.pyo
+${PYSITELIB}/keras/utils/np_utils.py
+${PYSITELIB}/keras/utils/np_utils.pyc
+${PYSITELIB}/keras/utils/np_utils.pyo
+${PYSITELIB}/keras/utils/test_utils.py
+${PYSITELIB}/keras/utils/test_utils.pyc
+${PYSITELIB}/keras/utils/test_utils.pyo
+${PYSITELIB}/keras/utils/visualize_util.py
+${PYSITELIB}/keras/utils/visualize_util.pyc
+${PYSITELIB}/keras/utils/visualize_util.pyo
+${PYSITELIB}/keras/wrappers/__init__.py
+${PYSITELIB}/keras/wrappers/__init__.pyc
+${PYSITELIB}/keras/wrappers/__init__.pyo
+${PYSITELIB}/keras/wrappers/scikit_learn.py
+${PYSITELIB}/keras/wrappers/scikit_learn.pyc
+${PYSITELIB}/keras/wrappers/scikit_learn.pyo
diff --git a/py-keras/distinfo b/py-keras/distinfo
new file mode 100644
index 0000000..77b612c
--- /dev/null
+++ b/py-keras/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Keras-1.0.5.tar.gz) = ec3ac92e5c37a3f60064dc636a64f0580f1d254a
+RMD160 (Keras-1.0.5.tar.gz) = 093967515e7b94513b08027abf02e30d1d606fc2
+SHA512 (Keras-1.0.5.tar.gz) = f8a4550f8733a35a2ca28f0ac03bf58ec4ec1bc26239cf00bafca6ac6407fc30f6451d80406d597d26aa56cd2e2fd89200526882280da75f957da948f773da4e
+Size (Keras-1.0.5.tar.gz) = 118545 bytes
diff --git a/py-knnimpute/DESCR b/py-knnimpute/DESCR
new file mode 100644
index 0000000..052868a
--- /dev/null
+++ b/py-knnimpute/DESCR
@@ -0,0 +1 @@
+Multiple implementations of kNN imputation in pure Python + NumPy
diff --git a/py-knnimpute/Makefile b/py-knnimpute/Makefile
new file mode 100644
index 0000000..93e37bb
--- /dev/null
+++ b/py-knnimpute/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	knnimpute-0.0.1
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/e0/be/c54045678e31c36c0d47d7c2ec2db3c3b13e74e94741c4c5a0031fc4f2a9/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/hammerlab/knnimpute
+COMMENT=	K-Nearest Neighbor imputation
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-knnimpute/PLIST b/py-knnimpute/PLIST
new file mode 100644
index 0000000..87139aa
--- /dev/null
+++ b/py-knnimpute/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/knnimpute/__init__.py
+${PYSITELIB}/knnimpute/__init__.pyc
+${PYSITELIB}/knnimpute/__init__.pyo
+${PYSITELIB}/knnimpute/argpartition.py
+${PYSITELIB}/knnimpute/argpartition.pyc
+${PYSITELIB}/knnimpute/argpartition.pyo
+${PYSITELIB}/knnimpute/common.py
+${PYSITELIB}/knnimpute/common.pyc
+${PYSITELIB}/knnimpute/common.pyo
+${PYSITELIB}/knnimpute/few_observed_entries.py
+${PYSITELIB}/knnimpute/few_observed_entries.pyc
+${PYSITELIB}/knnimpute/few_observed_entries.pyo
+${PYSITELIB}/knnimpute/normalized_distance.py
+${PYSITELIB}/knnimpute/normalized_distance.pyc
+${PYSITELIB}/knnimpute/normalized_distance.pyo
+${PYSITELIB}/knnimpute/optimistic.py
+${PYSITELIB}/knnimpute/optimistic.pyc
+${PYSITELIB}/knnimpute/optimistic.pyo
+${PYSITELIB}/knnimpute/reference.py
+${PYSITELIB}/knnimpute/reference.pyc
+${PYSITELIB}/knnimpute/reference.pyo
diff --git a/py-knnimpute/distinfo b/py-knnimpute/distinfo
new file mode 100644
index 0000000..728d5f4
--- /dev/null
+++ b/py-knnimpute/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (knnimpute-0.0.1.tar.gz) = faae55368d6e7f3d10e03e4298c39b9aff03c1b6
+RMD160 (knnimpute-0.0.1.tar.gz) = fdfe456f2b98f66c27ba7c8427408151690f52c3
+SHA512 (knnimpute-0.0.1.tar.gz) = 3a8b028eea53ed07b4dad3f5e588a8c543c6ab64337511b89efccf189f9744c1f74e5b2a295ea4d381b18904dba297442e964cc50b37055afcb325ba41b98ae0
+Size (knnimpute-0.0.1.tar.gz) = 7465 bytes
diff --git a/py-nose-parameterized/DESCR b/py-nose-parameterized/DESCR
new file mode 100644
index 0000000..34c08f8
--- /dev/null
+++ b/py-nose-parameterized/DESCR
@@ -0,0 +1,2 @@
+nose-parameterized fixes that. For everything. Parameterized testing for nose,
+parameterized testing for py.test, parameterized testing for unittest
diff --git a/py-nose-parameterized/Makefile b/py-nose-parameterized/Makefile
new file mode 100644
index 0000000..dc8f6e6
--- /dev/null
+++ b/py-nose-parameterized/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	nose-parameterized-0.5.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/0d/22/44ff04785ff8a1e4f618a39b20e6d96e1dbb33088fc13d690a035b12b3f6/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/wolever/nose-parameterized
+COMMENT=	Parameterized testing with any Python test framework
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
+
+WRKSRC=		${WRKDIR}/nose-parameterized-0.5.0
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-nose-parameterized/PLIST b/py-nose-parameterized/PLIST
new file mode 100644
index 0000000..1034520
--- /dev/null
+++ b/py-nose-parameterized/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/nose_parameterized/__init__.py
+${PYSITELIB}/nose_parameterized/__init__.pyc
+${PYSITELIB}/nose_parameterized/__init__.pyo
+${PYSITELIB}/nose_parameterized/parameterized.py
+${PYSITELIB}/nose_parameterized/parameterized.pyc
+${PYSITELIB}/nose_parameterized/parameterized.pyo
+${PYSITELIB}/nose_parameterized/test.py
+${PYSITELIB}/nose_parameterized/test.pyc
+${PYSITELIB}/nose_parameterized/test.pyo
diff --git a/py-nose-parameterized/distinfo b/py-nose-parameterized/distinfo
new file mode 100644
index 0000000..e1e6892
--- /dev/null
+++ b/py-nose-parameterized/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (nose-parameterized-0.5.0.tar.gz) = 8093874fbed4cd7c09e440fd032d82fad3eb7625
+RMD160 (nose-parameterized-0.5.0.tar.gz) = 85d2f86cbdb7e603e8e9e0657abb23f9668fc255
+SHA512 (nose-parameterized-0.5.0.tar.gz) = 812e3e0a44f1db323f9c134b7438ea5e2c63232b04dc4d8aa59d153253183471784fd4960ffb18f23e14c398e4633515ff933bdfbfdb6954c44af97235d3cf91
+Size (nose-parameterized-0.5.0.tar.gz) = 10363 bytes
diff --git a/py-plac/DESCR b/py-plac/DESCR
new file mode 100644
index 0000000..659abef
--- /dev/null
+++ b/py-plac/DESCR
@@ -0,0 +1 @@
+The smartest command line arguments parser in the world
diff --git a/py-plac/Makefile b/py-plac/Makefile
new file mode 100644
index 0000000..94d41f5
--- /dev/null
+++ b/py-plac/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	plac-0.9.6
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/6c/9b/9e9d461a646d1c874043e105e46cc458c16e5f76f2119c8e670ff5a8db97/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/micheles/plac
+COMMENT=	The smartest command line arguments parser in the world
+LICENSE=	modified-bsd
+
+WRKSRC=		${WRKDIR}/plac-0.9.6
+
+USE_LANGUAGES=	# none
+
+PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
+
+post-extract:
+	${MV} ${WRKSRC}/plac_runner.py ${WRKSRC}/plac_runner.py${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-plac/PLIST b/py-plac/PLIST
new file mode 100644
index 0000000..641efe8
--- /dev/null
+++ b/py-plac/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+bin/plac_runner.py2.7
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/plac.py
+${PYSITELIB}/plac.pyc
+${PYSITELIB}/plac.pyo
+${PYSITELIB}/plac_core.py
+${PYSITELIB}/plac_core.pyc
+${PYSITELIB}/plac_core.pyo
+${PYSITELIB}/plac_ext.py
+${PYSITELIB}/plac_ext.pyc
+${PYSITELIB}/plac_ext.pyo
+${PYSITELIB}/plac_tk.py
+${PYSITELIB}/plac_tk.pyc
+${PYSITELIB}/plac_tk.pyo
diff --git a/py-plac/distinfo b/py-plac/distinfo
new file mode 100644
index 0000000..33a2611
--- /dev/null
+++ b/py-plac/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (plac-0.9.6.tar.gz) = cb8673c242231113518d71d19ccbae351322d201
+RMD160 (plac-0.9.6.tar.gz) = 475c777444a560f41b231a90b49b6c0008166096
+SHA512 (plac-0.9.6.tar.gz) = c49e5bf688ecd1eccba9043d17bb480fabf3c1db0c617b2e3698e46e58b0309eb04fb3ee11ae3d3104a091ce3b08c30c0c139276ae8bd27e441c5f3ba27f39d2
+Size (plac-0.9.6.tar.gz) = 122267 bytes
+SHA1 (patch-setup.py) = 37b140f9f73bd2c6542649018ac2b30a55f7d813
diff --git a/py-plac/patches/patch-setup.py b/py-plac/patches/patch-setup.py
new file mode 100644
index 0000000..64b8997
--- /dev/null
+++ b/py-plac/patches/patch-setup.py
@@ -0,0 +1,18 @@
+$NetBSD$
+
+--- setup.py.orig	2016-07-09 04:16:14.000000000 +0000
++++ setup.py
+@@ -1,3 +1,4 @@
++import sys
+ try:
+     from setuptools import setup
+ except ImportError:
+@@ -35,7 +36,7 @@ if __name__ == '__main__':
+           url='https://github.com/micheles/plac',
+           license="BSD License",
+           py_modules=['plac_core', 'plac_ext', 'plac_tk', 'plac'],
+-          scripts=['plac_runner.py'],
++          scripts=['plac_runner.py'+sys.version[0:3]],
+           install_requires=require('argparse', 'multiprocessing'),
+           keywords="command line arguments parser",
+           platforms=["All"],
diff --git a/py-theano/DESCR b/py-theano/DESCR
index 7872c0e..e9e8a36 100644
--- a/py-theano/DESCR
+++ b/py-theano/DESCR
@@ -1,2 +1,2 @@
 Theano is a Python library that allows you to define, optimize, and evaluate
-mathematical expressions involving multi-dimensional arrays efficiently.
+mathematical expressions involving multi-dimensional arrays efficiently
diff --git a/py-theano/Makefile b/py-theano/Makefile
index 5bc2b6f..d92f854 100644
--- a/py-theano/Makefile
+++ b/py-theano/Makefile
@@ -1,19 +1,23 @@
 # $NetBSD$
 
-DISTNAME=	Theano-0.7.0
+DISTNAME=	Theano-0.8.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	math python
-MASTER_SITES=	${MASTER_SITE_PYPI:=T/Theano/}
+MASTER_SITES=	https://pypi.python.org/packages/30/3d/2354fac96ca9594b755ec22d91133522a7db0caa0877165a522337d0ed73/
 
 MAINTAINER=	jihbed.research%gmail.com@localhost
 HOMEPAGE=	http://deeplearning.net/software/theano/
 COMMENT= 	Optimizing compiler for evaluating mathematical expressions
 LICENSE=	modified-bsd
 
-WRKSRC=	${WRKDIR}/Theano-0.7.0
+DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
+
+USE_TOOLS+=	bash
 
 PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
 
+REPLACE_BASH+=	theano/misc/check_blas_many.sh
+
 post-extract:
 	${MV} ${WRKSRC}/bin/theano-cache ${WRKSRC}/bin/theano-cache${PYVERSSUFFIX}
 	${MV} ${WRKSRC}/bin/theano-nose ${WRKSRC}/bin/theano-nose${PYVERSSUFFIX}
@@ -22,7 +26,8 @@ post-extract:
 do-test:
 	${RUN} cd {WRKSRC}/theano/tests ; ${SETENV} {TEST_ENV} ${PYTHONBIN} main.py
 
-.include "../../lang/python/egg.mk"
+
+.include "../../lang/python/distutils.mk"
 .include "../../math/py-numpy/buildlink3.mk"
-DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.17.0:../../math/py-scipy
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-theano/PLIST b/py-theano/PLIST
index f9e88ef..401c178 100644
--- a/py-theano/PLIST
+++ b/py-theano/PLIST
@@ -2,11 +2,12 @@
 bin/theano-cache2.7
 bin/theano-nose2.7
 bin/theano-test2.7
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/pbr.json
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
 ${PYSITELIB}/theano/__init__.py
 ${PYSITELIB}/theano/__init__.pyc
 ${PYSITELIB}/theano/__init__.pyo
@@ -43,6 +44,9 @@ ${PYSITELIB}/theano/compile/mode.pyo
 ${PYSITELIB}/theano/compile/monitormode.py
 ${PYSITELIB}/theano/compile/monitormode.pyc
 ${PYSITELIB}/theano/compile/monitormode.pyo
+${PYSITELIB}/theano/compile/nanguardmode.py
+${PYSITELIB}/theano/compile/nanguardmode.pyc
+${PYSITELIB}/theano/compile/nanguardmode.pyo
 ${PYSITELIB}/theano/compile/ops.py
 ${PYSITELIB}/theano/compile/ops.pyc
 ${PYSITELIB}/theano/compile/ops.pyo
@@ -91,6 +95,9 @@ ${PYSITELIB}/theano/compile/tests/test_modes.pyo
 ${PYSITELIB}/theano/compile/tests/test_monitormode.py
 ${PYSITELIB}/theano/compile/tests/test_monitormode.pyc
 ${PYSITELIB}/theano/compile/tests/test_monitormode.pyo
+${PYSITELIB}/theano/compile/tests/test_nanguardmode.py
+${PYSITELIB}/theano/compile/tests/test_nanguardmode.pyc
+${PYSITELIB}/theano/compile/tests/test_nanguardmode.pyo
 ${PYSITELIB}/theano/compile/tests/test_ops.py
 ${PYSITELIB}/theano/compile/tests/test_ops.pyc
 ${PYSITELIB}/theano/compile/tests/test_ops.pyo
@@ -109,6 +116,35 @@ ${PYSITELIB}/theano/configdefaults.pyo
 ${PYSITELIB}/theano/configparser.py
 ${PYSITELIB}/theano/configparser.pyc
 ${PYSITELIB}/theano/configparser.pyo
+${PYSITELIB}/theano/d3viz/__init__.py
+${PYSITELIB}/theano/d3viz/__init__.pyc
+${PYSITELIB}/theano/d3viz/__init__.pyo
+${PYSITELIB}/theano/d3viz/css/d3-context-menu.css
+${PYSITELIB}/theano/d3viz/css/d3viz.css
+${PYSITELIB}/theano/d3viz/d3viz.py
+${PYSITELIB}/theano/d3viz/d3viz.pyc
+${PYSITELIB}/theano/d3viz/d3viz.pyo
+${PYSITELIB}/theano/d3viz/formatting.py
+${PYSITELIB}/theano/d3viz/formatting.pyc
+${PYSITELIB}/theano/d3viz/formatting.pyo
+${PYSITELIB}/theano/d3viz/html/template.html
+${PYSITELIB}/theano/d3viz/js/d3-context-menu.js
+${PYSITELIB}/theano/d3viz/js/d3.v3.min.js
+${PYSITELIB}/theano/d3viz/js/d3viz.js
+${PYSITELIB}/theano/d3viz/js/dagre-d3.min.js
+${PYSITELIB}/theano/d3viz/js/graphlib-dot.min.js
+${PYSITELIB}/theano/d3viz/tests/__init__.py
+${PYSITELIB}/theano/d3viz/tests/__init__.pyc
+${PYSITELIB}/theano/d3viz/tests/__init__.pyo
+${PYSITELIB}/theano/d3viz/tests/models.py
+${PYSITELIB}/theano/d3viz/tests/models.pyc
+${PYSITELIB}/theano/d3viz/tests/models.pyo
+${PYSITELIB}/theano/d3viz/tests/test_d3viz.py
+${PYSITELIB}/theano/d3viz/tests/test_d3viz.pyc
+${PYSITELIB}/theano/d3viz/tests/test_d3viz.pyo
+${PYSITELIB}/theano/d3viz/tests/test_formatting.py
+${PYSITELIB}/theano/d3viz/tests/test_formatting.pyc
+${PYSITELIB}/theano/d3viz/tests/test_formatting.pyo
 ${PYSITELIB}/theano/generated_version.py
 ${PYSITELIB}/theano/generated_version.pyc
 ${PYSITELIB}/theano/generated_version.pyo
@@ -185,6 +221,7 @@ ${PYSITELIB}/theano/gof/tests/test_destroyhandler.pyo
 ${PYSITELIB}/theano/gof/tests/test_fg.py
 ${PYSITELIB}/theano/gof/tests/test_fg.pyc
 ${PYSITELIB}/theano/gof/tests/test_fg.pyo
+${PYSITELIB}/theano/gof/tests/test_fg_old_crash.pkl
 ${PYSITELIB}/theano/gof/tests/test_graph.py
 ${PYSITELIB}/theano/gof/tests/test_graph.pyc
 ${PYSITELIB}/theano/gof/tests/test_graph.pyo
@@ -221,6 +258,7 @@ ${PYSITELIB}/theano/gof/tests/test_utils.pyo
 ${PYSITELIB}/theano/gof/tests/test_vm.py
 ${PYSITELIB}/theano/gof/tests/test_vm.pyc
 ${PYSITELIB}/theano/gof/tests/test_vm.pyo
+${PYSITELIB}/theano/gof/theano_mod_helper.h
 ${PYSITELIB}/theano/gof/toolbox.py
 ${PYSITELIB}/theano/gof/toolbox.pyc
 ${PYSITELIB}/theano/gof/toolbox.pyo
@@ -255,6 +293,9 @@ ${PYSITELIB}/theano/misc/check_blas_many.sh
 ${PYSITELIB}/theano/misc/check_duplicate_key.py
 ${PYSITELIB}/theano/misc/check_duplicate_key.pyc
 ${PYSITELIB}/theano/misc/check_duplicate_key.pyo
+${PYSITELIB}/theano/misc/check_multi_gpu.py
+${PYSITELIB}/theano/misc/check_multi_gpu.pyc
+${PYSITELIB}/theano/misc/check_multi_gpu.pyo
 ${PYSITELIB}/theano/misc/cpucount.py
 ${PYSITELIB}/theano/misc/cpucount.pyc
 ${PYSITELIB}/theano/misc/cpucount.pyo
@@ -315,6 +356,9 @@ ${PYSITELIB}/theano/misc/tests/test_gnumpy_utils.pyo
 ${PYSITELIB}/theano/misc/tests/test_may_share_memory.py
 ${PYSITELIB}/theano/misc/tests/test_may_share_memory.pyc
 ${PYSITELIB}/theano/misc/tests/test_may_share_memory.pyo
+${PYSITELIB}/theano/misc/tests/test_pkl_utils.py
+${PYSITELIB}/theano/misc/tests/test_pkl_utils.pyc
+${PYSITELIB}/theano/misc/tests/test_pkl_utils.pyo
 ${PYSITELIB}/theano/misc/tests/test_pycuda_example.py
 ${PYSITELIB}/theano/misc/tests/test_pycuda_example.pyc
 ${PYSITELIB}/theano/misc/tests/test_pycuda_example.pyo
@@ -336,6 +380,9 @@ ${PYSITELIB}/theano/raise_op.pyo
 ${PYSITELIB}/theano/sandbox/__init__.py
 ${PYSITELIB}/theano/sandbox/__init__.pyc
 ${PYSITELIB}/theano/sandbox/__init__.pyo
+${PYSITELIB}/theano/sandbox/blocksparse.py
+${PYSITELIB}/theano/sandbox/blocksparse.pyc
+${PYSITELIB}/theano/sandbox/blocksparse.pyo
 ${PYSITELIB}/theano/sandbox/conv.py
 ${PYSITELIB}/theano/sandbox/conv.pyc
 ${PYSITELIB}/theano/sandbox/conv.pyo
@@ -360,6 +407,8 @@ ${PYSITELIB}/theano/sandbox/cuda/blas.pyo
 ${PYSITELIB}/theano/sandbox/cuda/blocksparse.py
 ${PYSITELIB}/theano/sandbox/cuda/blocksparse.pyc
 ${PYSITELIB}/theano/sandbox/cuda/blocksparse.pyo
+${PYSITELIB}/theano/sandbox/cuda/cnmem.cpp
+${PYSITELIB}/theano/sandbox/cuda/cnmem.h
 ${PYSITELIB}/theano/sandbox/cuda/conv.cu
 ${PYSITELIB}/theano/sandbox/cuda/conv_full_kernel.cu
 ${PYSITELIB}/theano/sandbox/cuda/conv_kernel.cu
@@ -368,6 +417,9 @@ ${PYSITELIB}/theano/sandbox/cuda/corr_gemm.cu
 ${PYSITELIB}/theano/sandbox/cuda/cuda_ndarray.cu
 ${PYSITELIB}/theano/sandbox/cuda/cuda_ndarray.cuh
 ${PYSITELIB}/theano/sandbox/cuda/cudnn_helper.h
+${PYSITELIB}/theano/sandbox/cuda/cula.py
+${PYSITELIB}/theano/sandbox/cuda/cula.pyc
+${PYSITELIB}/theano/sandbox/cuda/cula.pyo
 ${PYSITELIB}/theano/sandbox/cuda/dnn.py
 ${PYSITELIB}/theano/sandbox/cuda/dnn.pyc
 ${PYSITELIB}/theano/sandbox/cuda/dnn.pyo
@@ -407,10 +459,13 @@ ${PYSITELIB}/theano/sandbox/cuda/rng_curand.py
 ${PYSITELIB}/theano/sandbox/cuda/rng_curand.pyc
 ${PYSITELIB}/theano/sandbox/cuda/rng_curand.pyo
 ${PYSITELIB}/theano/sandbox/cuda/tests/CudaNdarray.pkl
-${PYSITELIB}/theano/sandbox/cuda/tests/CudaNdarray_py3.pkl
 ${PYSITELIB}/theano/sandbox/cuda/tests/__init__.py
 ${PYSITELIB}/theano/sandbox/cuda/tests/__init__.pyc
 ${PYSITELIB}/theano/sandbox/cuda/tests/__init__.pyo
+${PYSITELIB}/theano/sandbox/cuda/tests/old_pool_interface.pkl
+${PYSITELIB}/theano/sandbox/cuda/tests/test_abstractconv.py
+${PYSITELIB}/theano/sandbox/cuda/tests/test_abstractconv.pyc
+${PYSITELIB}/theano/sandbox/cuda/tests/test_abstractconv.pyo
 ${PYSITELIB}/theano/sandbox/cuda/tests/test_basic_ops.py
 ${PYSITELIB}/theano/sandbox/cuda/tests/test_basic_ops.pyc
 ${PYSITELIB}/theano/sandbox/cuda/tests/test_basic_ops.pyo
@@ -429,6 +484,9 @@ ${PYSITELIB}/theano/sandbox/cuda/tests/test_conv_cuda_ndarray.pyo
 ${PYSITELIB}/theano/sandbox/cuda/tests/test_cuda_ndarray.py
 ${PYSITELIB}/theano/sandbox/cuda/tests/test_cuda_ndarray.pyc
 ${PYSITELIB}/theano/sandbox/cuda/tests/test_cuda_ndarray.pyo
+${PYSITELIB}/theano/sandbox/cuda/tests/test_cula.py
+${PYSITELIB}/theano/sandbox/cuda/tests/test_cula.pyc
+${PYSITELIB}/theano/sandbox/cuda/tests/test_cula.pyo
 ${PYSITELIB}/theano/sandbox/cuda/tests/test_dnn.py
 ${PYSITELIB}/theano/sandbox/cuda/tests/test_dnn.pyc
 ${PYSITELIB}/theano/sandbox/cuda/tests/test_dnn.pyo
@@ -486,9 +544,6 @@ ${PYSITELIB}/theano/sandbox/cuda/type.pyo
 ${PYSITELIB}/theano/sandbox/cuda/var.py
 ${PYSITELIB}/theano/sandbox/cuda/var.pyc
 ${PYSITELIB}/theano/sandbox/cuda/var.pyo
-${PYSITELIB}/theano/sandbox/debug.py
-${PYSITELIB}/theano/sandbox/debug.pyc
-${PYSITELIB}/theano/sandbox/debug.pyo
 ${PYSITELIB}/theano/sandbox/fourier.py
 ${PYSITELIB}/theano/sandbox/fourier.pyc
 ${PYSITELIB}/theano/sandbox/fourier.pyo
@@ -504,54 +559,86 @@ ${PYSITELIB}/theano/sandbox/gpuarray/blas.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/comp.py
 ${PYSITELIB}/theano/sandbox/gpuarray/comp.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/comp.pyo
-${PYSITELIB}/theano/sandbox/gpuarray/conv.cu
-${PYSITELIB}/theano/sandbox/gpuarray/conv.py
-${PYSITELIB}/theano/sandbox/gpuarray/conv.pyc
-${PYSITELIB}/theano/sandbox/gpuarray/conv.pyo
-${PYSITELIB}/theano/sandbox/gpuarray/conv_full_kernel.cu
-${PYSITELIB}/theano/sandbox/gpuarray/conv_kernel.cu
+${PYSITELIB}/theano/sandbox/gpuarray/conv_desc.c
+${PYSITELIB}/theano/sandbox/gpuarray/cudnn_helper.h
+${PYSITELIB}/theano/sandbox/gpuarray/dnn.py
+${PYSITELIB}/theano/sandbox/gpuarray/dnn.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/dnn.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/dnn_base.c
+${PYSITELIB}/theano/sandbox/gpuarray/dnn_conv_base.c
+${PYSITELIB}/theano/sandbox/gpuarray/dnn_fwd.c
+${PYSITELIB}/theano/sandbox/gpuarray/dnn_gi.c
+${PYSITELIB}/theano/sandbox/gpuarray/dnn_gw.c
+${PYSITELIB}/theano/sandbox/gpuarray/dnn_pool.c
+${PYSITELIB}/theano/sandbox/gpuarray/dnn_pool_grad.c
+${PYSITELIB}/theano/sandbox/gpuarray/dnn_softmax.c
+${PYSITELIB}/theano/sandbox/gpuarray/dnn_softmax_grad.c
 ${PYSITELIB}/theano/sandbox/gpuarray/elemwise.py
 ${PYSITELIB}/theano/sandbox/gpuarray/elemwise.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/elemwise.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/fp16_help.py
+${PYSITELIB}/theano/sandbox/gpuarray/fp16_help.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/fp16_help.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/gemm16.c
+${PYSITELIB}/theano/sandbox/gpuarray/gpuarray_helper.h
 ${PYSITELIB}/theano/sandbox/gpuarray/kernel_codegen.py
 ${PYSITELIB}/theano/sandbox/gpuarray/kernel_codegen.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/kernel_codegen.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/neighbours.py
 ${PYSITELIB}/theano/sandbox/gpuarray/neighbours.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/neighbours.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/nerv.py
+${PYSITELIB}/theano/sandbox/gpuarray/nerv.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/nerv.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/nnet.py
 ${PYSITELIB}/theano/sandbox/gpuarray/nnet.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/nnet.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/opt.py
 ${PYSITELIB}/theano/sandbox/gpuarray/opt.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/opt.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/opt_util.py
+${PYSITELIB}/theano/sandbox/gpuarray/opt_util.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/opt_util.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/subtensor.py
 ${PYSITELIB}/theano/sandbox/gpuarray/subtensor.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/subtensor.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/tests/GpuArray.pkl
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/__init__.py
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/__init__.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/__init__.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/tests/config.py
+${PYSITELIB}/theano/sandbox/gpuarray/tests/config.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/tests/config.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_abstractconv.py
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_abstractconv.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_abstractconv.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_basic_ops.py
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_basic_ops.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_basic_ops.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_blas.py
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_blas.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_blas.pyo
-${PYSITELIB}/theano/sandbox/gpuarray/tests/test_conv_cuda_ndarray.py
-${PYSITELIB}/theano/sandbox/gpuarray/tests/test_conv_cuda_ndarray.pyc
-${PYSITELIB}/theano/sandbox/gpuarray/tests/test_conv_cuda_ndarray.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_dnn.py
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_dnn.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_dnn.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_elemwise.py
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_elemwise.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_elemwise.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_neighbours.py
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_neighbours.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_neighbours.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_nerv.py
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_nerv.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_nerv.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_nnet.py
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_nnet.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_nnet.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_opt.py
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_opt.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_opt.pyo
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_pickle.py
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_pickle.pyc
+${PYSITELIB}/theano/sandbox/gpuarray/tests/test_pickle.pyo
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_scan.py
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_scan.pyc
 ${PYSITELIB}/theano/sandbox/gpuarray/tests/test_scan.pyo
@@ -592,57 +679,28 @@ ${PYSITELIB}/theano/sandbox/rng_mrg.py
 ${PYSITELIB}/theano/sandbox/rng_mrg.pyc
 ${PYSITELIB}/theano/sandbox/rng_mrg.pyo
 ${PYSITELIB}/theano/sandbox/samples_MRG31k3p_12_7_5.txt
-${PYSITELIB}/theano/sandbox/scan.py
-${PYSITELIB}/theano/sandbox/scan.pyc
-${PYSITELIB}/theano/sandbox/scan.pyo
-${PYSITELIB}/theano/sandbox/scan_module/__init__.py
-${PYSITELIB}/theano/sandbox/scan_module/__init__.pyc
-${PYSITELIB}/theano/sandbox/scan_module/__init__.pyo
-${PYSITELIB}/theano/sandbox/scan_module/scan.py
-${PYSITELIB}/theano/sandbox/scan_module/scan.pyc
-${PYSITELIB}/theano/sandbox/scan_module/scan.pyo
-${PYSITELIB}/theano/sandbox/scan_module/scan_op.py
-${PYSITELIB}/theano/sandbox/scan_module/scan_op.pyc
-${PYSITELIB}/theano/sandbox/scan_module/scan_op.pyo
-${PYSITELIB}/theano/sandbox/scan_module/scan_utils.py
-${PYSITELIB}/theano/sandbox/scan_module/scan_utils.pyc
-${PYSITELIB}/theano/sandbox/scan_module/scan_utils.pyo
-${PYSITELIB}/theano/sandbox/scan_module/tests/__init__.py
-${PYSITELIB}/theano/sandbox/scan_module/tests/__init__.pyc
-${PYSITELIB}/theano/sandbox/scan_module/tests/__init__.pyo
-${PYSITELIB}/theano/sandbox/scan_module/tests/test_scan.py
-${PYSITELIB}/theano/sandbox/scan_module/tests/test_scan.pyc
-${PYSITELIB}/theano/sandbox/scan_module/tests/test_scan.pyo
-${PYSITELIB}/theano/sandbox/scan_module/tests/test_utils.py
-${PYSITELIB}/theano/sandbox/scan_module/tests/test_utils.pyc
-${PYSITELIB}/theano/sandbox/scan_module/tests/test_utils.pyo
 ${PYSITELIB}/theano/sandbox/softsign.py
 ${PYSITELIB}/theano/sandbox/softsign.pyc
 ${PYSITELIB}/theano/sandbox/softsign.pyo
 ${PYSITELIB}/theano/sandbox/solve.py
 ${PYSITELIB}/theano/sandbox/solve.pyc
 ${PYSITELIB}/theano/sandbox/solve.pyo
-${PYSITELIB}/theano/sandbox/symbolic_module.py
-${PYSITELIB}/theano/sandbox/symbolic_module.pyc
-${PYSITELIB}/theano/sandbox/symbolic_module.pyo
-${PYSITELIB}/theano/sandbox/test_multinomial.py
-${PYSITELIB}/theano/sandbox/test_multinomial.pyc
-${PYSITELIB}/theano/sandbox/test_multinomial.pyo
-${PYSITELIB}/theano/sandbox/test_neighbourhoods.py
-${PYSITELIB}/theano/sandbox/test_neighbourhoods.pyc
-${PYSITELIB}/theano/sandbox/test_neighbourhoods.pyo
-${PYSITELIB}/theano/sandbox/test_rng_mrg.py
-${PYSITELIB}/theano/sandbox/test_rng_mrg.pyc
-${PYSITELIB}/theano/sandbox/test_rng_mrg.pyo
-${PYSITELIB}/theano/sandbox/test_scan.py
-${PYSITELIB}/theano/sandbox/test_scan.pyc
-${PYSITELIB}/theano/sandbox/test_scan.pyo
-${PYSITELIB}/theano/sandbox/test_theano_object.py
-${PYSITELIB}/theano/sandbox/test_theano_object.pyc
-${PYSITELIB}/theano/sandbox/test_theano_object.pyo
-${PYSITELIB}/theano/sandbox/theano_object.py
-${PYSITELIB}/theano/sandbox/theano_object.pyc
-${PYSITELIB}/theano/sandbox/theano_object.pyo
+${PYSITELIB}/theano/sandbox/tests/__init__.py
+${PYSITELIB}/theano/sandbox/tests/__init__.pyc
+${PYSITELIB}/theano/sandbox/tests/__init__.pyo
+${PYSITELIB}/theano/sandbox/tests/multinomial_test_graph.pkl
+${PYSITELIB}/theano/sandbox/tests/test_multinomial.py
+${PYSITELIB}/theano/sandbox/tests/test_multinomial.pyc
+${PYSITELIB}/theano/sandbox/tests/test_multinomial.pyo
+${PYSITELIB}/theano/sandbox/tests/test_multinomial_wo_replacement.py
+${PYSITELIB}/theano/sandbox/tests/test_multinomial_wo_replacement.pyc
+${PYSITELIB}/theano/sandbox/tests/test_multinomial_wo_replacement.pyo
+${PYSITELIB}/theano/sandbox/tests/test_neighbourhoods.py
+${PYSITELIB}/theano/sandbox/tests/test_neighbourhoods.pyc
+${PYSITELIB}/theano/sandbox/tests/test_neighbourhoods.pyo
+${PYSITELIB}/theano/sandbox/tests/test_rng_mrg.py
+${PYSITELIB}/theano/sandbox/tests/test_rng_mrg.pyc
+${PYSITELIB}/theano/sandbox/tests/test_rng_mrg.pyo
 ${PYSITELIB}/theano/scalar/__init__.py
 ${PYSITELIB}/theano/scalar/__init__.pyc
 ${PYSITELIB}/theano/scalar/__init__.pyo
@@ -667,6 +725,12 @@ ${PYSITELIB}/theano/scalar/tests/test_basic.pyo
 ${PYSITELIB}/theano/scalar/tests/test_basic_sympy.py
 ${PYSITELIB}/theano/scalar/tests/test_basic_sympy.pyc
 ${PYSITELIB}/theano/scalar/tests/test_basic_sympy.pyo
+${PYSITELIB}/theano/scalar/tests/test_div_future.py
+${PYSITELIB}/theano/scalar/tests/test_div_future.pyc
+${PYSITELIB}/theano/scalar/tests/test_div_future.pyo
+${PYSITELIB}/theano/scalar/tests/test_div_no_future.py
+${PYSITELIB}/theano/scalar/tests/test_div_no_future.pyc
+${PYSITELIB}/theano/scalar/tests/test_div_no_future.pyo
 ${PYSITELIB}/theano/scan_module/__init__.py
 ${PYSITELIB}/theano/scan_module/__init__.pyc
 ${PYSITELIB}/theano/scan_module/__init__.pyo
@@ -692,6 +756,7 @@ ${PYSITELIB}/theano/scan_module/scan_views.pyo
 ${PYSITELIB}/theano/scan_module/tests/__init__.py
 ${PYSITELIB}/theano/scan_module/tests/__init__.pyc
 ${PYSITELIB}/theano/scan_module/tests/__init__.pyo
+${PYSITELIB}/theano/scan_module/tests/inconsistent_scan.pkl
 ${PYSITELIB}/theano/scan_module/tests/test_scan.py
 ${PYSITELIB}/theano/scan_module/tests/test_scan.pyc
 ${PYSITELIB}/theano/scan_module/tests/test_scan.pyo
@@ -770,9 +835,6 @@ ${PYSITELIB}/theano/tensor/blas_headers.pyo
 ${PYSITELIB}/theano/tensor/blas_scipy.py
 ${PYSITELIB}/theano/tensor/blas_scipy.pyc
 ${PYSITELIB}/theano/tensor/blas_scipy.pyo
-${PYSITELIB}/theano/tensor/deprecated/__init__.py
-${PYSITELIB}/theano/tensor/deprecated/__init__.pyc
-${PYSITELIB}/theano/tensor/deprecated/__init__.pyo
 ${PYSITELIB}/theano/tensor/elemwise.py
 ${PYSITELIB}/theano/tensor/elemwise.pyc
 ${PYSITELIB}/theano/tensor/elemwise.pyo
@@ -806,18 +868,34 @@ ${PYSITELIB}/theano/tensor/nnet/ConvTransp3D.pyo
 ${PYSITELIB}/theano/tensor/nnet/__init__.py
 ${PYSITELIB}/theano/tensor/nnet/__init__.pyc
 ${PYSITELIB}/theano/tensor/nnet/__init__.pyo
+${PYSITELIB}/theano/tensor/nnet/abstract_conv.py
+${PYSITELIB}/theano/tensor/nnet/abstract_conv.pyc
+${PYSITELIB}/theano/tensor/nnet/abstract_conv.pyo
+${PYSITELIB}/theano/tensor/nnet/blocksparse.py
+${PYSITELIB}/theano/tensor/nnet/blocksparse.pyc
+${PYSITELIB}/theano/tensor/nnet/blocksparse.pyo
+${PYSITELIB}/theano/tensor/nnet/bn.py
+${PYSITELIB}/theano/tensor/nnet/bn.pyc
+${PYSITELIB}/theano/tensor/nnet/bn.pyo
 ${PYSITELIB}/theano/tensor/nnet/conv.py
 ${PYSITELIB}/theano/tensor/nnet/conv.pyc
 ${PYSITELIB}/theano/tensor/nnet/conv.pyo
 ${PYSITELIB}/theano/tensor/nnet/conv3d2d.py
 ${PYSITELIB}/theano/tensor/nnet/conv3d2d.pyc
 ${PYSITELIB}/theano/tensor/nnet/conv3d2d.pyo
+${PYSITELIB}/theano/tensor/nnet/corr.py
+${PYSITELIB}/theano/tensor/nnet/corr.pyc
+${PYSITELIB}/theano/tensor/nnet/corr.pyo
+${PYSITELIB}/theano/tensor/nnet/corr_gemm.c
 ${PYSITELIB}/theano/tensor/nnet/neighbours.py
 ${PYSITELIB}/theano/tensor/nnet/neighbours.pyc
 ${PYSITELIB}/theano/tensor/nnet/neighbours.pyo
 ${PYSITELIB}/theano/tensor/nnet/nnet.py
 ${PYSITELIB}/theano/tensor/nnet/nnet.pyc
 ${PYSITELIB}/theano/tensor/nnet/nnet.pyo
+${PYSITELIB}/theano/tensor/nnet/opt.py
+${PYSITELIB}/theano/tensor/nnet/opt.pyc
+${PYSITELIB}/theano/tensor/nnet/opt.pyo
 ${PYSITELIB}/theano/tensor/nnet/sigm.py
 ${PYSITELIB}/theano/tensor/nnet/sigm.pyc
 ${PYSITELIB}/theano/tensor/nnet/sigm.pyo
@@ -827,6 +905,15 @@ ${PYSITELIB}/theano/tensor/nnet/tests/__init__.pyo
 ${PYSITELIB}/theano/tensor/nnet/tests/speed_test_conv.py
 ${PYSITELIB}/theano/tensor/nnet/tests/speed_test_conv.pyc
 ${PYSITELIB}/theano/tensor/nnet/tests/speed_test_conv.pyo
+${PYSITELIB}/theano/tensor/nnet/tests/test_abstract_conv.py
+${PYSITELIB}/theano/tensor/nnet/tests/test_abstract_conv.pyc
+${PYSITELIB}/theano/tensor/nnet/tests/test_abstract_conv.pyo
+${PYSITELIB}/theano/tensor/nnet/tests/test_blocksparse.py
+${PYSITELIB}/theano/tensor/nnet/tests/test_blocksparse.pyc
+${PYSITELIB}/theano/tensor/nnet/tests/test_blocksparse.pyo
+${PYSITELIB}/theano/tensor/nnet/tests/test_bn.py
+${PYSITELIB}/theano/tensor/nnet/tests/test_bn.pyc
+${PYSITELIB}/theano/tensor/nnet/tests/test_bn.pyo
 ${PYSITELIB}/theano/tensor/nnet/tests/test_conv.py
 ${PYSITELIB}/theano/tensor/nnet/tests/test_conv.pyc
 ${PYSITELIB}/theano/tensor/nnet/tests/test_conv.pyo
@@ -836,12 +923,18 @@ ${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d.pyo
 ${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d2d.py
 ${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d2d.pyc
 ${PYSITELIB}/theano/tensor/nnet/tests/test_conv3d2d.pyo
+${PYSITELIB}/theano/tensor/nnet/tests/test_corr.py
+${PYSITELIB}/theano/tensor/nnet/tests/test_corr.pyc
+${PYSITELIB}/theano/tensor/nnet/tests/test_corr.pyo
 ${PYSITELIB}/theano/tensor/nnet/tests/test_neighbours.py
 ${PYSITELIB}/theano/tensor/nnet/tests/test_neighbours.pyc
 ${PYSITELIB}/theano/tensor/nnet/tests/test_neighbours.pyo
 ${PYSITELIB}/theano/tensor/nnet/tests/test_nnet.py
 ${PYSITELIB}/theano/tensor/nnet/tests/test_nnet.pyc
 ${PYSITELIB}/theano/tensor/nnet/tests/test_nnet.pyo
+${PYSITELIB}/theano/tensor/nnet/tests/test_opt.py
+${PYSITELIB}/theano/tensor/nnet/tests/test_opt.pyc
+${PYSITELIB}/theano/tensor/nnet/tests/test_opt.pyo
 ${PYSITELIB}/theano/tensor/nnet/tests/test_sigm.py
 ${PYSITELIB}/theano/tensor/nnet/tests/test_sigm.pyc
 ${PYSITELIB}/theano/tensor/nnet/tests/test_sigm.pyo
@@ -869,15 +962,18 @@ ${PYSITELIB}/theano/tensor/signal/conv.pyo
 ${PYSITELIB}/theano/tensor/signal/downsample.py
 ${PYSITELIB}/theano/tensor/signal/downsample.pyc
 ${PYSITELIB}/theano/tensor/signal/downsample.pyo
+${PYSITELIB}/theano/tensor/signal/pool.py
+${PYSITELIB}/theano/tensor/signal/pool.pyc
+${PYSITELIB}/theano/tensor/signal/pool.pyo
 ${PYSITELIB}/theano/tensor/signal/tests/__init__.py
 ${PYSITELIB}/theano/tensor/signal/tests/__init__.pyc
 ${PYSITELIB}/theano/tensor/signal/tests/__init__.pyo
 ${PYSITELIB}/theano/tensor/signal/tests/test_conv.py
 ${PYSITELIB}/theano/tensor/signal/tests/test_conv.pyc
 ${PYSITELIB}/theano/tensor/signal/tests/test_conv.pyo
-${PYSITELIB}/theano/tensor/signal/tests/test_downsample.py
-${PYSITELIB}/theano/tensor/signal/tests/test_downsample.pyc
-${PYSITELIB}/theano/tensor/signal/tests/test_downsample.pyo
+${PYSITELIB}/theano/tensor/signal/tests/test_pool.py
+${PYSITELIB}/theano/tensor/signal/tests/test_pool.pyc
+${PYSITELIB}/theano/tensor/signal/tests/test_pool.pyo
 ${PYSITELIB}/theano/tensor/slinalg.py
 ${PYSITELIB}/theano/tensor/slinalg.pyc
 ${PYSITELIB}/theano/tensor/slinalg.pyo
@@ -978,6 +1074,9 @@ ${PYSITELIB}/theano/tensor/tests/test_type_other.pyo
 ${PYSITELIB}/theano/tensor/tests/test_utils.py
 ${PYSITELIB}/theano/tensor/tests/test_utils.pyc
 ${PYSITELIB}/theano/tensor/tests/test_utils.pyo
+${PYSITELIB}/theano/tensor/tests/test_var.py
+${PYSITELIB}/theano/tensor/tests/test_var.pyc
+${PYSITELIB}/theano/tensor/tests/test_var.pyo
 ${PYSITELIB}/theano/tensor/tests/test_xlogx.py
 ${PYSITELIB}/theano/tensor/tests/test_xlogx.pyc
 ${PYSITELIB}/theano/tensor/tests/test_xlogx.pyo
@@ -999,6 +1098,9 @@ ${PYSITELIB}/theano/tensor/xlogx.pyo
 ${PYSITELIB}/theano/tests/__init__.py
 ${PYSITELIB}/theano/tests/__init__.pyc
 ${PYSITELIB}/theano/tests/__init__.pyo
+${PYSITELIB}/theano/tests/breakpoint.py
+${PYSITELIB}/theano/tests/breakpoint.pyc
+${PYSITELIB}/theano/tests/breakpoint.pyo
 ${PYSITELIB}/theano/tests/disturb_mem.py
 ${PYSITELIB}/theano/tests/disturb_mem.pyc
 ${PYSITELIB}/theano/tests/disturb_mem.pyo
@@ -1017,12 +1119,18 @@ ${PYSITELIB}/theano/tests/run_tests_in_batch.pyo
 ${PYSITELIB}/theano/tests/test_2nd_order_grads.py
 ${PYSITELIB}/theano/tests/test_2nd_order_grads.pyc
 ${PYSITELIB}/theano/tests/test_2nd_order_grads.pyo
+${PYSITELIB}/theano/tests/test_breakpoint.py
+${PYSITELIB}/theano/tests/test_breakpoint.pyc
+${PYSITELIB}/theano/tests/test_breakpoint.pyo
 ${PYSITELIB}/theano/tests/test_config.py
 ${PYSITELIB}/theano/tests/test_config.pyc
 ${PYSITELIB}/theano/tests/test_config.pyo
 ${PYSITELIB}/theano/tests/test_determinism.py
 ${PYSITELIB}/theano/tests/test_determinism.pyc
 ${PYSITELIB}/theano/tests/test_determinism.pyo
+${PYSITELIB}/theano/tests/test_dictionary_output.py
+${PYSITELIB}/theano/tests/test_dictionary_output.pyc
+${PYSITELIB}/theano/tests/test_dictionary_output.pyo
 ${PYSITELIB}/theano/tests/test_flake8.py
 ${PYSITELIB}/theano/tests/test_flake8.pyc
 ${PYSITELIB}/theano/tests/test_flake8.pyo
@@ -1044,9 +1152,6 @@ ${PYSITELIB}/theano/tests/test_record.pyo
 ${PYSITELIB}/theano/tests/test_rop.py
 ${PYSITELIB}/theano/tests/test_rop.pyc
 ${PYSITELIB}/theano/tests/test_rop.pyo
-${PYSITELIB}/theano/tests/test_tutorial.py
-${PYSITELIB}/theano/tests/test_tutorial.pyc
-${PYSITELIB}/theano/tests/test_tutorial.pyo
 ${PYSITELIB}/theano/tests/test_updates.py
 ${PYSITELIB}/theano/tests/test_updates.pyc
 ${PYSITELIB}/theano/tests/test_updates.pyo
diff --git a/py-theano/distinfo b/py-theano/distinfo
index 908fe03..94e6b50 100644
--- a/py-theano/distinfo
+++ b/py-theano/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.2 2015/01/26 21:21:52 jihbed Exp $
 
-SHA1 (Theano-0.7.0.tar.gz) = 7e59a7c76a24397f0b0c0e895b315885d78f9210
-RMD160 (Theano-0.7.0.tar.gz) = 5efeb3896c9d06c685ba59edfad0a6a3316c462c
-Size (Theano-0.7.0.tar.gz) = 1985387 bytes
-SHA1 (patch-setup.py) = d7d9cf8b553b2f7ff3ec4c6b44d4c3e1ad00040d
+SHA1 (Theano-0.8.2.tar.gz) = c668e6c9dd5e59bb079e938f964626b96fd555cb
+RMD160 (Theano-0.8.2.tar.gz) = 3ba9c49fe7149e5a6b773d9a394bbe6752d9e3ba
+SHA512 (Theano-0.8.2.tar.gz) = d7bad7ed4c9453470b66df2ada4587fbe9effc134c0604d11576630a613568386d41aa7dd4a77f8b7a1eb6d8a2f76a8e809b1ac3ae18c85a0c55ba4a059b865e
+Size (Theano-0.8.2.tar.gz) = 2914631 bytes
+SHA1 (patch-setup.py) = 97d3d1d78ccc30649d8536483e21a8c2bcdf6917
diff --git a/py-theano/patches/patch-setup.py b/py-theano/patches/patch-setup.py
index c51410e..9bfb2fd 100644
--- a/py-theano/patches/patch-setup.py
+++ b/py-theano/patches/patch-setup.py
@@ -1,10 +1,18 @@
 $NetBSD$
 
---- setup.py.orig	2015-03-26 21:43:05.000000000 +0000
+--- setup.py.orig	2016-04-21 12:04:08.000000000 +0000
 +++ setup.py
-@@ -180,7 +180,7 @@ def do_setup():
-                    '*.h', 'ChangeLog'],
-               'theano.misc': ['*.sh']
+@@ -5,6 +5,7 @@
+ #   * Add download_url
+ 
+ import os
++import sys
+ import subprocess
+ import codecs
+ from fnmatch import fnmatchcase
+@@ -174,7 +175,7 @@ def do_setup():
+               'theano.misc': ['*.sh'],
+               'theano.d3viz' : ['html/*','css/*','js/*']
            },
 -          scripts=['bin/theano-cache', 'bin/theano-nose', 'bin/theano-test'],
 +          scripts=['bin/theano-cache'+sys.version[0:3], 'bin/theano-nose'+sys.version[0:3], 'bin/theano-test'+sys.version[0:3]],


Home | Main Index | Thread Index | Old Index