Opened 11 years ago
Closed 11 years ago
#42288 closed defect (invalid)
py-pync port is broken
Reported by: | bolkin@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: |
Description
Code in TerminalNotifier.py assumes existence of vendor/terminal-notifier-%s/terminal-notifier.app/Contents/MacOS/terminal-notifier within the package. Newer code on github (https://github.com/SeTeM/pync/blob/master/pync/TerminalNotifier.py) first tries to locate "terminal-notifier" within path, and only if it doesn't exist goes to locate it within terminal-notifier.app.
MacPorts contains standalone port: terminal-notifier, so installing this port, and using newer version of TerminalNotifier.py fixes the issue. Ideally py-pync port should list dependency on terminal-notifier
Change History (2)
comment:1 Changed 11 years ago by bolkin@…
comment:2 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please disregard. I installed broken pync via pip. INstallation via port works fine