Bug 275947

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:
Description Flags
patch
none
patch none

Description Lexi Winter freebsd_triage 2023-12-26 11:57:25 UTC
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2023-12-29 05:04:38 UTC
Comment on attachment 247266 [details]
patch

^Triage: convert this to text/plain and set the Patch flag so that the
automation can see it.
Comment 2 Lexi Winter freebsd_triage 2024-01-09 22:13:04 UTC
Created attachment 247557 [details]
patch

update category makefile, use DISTVERSION, tested with testport.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-01-10 22:04:01 UTC
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(+)
Comment 4 Joel Bodenmann freebsd_committer freebsd_triage 2024-01-10 22:04:58 UTC
Committed - Thanks!