New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #31956 (closed defect: fixed)

Opened 20 months ago

Last modified 20 months ago

py27-matplotlib-basemap fails upgrade; checksum error

Reported by: david.w.watson@… Owned by: ram@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: ohtinsel@…, md14-macports@…, astrofitz@…
Port: py27-matplotlib-basemap

Description

Upgrading py27-matplotlib-basemap from 1.0.1 to 1.0.2 fails due to checksum mismatch.

Change History

comment:1 Changed 20 months ago by ryandesign@…

  • Owner changed from macports-tickets@… to ram@…
  • Cc ram@… removed

comment:2 Changed 20 months ago by ohtinsel@…

  • Cc ohtinsel@… added

Cc Me!

comment:3 Changed 20 months ago by md14-macports@…

  • Cc md14-macports@… added

Cc Me!

comment:4 Changed 20 months ago by astrofitz@…

  • Cc astrofitz@… added

Cc Me!

comment:5 Changed 20 months ago by ram@…

  • Status changed from new to assigned

comment:6 Changed 20 months ago by ram@…

It's a stealth update with a minor change:

-- basemap-1.0.2.orig/lib/mpl_toolkits/basemap/__init__.py     2011-11-05 09:51:53.000000000 -0500
+++ basemap-1.0.2/lib/mpl_toolkits/basemap/__init__.py  2011-11-05 12:02:51.000000000 -0500
@@ -2064,7 +2064,7 @@
                             t = ax.text(xx[n],self.llcrnry-yoffset,latlab,horizontalalignment='center',verticalalignment='top',**kwargs)
                         else:
                             t = ax.text(xx[n],self.urcrnry+yoffset,latlab,horizontalalignment='center',verticalalignment='bottom',**kwargs)
-                        if t is not None: linecolls[lat][1].append(t)
+                        if t is not None: linecolls[int(lat)][1].append(t) 
 
         # set axes limits to fit map region.
         self.set_axes_limits(ax=ax)

I'll get the checksums updated.

comment:7 Changed 20 months ago by ram@…

  • Status changed from assigned to closed
  • Resolution set to fixed

fixed in r86995

Note: See TracTickets for help on using tickets.