Opened 14 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)
Change History (11)
Changed 14 years ago by mklein-de (Michael Klein)
Attachment: | patch-deviceInquiryComplete_error_aborted-signature.diff added |
---|
Changed 14 years ago by tcwan (TC Wan)
Attachment: | Portfile.2 added |
---|
comment:1 follow-up: 3 Changed 14 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.
Changed 14 years ago by tcwan (TC Wan)
Attachment: | patch-setup.py.diff added |
---|
Fixed LightAquaBlue.bridgesupport file path
comment:3 Changed 14 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.
comment:4 follow-up: 5 Changed 14 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 Changed 14 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:7 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Updated Portfile which installs additional Frameworks needed by lightblue