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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Mar 2 09:32:39 PST 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/88e5b290eab5/
Changeset:   88e5b290eab5
Branch:      yt
User:        ngoldbaum
Date:        2016-02-24 18:51:10+00:00
Summary:     Add minimum setuptools version and cython to install_requires
Affected #:  2 files

diff -r d18dc7748e19ec77816ee9b44147e5c0597c3185 -r 88e5b290eab533df7eca9d13aa95ffa69df01307 MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include README* CREDITS COPYING.txt CITATION requirements.txt optional-requirements.txt
+include README* CREDITS COPYING.txt CITATION requirements.txt optional-requirements.txt setupext.py
 include yt/visualization/mapserver/html/map_index.html
 include yt/visualization/mapserver/html/leaflet/*.css
 include yt/visualization/mapserver/html/leaflet/*.js

diff -r d18dc7748e19ec77816ee9b44147e5c0597c3185 -r 88e5b290eab533df7eca9d13aa95ffa69df01307 setup.py
--- a/setup.py
+++ b/setup.py
@@ -357,13 +357,15 @@
     packages=find_packages(),
     setup_requires=[
         'numpy',
-        'cython>=0.22'
+        'cython>=0.22',
     ],
     install_requires=[
         # 'matplotlib',  # messes up nosetests will be fixed in future PRs
+        'setuptools>=18.0',
         'sympy',
         'numpy',
         'IPython',
+        'cython',
     ],
     cmdclass={'build_ext': build_ext, 'build_py': build_py},
     author="The yt project",


https://bitbucket.org/yt_analysis/yt/commits/75b45347c44d/
Changeset:   75b45347c44d
Branch:      yt
User:        MatthewTurk
Date:        2016-03-02 17:32:33+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2003)

Add minimum setuptools version and cython to install_requires
Affected #:  1 file

diff -r 0ebb7e886c4fd7deed72db2980741dcb65b8e130 -r 75b45347c44d52c1d4a32ee1b56356879848d92d setup.py
--- a/setup.py
+++ b/setup.py
@@ -368,13 +368,15 @@
     packages=find_packages(),
     setup_requires=[
         'numpy',
-        'cython>=0.22'
+        'cython>=0.22',
     ],
     install_requires=[
         # 'matplotlib',  # messes up nosetests will be fixed in future PRs
+        'setuptools>=18.0',
         'sympy',
         'numpy',
         'IPython',
+        'cython',
     ],
     cmdclass={'sdist': sdist, 'build_ext': build_ext, 'build_py': build_py},
     author="The yt project",

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