[yt-svn] commit/yt: 4 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Aug 8 00:27:17 PDT 2013


4 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/b8fc059c3d6c/
Changeset:   b8fc059c3d6c
Branch:      yt
User:        ngoldbaum
Date:        2013-08-06 23:54:12
Summary:     Fixing an error that breaks source distributions.  Closes #620.
Affected #:  1 file

diff -r f936432ed45df5f59f1691ec56f64ee31bb85a46 -r b8fc059c3d6c20925944980dc7f74bb75e5ddaa1 yt/data_objects/setup.py
--- a/yt/data_objects/setup.py
+++ b/yt/data_objects/setup.py
@@ -8,7 +8,7 @@
 def configuration(parent_package='', top_path=None):
     from numpy.distutils.misc_util import Configuration
     config = Configuration('data_objects', parent_package, top_path)
+    config.add_subpackage("tests")
     config.make_config_py()  # installs __config__.py
-    config.add_subpackage("tests")
     #config.make_svn_version_py()
     return config


https://bitbucket.org/yt_analysis/yt/commits/7807ae08ea91/
Changeset:   7807ae08ea91
Branch:      yt
User:        ngoldbaum
Date:        2013-08-07 09:46:51
Summary:     Adding missing empty __init__.py files.
Affected #:  5 files



https://bitbucket.org/yt_analysis/yt/commits/aac8c2b8ff0b/
Changeset:   aac8c2b8ff0b
Branch:      yt
User:        ngoldbaum
Date:        2013-08-07 18:36:13
Summary:     Need to include fortran kdtree sources in MANIFEST.in
Affected #:  1 file

diff -r 7807ae08ea91b29e9f71ae428f81354561be23f0 -r aac8c2b8ff0b537fda042bc908163312063f8aba MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
 include distribute_setup.py README* CREDITS FUNDING LICENSE.txt
 recursive-include yt/gui/reason/html *.html *.png *.ico *.js
 recursive-include yt *.pyx *.pxd *.hh *.h README*
+recursive-include yt/utilities/kdtree *.f90 *.v Makefile LICENSE
\ No newline at end of file


https://bitbucket.org/yt_analysis/yt/commits/d33be33da703/
Changeset:   d33be33da703
Branch:      yt
User:        xarthisius
Date:        2013-08-08 09:27:13
Summary:     Merged in ngoldbaum/yt (pull request #563)

Fixing an error that breaks source distributions.  Closes #620.
Affected #:  7 files

diff -r 8bf918bc58e76b48ea57073ecbcea1cb951dd617 -r d33be33da703510aa9cf4e85da906bcf0ac61229 MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
 include distribute_setup.py README* CREDITS FUNDING LICENSE.txt
 recursive-include yt/gui/reason/html *.html *.png *.ico *.js
 recursive-include yt *.pyx *.pxd *.hh *.h README*
+recursive-include yt/utilities/kdtree *.f90 *.v Makefile LICENSE
\ No newline at end of file

diff -r 8bf918bc58e76b48ea57073ecbcea1cb951dd617 -r d33be33da703510aa9cf4e85da906bcf0ac61229 yt/data_objects/setup.py
--- a/yt/data_objects/setup.py
+++ b/yt/data_objects/setup.py
@@ -8,7 +8,7 @@
 def configuration(parent_package='', top_path=None):
     from numpy.distutils.misc_util import Configuration
     config = Configuration('data_objects', parent_package, top_path)
+    config.add_subpackage("tests")
     config.make_config_py()  # installs __config__.py
-    config.add_subpackage("tests")
     #config.make_svn_version_py()
     return config

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

--

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