[yt-svn] commit/yt-3.0: ngoldbaum: Re-adding frontend files that should not have been removed.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Nov 21 10:30:25 PST 2013


1 new commit in yt-3.0:

https://bitbucket.org/yt_analysis/yt-3.0/commits/d14dd39a8b5b/
Changeset:   d14dd39a8b5b
Branch:      yt-3.0
User:        ngoldbaum
Date:        2013-11-21 19:29:47
Summary:     Re-adding frontend files that should not have been removed.
Affected #:  4 files

diff -r 3068644277057cee18a6309c0e3eaddbba419625 -r d14dd39a8b5b909f6db9328a5851ef2dd0fcbb21 yt/frontends/art/__init__.py
--- /dev/null
+++ b/yt/frontends/art/__init__.py
@@ -0,0 +1,14 @@
+"""
+API for yt.frontends.art
+
+
+
+"""
+
+#-----------------------------------------------------------------------------
+# 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.
+#-----------------------------------------------------------------------------

diff -r 3068644277057cee18a6309c0e3eaddbba419625 -r d14dd39a8b5b909f6db9328a5851ef2dd0fcbb21 yt/frontends/art/setup.py
--- /dev/null
+++ b/yt/frontends/art/setup.py
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+import setuptools
+import os, sys, os.path
+
+def configuration(parent_package='',top_path=None):
+    from numpy.distutils.misc_util import Configuration
+    config = Configuration('art',parent_package,top_path)
+    config.make_config_py() # installs __config__.py
+    #config.make_svn_version_py()
+    return config

diff -r 3068644277057cee18a6309c0e3eaddbba419625 -r d14dd39a8b5b909f6db9328a5851ef2dd0fcbb21 yt/frontends/ramses/__init__.py
--- a/yt/frontends/ramses/__init__.py
+++ b/yt/frontends/ramses/__init__.py
@@ -0,0 +1,14 @@
+"""
+API for yt.frontends.ramses
+
+
+
+"""
+
+#-----------------------------------------------------------------------------
+# 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.
+#-----------------------------------------------------------------------------

diff -r 3068644277057cee18a6309c0e3eaddbba419625 -r d14dd39a8b5b909f6db9328a5851ef2dd0fcbb21 yt/frontends/ramses/setup.py
--- /dev/null
+++ b/yt/frontends/ramses/setup.py
@@ -0,0 +1,14 @@
+#!/usr/bin/env python
+import setuptools
+import os
+import sys
+import os.path
+import glob
+
+
+def configuration(parent_package='', top_path=None):
+    from numpy.distutils.misc_util import Configuration
+    config = Configuration('ramses', parent_package, top_path)
+    config.make_config_py()  # installs __config__.py
+    #config.make_svn_version_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