[124057] trunk/dports/python/py-lightblue

khindenburg at macports.org khindenburg at macports.org
Sun Aug 17 13:15:41 PDT 2014


Revision: 124057
          https://trac.macports.org/changeset/124057
Author:   khindenburg at macports.org
Date:     2014-08-17 13:15:41 -0700 (Sun, 17 Aug 2014)
Log Message:
-----------
py-lightblue: update patch to include missing 2 methods #38666

Modified Paths:
--------------
    trunk/dports/python/py-lightblue/Portfile
    trunk/dports/python/py-lightblue/files/patch-deviceInquiryComplete_error_aborted-signature.diff

Modified: trunk/dports/python/py-lightblue/Portfile
===================================================================
--- trunk/dports/python/py-lightblue/Portfile	2014-08-17 20:03:23 UTC (rev 124056)
+++ trunk/dports/python/py-lightblue/Portfile	2014-08-17 20:15:41 UTC (rev 124057)
@@ -6,6 +6,7 @@
 
 name                    py-lightblue
 version                 0.4
+revision                1
 license                 GPL-3+
 maintainers             nomaintainer
 supported_archs         noarch

Modified: trunk/dports/python/py-lightblue/files/patch-deviceInquiryComplete_error_aborted-signature.diff
===================================================================
--- trunk/dports/python/py-lightblue/files/patch-deviceInquiryComplete_error_aborted-signature.diff	2014-08-17 20:03:23 UTC (rev 124056)
+++ trunk/dports/python/py-lightblue/files/patch-deviceInquiryComplete_error_aborted-signature.diff	2014-08-17 20:15:41 UTC (rev 124057)
@@ -1,5 +1,20 @@
 --- src/mac/_lightblue.py.orig	2010-10-27 21:33:10.000000000 +0200
 +++ src/mac/_lightblue.py	2010-10-27 21:33:15.000000000 +0200
+@@ -535,6 +535,12 @@ def stop(self):
+     def getfounddevices(self):
+         return self._inquiry.foundDevices()
+         
++    def deviceInquiryDeviceNameUpdated_device_devicesRemaining_(self, sender, device, devicesRemaining):
++        pass
++
++    def deviceInquiryUpdatingDeviceNamesStarted_devicesRemaining_(self, sender, devicesRemaining):
++        pass
++
+     def __del__(self):
+         super(_AsyncDeviceInquiry, self).dealloc()
+         
+--- src/mac/_lightblue.py.orig	2010-10-27 21:33:10.000000000 +0200
++++ src/mac/_lightblue.py	2010-10-27 21:33:15.000000000 +0200
 @@ -465,7 +465,7 @@
          if self.cb_completed:
              self.cb_completed(err, aborted)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140817/c6454dd1/attachment.html>


More information about the macports-changes mailing list