Bug 275947 - [NEW PORT] net/py-pychromecast: Python module to talk to Google Chromecast
Summary: [NEW PORT] net/py-pychromecast: Python module to talk to Google Chromecast
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joel Bodenmann
URL:
Keywords:
Depends on: 275944
Blocks: 275959
  Show dependency treegraph
 
Reported: 2023-12-26 11:57 UTC by Lexi Winter
Modified: 2024-01-10 22:04 UTC (History)
1 user (show)

See Also:


Attachments
patch (2.30 KB, patch)
2023-12-26 11:57 UTC, Lexi Winter
no flags Details | Diff
patch (2.66 KB, patch)
2024-01-09 22:13 UTC, Lexi Winter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!