Opened 11 years ago
Closed 11 years ago
#41001 closed defect (fixed)
py33-saga @0.9.12: source code needs to be converted to py3k
Reported by: | josephsacco | Owned by: | petrrr |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | py-saga |
Description
The saga-python code is written for python2.x, where x >= 5. In order to run under py3k, the code will need to be converted.
-Joseph
Attachments (1)
Change History (5)
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Cc: | Peter.Danecek@… removed |
---|---|
Keywords: | py3k SAGA removed |
Owner: | changed from macports-tickets@… to Peter.Danecek@… |
Port: | py-saga added; py33-saga removed |
comment:2 Changed 11 years ago by petrrr
Changed 11 years ago by petrrr
Attachment: | patch.Portfile.diff added |
---|
comment:3 Changed 11 years ago by petrrr
Can anyone with commit rights apply the attached patch. This cancels the Python 3 subports. Thanks!
comment:4 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for pointing this out! I guess the decision to include 3.x support was based on info similar to "Python 2.x, and more specifically 2.5 or newer" (maybe the webpage cited below), which for me would have implied also Python 3.x support. However, I did testing only for 2.7. I requested do be more explicit on this upstream.
http://saga-project.github.io/saga-python/doc/usage/install.html#requirements
So I disable the Python 3.x subports. If you need Python 3 support please file a request upstream.