Opened 12 years ago

Closed 12 years ago

#33637 closed enhancement (fixed)

Portfile patch to py26-liblzma for py27-liblzma

Reported by: Russell-Jones-OxPhys (Russell Jones) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: afb@…
Port: py27-liblzma

Description

It appears just to work.

$ diff `port file py26-liblzma` ~/ports/python/py27-liblzma/Portfile 
4c4
< PortGroup python26 1.0
---
> PortGroup python27 1.0
6c6
< name			py26-liblzma
---
> name			py27-liblzma
22c22
< depends_build		port:py26-distribute port:liblzma
---
> depends_build		port:py27-distribute port:liblzma

Change History (3)

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Cc: openmaintainer@… removed
Keywords: py26-liblzma removed

It is not useful to Cc openmaintainer.

Instead of creating a new portfile, the existing py25-liblzma and py26-liblzma ports should be unified into a single py-liblzma portfile with the python 1.0 portgroup. Then py27 and other versions can easily be added.

comment:2 Changed 12 years ago by afb@…

pyliblzma 0.5.3 didn't support python25, so it needs patching first.

comment:3 Changed 12 years ago by afb@…

Resolution: fixed
Status: newclosed
Version: 2.0.4

Fixed, r90894.

Note: See TracTickets for help on using tickets.