Opened 10 years ago

Last modified 9 years ago

#45693 closed update

py-cartopy: add python 3.4 subport — at Version 5

Reported by: pgf Owned by: petr@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-cartopy

Description (last modified by petrrr)

  • Python 3.4 subport added. (might become available with next release)
  • geos dependency removed as it is already a dependency of py-shapely. (invalid)

Change History (6)

Changed 10 years ago by pgf

Attachment: Portfile-py-cartopy.diff added

comment:1 Changed 10 years ago by petrrr

Owner: changed from macports-tickets@… to petr@…
Status: newassigned

comment:2 Changed 10 years ago by petrrr

Cc: petr@… removed

Cc Me!

comment:3 Changed 10 years ago by petrrr

Two quick comments:

  • Python 3 support: To my understanding Py3 is still not fully supported by cartopy, it is work in progress. But if you have other information please provide details
  • geos: It was listed explicitly as dependency when I created the port. If it comes in only though py-shapely, removing is justified. If it is used directly we need to keep it. Will recheck this.

comment:4 Changed 10 years ago by petrrr

Resolution: invalid
Status: assignedclosed

There is at least one direct link to `geos:

petr% otool -L /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cartopy/trace.so
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cartopy/trace.so:
	/opt/local/lib/libgeos_c.1.dylib (compatibility version 10.0.0, current version 10.2.0)
	/opt/local/lib/libproj.0.dylib (compatibility version 8.0.0, current version 8.0.0)
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)

petr% port provides /opt/local/lib/libgeos_c.1.dylib
/opt/local/lib/libgeos_c.1.dylib is provided by: geos

So the dependencies as specified are correct!

Py3 is not supported upstream, so closing for now.

comment:5 Changed 10 years ago by petrrr

Description: modified (diff)
Resolution: invalid
Status: closedreopened
Summary: py-cartopy python 3.4 subportpy-cartopy: add python 3.4 subport
Version: 2.3.2

Reopening as a reminder. Py3 might become available with the next release.

Note: See TracTickets for help on using tickets.