Bug 275944 - [NEW PORT] net/py-casttube: YouTube Chromecast API
Summary: [NEW PORT] net/py-casttube: YouTube Chromecast API
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:
Blocks: 275947
  Show dependency treegraph
 
Reported: 2023-12-26 11:37 UTC by Lexi Winter
Modified: 2024-01-05 02:03 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.74 KB, patch)
2023-12-26 11:37 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:37:25 UTC
Created attachment 247263 [details]
patch

a Python library to interface with the YouTube Chromecast API.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2023-12-29 05:05:26 UTC
Comment on attachment 247263 [details]
patch

^Triage: convert this to text/plain and set the Patch flag so that the
automation can see it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-05 02:02:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aeddca10afb05652ecf7fe1e4447a75f26ef1277

commit aeddca10afb05652ecf7fe1e4447a75f26ef1277
Author:     Lexi Winter <lexi@le-fay.org>
AuthorDate: 2023-12-26 11:33:37 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-01-05 02:01:50 +0000

    net/py-casttube: New port

    casttube provides a way to interact with the YouTube Chromecast API.

    PR:                     275944
    Approved by:            tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D43267

 net/Makefile                    |  1 +
 net/py-casttube/Makefile (new)  | 16 ++++++++++++++++
 net/py-casttube/distinfo (new)  |  3 +++
 net/py-casttube/pkg-descr (new) | 10 ++++++++++
 4 files changed, 30 insertions(+)
Comment 3 Joel Bodenmann freebsd_committer freebsd_triage 2024-01-05 02:03:52 UTC
Committed - Thanks!