Opened 10 years ago

Closed 10 years ago

#44695 closed defect (fixed)

py-mako: drop py24, py25, py32 subports

Reported by: lpsinger (Leo Singer) Owned by: dh@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc: stromnov (Andrey Stromnov), petrrr
Port: py-mako

Description

py-markupsafe, a dependency of py-mako, does not support Python 3.1 or 3.2 (see #44196). I would like to drop the Python 3.1 and 3.2 subports from py-markupsafe and all of its dependents. See attached patch for py-mako.

Attachments (1)

patch-Portfile.diff (288 bytes) - added by lpsinger (Leo Singer) 10 years ago.
proposed change to Portfile

Download all attachments as: .zip

Change History (9)

comment:1 Changed 10 years ago by petrrr

I am a bit surprised that mako would support py24 and py25 but not Python 3.2. Anyway, the statements about supported versions are not obvious. But maybe we should consider to start phasing out Python 2.4 and at some point python 2.5 as well?

comment:2 Changed 10 years ago by petrrr

Cc: petr@… added

Cc Me!

comment:3 in reply to:  1 Changed 10 years ago by lpsinger (Leo Singer)

Replying to petr@…:

I am a bit surprised that mako would support py24 and py25 but not Python 3.2.

The lack of Python 3.1 or 3.2 support is because those versions of Python lack support for explicit unicode literals. See <https://github.com/mitsuhiko/markupsafe/issues/31>.

Anyway, the statements about supported versions are not obvious. But maybe we should consider to start phasing out Python 2.4 and at some point python 2.5 as well?

Ah, you are correct. The README.rst file says:

Markupsafe supports Python 2.6, 2.7 and Python 3.3 and higher.

Changed 10 years ago by lpsinger (Leo Singer)

Attachment: patch-Portfile.diff added

proposed change to Portfile

comment:4 Changed 10 years ago by lpsinger (Leo Singer)

New diff attached that drops py25, py25, and py32 subports.

Last edited 10 years ago by lpsinger (Leo Singer) (previous) (diff)

comment:5 Changed 10 years ago by lpsinger (Leo Singer)

Summary: py-mako: drop py32 subportpy-mako: drop py24, py25, py32 subports

comment:6 Changed 10 years ago by lpsinger (Leo Singer)

Fixed in r124629.

comment:7 Changed 10 years ago by petrrr

This ticket can be closed, right?

comment:8 Changed 10 years ago by lpsinger (Leo Singer)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.