[yt-svn] commit/yt-3.0: xarthisius: Add setup for yt/extern/progressbar. Fixes issue #732

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Nov 25 03:09:27 PST 2013


1 new commit in yt-3.0:

https://bitbucket.org/yt_analysis/yt-3.0/commits/6e029bcb0dbf/
Changeset:   6e029bcb0dbf
Branch:      yt-3.0
User:        xarthisius
Date:        2013-11-25 11:41:08
Summary:     Add setup for yt/extern/progressbar. Fixes issue #732
Affected #:  1 file

diff -r a788d5a847d925ef1d57f639db889ca273b651e0 -r 6e029bcb0dbf8680278737524cce19e3365cbea1 yt/extern/setup.py
--- /dev/null
+++ b/yt/extern/setup.py
@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+#----------------------------------------------------------------------------
+# Copyright (c) 2013, yt Development Team.
+#
+# Distributed under the terms of the Modified BSD License.
+#
+# The full license is in the file COPYING.txt, distributed with this software.
+#-----------------------------------------------------------------------------
+
+
+def configuration(parent_package='', top_path=None):
+    from numpy.distutils.misc_util import Configuration
+    config = Configuration('extern', parent_package, top_path)
+    config.add_subpackage("progressbar")
+    config.make_config_py()
+    return config

Repository URL: https://bitbucket.org/yt_analysis/yt-3.0/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list