git: aa5252bd335d - main - comms/py-streamdeck: Update to 0.9.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Mar 2025 23:35:00 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aa5252bd335dd9c75570315023310a0ab69ad132
commit aa5252bd335dd9c75570315023310a0ab69ad132
Author: gatekeeper <tiago.gasiba@gmail.com>
AuthorDate: 2025-03-13 23:33:09 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-03-13 23:33:09 +0000
comms/py-streamdeck: Update to 0.9.6
- Mark port as NO_ARCH
ChangeLog:
https://github.com/abcminiuser/python-elgato-streamdeck/blob/0.9.6/CHANGELOG
PR: 285239
---
comms/py-streamdeck/Makefile | 4 +++-
comms/py-streamdeck/distinfo | 6 +++---
.../files/patch-src_StreamDeck_Transport_LibUSBHIDAPI.py | 10 ----------
3 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/comms/py-streamdeck/Makefile b/comms/py-streamdeck/Makefile
index c869c4328ba5..7acbd1628054 100644
--- a/comms/py-streamdeck/Makefile
+++ b/comms/py-streamdeck/Makefile
@@ -1,5 +1,5 @@
PORTNAME= streamdeck
-DISTVERSION= 0.9.5
+DISTVERSION= 0.9.6
CATEGORIES= comms python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -27,4 +27,6 @@ TEST_WRKSRC= ${WRKSRC}/test
DO_MAKE_TEST= ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER}
TEST_TARGET= test.py
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/comms/py-streamdeck/distinfo b/comms/py-streamdeck/distinfo
index fc82767c5ddd..3894d95d1923 100644
--- a/comms/py-streamdeck/distinfo
+++ b/comms/py-streamdeck/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713635550
-SHA256 (streamdeck-0.9.5.tar.gz) = 04796266b44577ae03f940f5c5ca69d87007e03d19eed89b6b02686c030ceb91
-SIZE (streamdeck-0.9.5.tar.gz) = 2555109
+TIMESTAMP = 1741397217
+SHA256 (streamdeck-0.9.6.tar.gz) = ec42d9b711b352ea274ad305a6eb48ece1eed3a5bffe70b928e082dce0f788f0
+SIZE (streamdeck-0.9.6.tar.gz) = 2556726
diff --git a/comms/py-streamdeck/files/patch-src_StreamDeck_Transport_LibUSBHIDAPI.py b/comms/py-streamdeck/files/patch-src_StreamDeck_Transport_LibUSBHIDAPI.py
deleted file mode 100644
index 5a4548b481c0..000000000000
--- a/comms/py-streamdeck/files/patch-src_StreamDeck_Transport_LibUSBHIDAPI.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/StreamDeck/Transport/LibUSBHIDAPI.py.orig 2024-04-08 21:05:19 UTC
-+++ src/StreamDeck/Transport/LibUSBHIDAPI.py
-@@ -154,6 +154,7 @@ class LibUSBHIDAPI(Transport):
- "Windows": ["hidapi.dll", "libhidapi-0.dll", "./hidapi.dll"],
- "Linux": ["libhidapi-libusb.so", "libhidapi-libusb.so.0"],
- "Darwin": ["libhidapi.dylib"],
-+ "FreeBSD": ["libhidapi.so"],
- }
-
- self.platform_name = platform.system()