[Python-modules-commits] [python-pysolar] 01/01: Update version number and remove cruft from setup.py

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 23:36:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag 0.4.4
in repository python-pysolar.

commit 42d1abdd877c5f186727c6a59f257c7cf7d4c769
Author: Brandon Stafford <brandon at pingswept.org>
Date:   Mon Mar 5 17:46:22 2012 -0500

    Update version number and remove cruft from setup.py
---
 setup.py | 6 +++---
 util.py  | 2 --
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/setup.py b/setup.py
index 809a603..dedebb4 100644
--- a/setup.py
+++ b/setup.py
@@ -17,13 +17,13 @@ classifiers = ['Development Status :: 5 - Production/Stable',
 
 
 setup(name='Pysolar',
-    version='0.4.1',
+    version='0.4.4',
     description='Collection of Python libraries for simulating the irradiation of any point on earth by the sun',
     author='Brandon Stafford',
     author_email='brandon at pingswept.org',
     license = 'GNU General Public License (GPL)',
     url='http://pysolar.org',
-    py_modules=['constants', 'horizon', 'julian', 'poly', 'query_usno', 'radiation', 'shade', 'shade_test', 'simulate', 'solar', 'testsolar', 'util'],
-    requires = ['decimaldegrees', 'gtk', 'numpy', 'PIL', 'pygtk', 'pylab', 'pytz'],
+    py_modules=['constants', 'horizon', 'julian', 'query_usno', 'radiation', 'shade', 'shade_test', 'simulate', 'solar', 'testsolar', 'util'],
+    requires = ['gtk', 'numpy', 'PIL', 'pygtk', 'pylab', 'pytz'],
     )
 
diff --git a/util.py b/util.py
index 4292e87..acc1b03 100644
--- a/util.py
+++ b/util.py
@@ -49,8 +49,6 @@ elevation_default = 0.0      # Default elevation is 0.0
 def GetSunriseSunset(latitude_deg, longitude_deg, utc_datetime, timezone):
     """This function calculates the astronomical sunrise and sunset times in local time.
     
-    WARNING: THIS FUNCTION IS BROKEN. It relies on an unknown library called conversions_time, and another library called decimaldegrees that does not appear to have an active maintainer. TODO: Fix this function so it works without creating unnecessary dependencies.
-
     Parameters
     ----------
     latitude_deg : float

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git



More information about the Python-modules-commits mailing list