Opened 13 years ago

Closed 13 years ago

#27033 closed submission (fixed)

py26-lightblue port submission

Reported by: mklein-de (Michael Klein) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc: tcwan (TC Wan), m214089
Port: py26-lightblue

Description

A cross-platform Python Bluetooth API for Mac OS X, GNU/Linux and Python For Series 60. Provides simple device and service discovery, RFCOMM sockets, L2CAP client sockets, OBEX file transfer, service advertising, and access to local device information.

Attachments (4)

patch-deviceInquiryComplete_error_aborted-signature.diff (564 bytes) - added by mklein-de (Michael Klein) 13 years ago.
Portfile.2 (2.7 KB) - added by tcwan (TC Wan) 13 years ago.
Updated Portfile which installs additional Frameworks needed by lightblue
patch-setup.py.diff (1.4 KB) - added by tcwan (TC Wan) 13 years ago.
Fixed LightAquaBlue.bridgesupport file path
Portfile (2.9 KB) - added by mklein-de (Michael Klein) 13 years ago.
Portfile

Download all attachments as: .zip

Change History (11)

Changed 13 years ago by mklein-de (Michael Klein)

Changed 13 years ago by tcwan (TC Wan)

Attachment: Portfile.2 added

Updated Portfile which installs additional Frameworks needed by lightblue

comment:1 Changed 13 years ago by tcwan (TC Wan)

Hi, the Portfile submitted by Michael Klein is incomplete. There are issues related to Mac OSX 10.6 support which necessitates the installation of additional Frameworks (See http://lightblue.sourceforge.net/). However, I can't seem to get the setup.py script to install LightAquaBlue.bridgesupport into the Python site-packages/LightAquaBlue directory. I don't know if this file is critical or not.

comment:2 Changed 13 years ago by tcwan (TC Wan)

Cc: tcwan@… added

Cc Me!

Changed 13 years ago by tcwan (TC Wan)

Attachment: patch-setup.py.diff added

Fixed LightAquaBlue.bridgesupport file path

comment:3 in reply to:  1 Changed 13 years ago by tcwan (TC Wan)

Replying to tcwan@…:

However, I can't seem to get the setup.py script to install LightAquaBlue.bridgesupport into the Python site-packages/LightAquaBlue directory. I don't know if this file is critical or not.

Fixed. Was referencing the entire path to the file rather than the relative path from the LightAquaBlue package directory.

Changed 13 years ago by mklein-de (Michael Klein)

Attachment: Portfile added

Portfile

comment:4 Changed 13 years ago by mklein-de (Michael Klein)

Thank you for the patch. Unfortunately it breaks py26-lightblue on 10.5, so I wrapped the necessary commands for 10.6 in a platform darwin 10 block. Can you please test the latest Portfile?

Thanks again & regards, Michael

comment:5 in reply to:  4 Changed 13 years ago by tcwan (TC Wan)

Replying to michael.klein@…:

Thank you for the patch. Unfortunately it breaks py26-lightblue on 10.5, so I wrapped the necessary commands for 10.6 in a platform darwin 10 block. Can you please test the latest Portfile?

Thanks again & regards, Michael

I think it's working fine. I uninstalled my existing lightblue port, and reinstalled using the new Portfile.

comment:6 Changed 13 years ago by m214089

Cc: luis.kornblueh@… added

Cc Me!

comment:7 Changed 13 years ago by jmroot (Joshua Root)

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