Opened 11 years ago
Closed 11 years ago
#41765 closed enhancement (fixed)
s3cmd require python27 instead of 26
Reported by: | lockhart (Thomas Lockhart) | Owned by: | alpha@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | mojca (Mojca Miklavec) |
Port: | s3cmd |
Description
s3cmd requires python in the 2.6 or 2.7 version range. Python 2.7 is the last and best version in the 2.x line and there will be no new minor release. Updating the requirement to 2.7 helps to minimize the number of versions of python required to support MacPorts packages.
Attachments (1)
Change History (7)
Changed 11 years ago by lockhart (Thomas Lockhart)
Attachment: | Portfile.diff added |
---|
comment:1 follow-up: 2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | alpha removed |
---|---|
Owner: | changed from macports-tickets@… to alpha@… |
See also #38788.
comment:2 Changed 11 years ago by lockhart (Thomas Lockhart)
Replying to ryandesign@…:
See also #38788.
I had seen that and would be willing to take it on unless it is already being done. I would think that the minor issue that s3cmd, although python, is reasonably packaged as a standalone program rather than something like "py-s3cmd". I would propose to solve this by having s3cmd continue as an empty container with a dependency on py-s3cmd.
comment:3 Changed 11 years ago by mojca (Mojca Miklavec)
Cc: | mojca@… added |
---|---|
Version: | 2.2.1 |
comment:4 Changed 11 years ago by mojca (Mojca Miklavec)
comment:5 Changed 11 years ago by lockhart (Thomas Lockhart)
This looks like it has been applied and could be closed. Thanks!
comment:6 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Update to python27 and bump the revision number.