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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Feb 1 08:54:38 PST 2014


4 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/9690669926b5/
Changeset:   9690669926b5
Branch:      yt
User:        xarthisius
Date:        2014-01-31 20:06:00
Summary:     Add missing subpackages. Fixes #766
Affected #:  1 file

diff -r b4f406c4ffb73d8d2370617ca677729c55c7c95a -r 9690669926b56c1351fb7f25d5feebe9c732f60c yt/analysis_modules/halo_finding/setup.py
--- a/yt/analysis_modules/halo_finding/setup.py
+++ b/yt/analysis_modules/halo_finding/setup.py
@@ -1,9 +1,7 @@
 #!/usr/bin/env python
-import setuptools
-import os
-import sys
 import os.path
 
+
 def configuration(parent_package='', top_path=None):
     from numpy.distutils.misc_util import Configuration
     config = Configuration('halo_finding', parent_package, top_path)
@@ -12,6 +10,5 @@
     config.add_subpackage("parallel_hop")
     if os.path.exists("rockstar.cfg"):
         config.add_subpackage("rockstar")
-    config.make_config_py() # installs __config__.py
-    #config.make_svn_version_py()
+    config.make_config_py()  # installs __config__.py
     return config


https://bitbucket.org/yt_analysis/yt/commits/94ab4b85bf8e/
Changeset:   94ab4b85bf8e
Branch:      yt
User:        xarthisius
Date:        2014-01-31 20:06:28
Summary:     Add missing files to MANIFEST.in. Fixes #766
Affected #:  1 file

diff -r 9690669926b56c1351fb7f25d5feebe9c732f60c -r 94ab4b85bf8e243e97098a333064c8413608ad24 MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,9 @@
 include distribute_setup.py README* CREDITS COPYING.txt CITATION
 recursive-include yt/gui/reason/html *.html *.png *.ico *.js
-recursive-include yt *.pyx *.pxd *.h README*
-recursive-include yt/utilities/kdtree *.f90 *.v Makefile LICENSE
\ No newline at end of file
+recursive-include yt *.pyx *.pxd *.h README* *.glsl *.cu
+recursive-include yt/utilities/kdtree *.f90 *.v Makefile LICENSE
+recursive-include yt/analysis_modules/halo_finding/rockstar *.py *.pyx
+prune yt/frontends/_skeleton
+prune tests
+graft yt/gui/reason/html/resources
+exclude clean.sh nose.cfg .hgchurn


https://bitbucket.org/yt_analysis/yt/commits/39cb094b3d6c/
Changeset:   39cb094b3d6c
Branch:      yt
User:        xarthisius
Date:        2014-01-31 20:13:02
Summary:     Add file missed in previous commit
Affected #:  1 file

diff -r 94ab4b85bf8e243e97098a333064c8413608ad24 -r 39cb094b3d6c31ec4ddd96043c27be1daf0815e4 yt/analysis_modules/setup.py
--- a/yt/analysis_modules/setup.py
+++ b/yt/analysis_modules/setup.py
@@ -1,12 +1,10 @@
 #!/usr/bin/env python
-import setuptools
 
 
 def configuration(parent_package='', top_path=None):
     from numpy.distutils.misc_util import Configuration
     config = Configuration('analysis_modules', parent_package, top_path)
     config.make_config_py()  # installs __config__.py
-    #config.make_svn_version_py()
     config.add_subpackage("absorption_spectrum")
     config.add_subpackage("coordinate_transformation")
     config.add_subpackage("cosmological_observation")
@@ -16,10 +14,13 @@
     config.add_subpackage("halo_profiler")
     config.add_subpackage("hierarchy_subset")
     config.add_subpackage("level_sets")
+    config.add_subpackage("particle_trajectories")
+    config.add_subpackage("photon_simulator")
     config.add_subpackage("radial_column_density")
     config.add_subpackage("spectral_integrator")
     config.add_subpackage("star_analysis")
     config.add_subpackage("two_point_functions")
     config.add_subpackage("radmc3d_export")
-    config.add_subpackage("sunyaev_zeldovich")    
+    config.add_subpackage("sunrise_export")
+    config.add_subpackage("sunyaev_zeldovich")
     return config


https://bitbucket.org/yt_analysis/yt/commits/ee1162afe183/
Changeset:   ee1162afe183
Branch:      yt
User:        xarthisius
Date:        2014-01-31 20:58:15
Summary:     Include nose.cfg in MANIFEST.in
Affected #:  1 file

diff -r 39cb094b3d6c31ec4ddd96043c27be1daf0815e4 -r ee1162afe183ad11194049e2f17301e832031dbf MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include distribute_setup.py README* CREDITS COPYING.txt CITATION
+include distribute_setup.py README* CREDITS COPYING.txt CITATION nose.cfg
 recursive-include yt/gui/reason/html *.html *.png *.ico *.js
 recursive-include yt *.pyx *.pxd *.h README* *.glsl *.cu
 recursive-include yt/utilities/kdtree *.f90 *.v Makefile LICENSE
@@ -6,4 +6,4 @@
 prune yt/frontends/_skeleton
 prune tests
 graft yt/gui/reason/html/resources
-exclude clean.sh nose.cfg .hgchurn
+exclude clean.sh .hgchurn

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