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)
Change History (9)
comment:1 follow-up: 3 Changed 10 years ago by petrrr
comment:3 Changed 10 years ago by lpsinger (Leo Singer)
Replying to petr@…:
I am a bit surprised that
mako
would supportpy24
andpy25
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.
comment:5 Changed 10 years ago by lpsinger (Leo Singer)
Summary: | py-mako: drop py32 subport → py-mako: drop py24, py25, py32 subports |
---|
comment:8 Changed 10 years ago by lpsinger (Leo Singer)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I am a bit surprised that
mako
would supportpy24
andpy25
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?