mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
898 B
Tcl
25 lines
898 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name youtube-search-python
|
|
version 1.6.6
|
|
revision 0
|
|
categories net multimedia python
|
|
platforms {darwin any}
|
|
license MIT
|
|
description Search for YouTube videos, channels & playlists
|
|
long_description {*}${description}
|
|
homepage https://github.com/alexmercerind/youtube-search-python
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 6e55d4c4b94280f2ab463fa84fde9fc08374c24b \
|
|
sha256 4568d1d769ecd7eb4bb8365f04eec6e364c5f70eec7b3765f543daebb135fcf5 \
|
|
size 115732
|
|
|
|
set python.version 312
|
|
|
|
depends_lib-append port:py${python.version}-httpx
|