Summary: | [NEW PORT] net/py-pychromecast: Python module to talk to Google Chromecast | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Lexi Winter <lexi> | ||||||
Component: | Individual Port(s) | Assignee: | Joel Bodenmann <jbo> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | jbo | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | 275944 | ||||||||
Bug Blocks: | 275959 | ||||||||
Attachments: |
|
Comment on attachment 247266 [details]
patch
^Triage: convert this to text/plain and set the Patch flag so that the
automation can see it.
Created attachment 247557 [details]
patch
update category makefile, use DISTVERSION, tested with testport.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fae58da9925d3d322f26aa1f1752c1269adbac33 commit fae58da9925d3d322f26aa1f1752c1269adbac33 Author: Lexi Winter <lexi@le-fay.org> AuthorDate: 2023-12-26 11:54:26 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2024-01-10 22:02:25 +0000 net/py-pychromecast: New port Python module to talk to Google Chromecast. PR: 275947 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D43387 net/Makefile | 1 + net/py-pychromecast/Makefile (new) | 20 ++++++++++++++++++++ net/py-pychromecast/distinfo (new) | 3 +++ net/py-pychromecast/pkg-descr (new) | 10 ++++++++++ 4 files changed, 34 insertions(+) Committed - Thanks! |
Created attachment 247266 [details] patch Library for Python 3.6+ to communicate with the Google Chromecast. note: depends on new port py-casttube, PR #275944.