Opened 6 years ago

Closed 6 years ago

#55790 closed enhancement (fixed)

omniORB support Python variants

Reported by: lockhart (Thomas Lockhart) Owned by: mf2k (Frank Schima)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: omniORB

Description

omniORB 4.2.x and above supports Python-3.x. This patch set for 4.2.2 adds support for python3.4, python3.5, and python3.6. python3.6 specified as the default. python2.7 is also supported. The patch set installs python libraries under /opt/local/Library/Frameworks/Python.framework/

Attachments (1)

Portfile.diff (2.5 KB) - added by lockhart (Thomas Lockhart) 6 years ago.
Support Python 3.6. Remove revision keyword.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 6 years ago by lockhart (Thomas Lockhart)

py-omniORBpy also has associated patches. Please apply ticket #55791 when applying this one. Thanks!

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Keywords: maintainer removed

Note that this port has no maintainer. Would you like to maintain it?

comment:3 Changed 6 years ago by mf2k (Frank Schima)

Comments:

  • The revision line should be removed. Adding variants does not change currently installed ports.

comment:4 Changed 6 years ago by mf2k (Frank Schima)

Please remove the python3.4 and python3.5 variants since we only want to support the latest version of python 3.

comment:5 in reply to:  4 Changed 6 years ago by lockhart (Thomas Lockhart)

Replying to mf2k:

Please remove the python3.4 and python3.5 variants since we only want to support the latest version of python 3.

OK, I've stripped support for other versions. Thanks!

Changed 6 years ago by lockhart (Thomas Lockhart)

Attachment: Portfile.diff added

Support Python 3.6. Remove revision keyword.

comment:6 Changed 6 years ago by mf2k (Frank Schima)

How does using python variants differ from the existing py-omniORBpy port? Does adding a py36-omniORBpy sub-port make more sense than adding python variants to omniORB?

Version 0, edited 6 years ago by mf2k (Frank Schima) (next)

comment:7 Changed 6 years ago by mf2k (Frank Schima)

Owner: set to mf2k
Resolution: fixed
Status: newclosed

In b764324e5f6027f294cb03414234549ccc1c5584/macports-ports:

omniORB: Add python27 and python36 variants

  • Fix python files install location

Closes: #55790

Note: See TracTickets for help on using tickets.