You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
793 B
Tcl
24 lines
793 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 py-m3u8
|
|
version 6.0.0
|
|
revision 0
|
|
|
|
categories-append multimedia
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {i0ntempest @i0ntempest} openmaintainer
|
|
|
|
description Python m3u8 parser for HTTP Live Streaming (HLS) transmissions
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 7cea05624adfc0c7b79b63b37a3d77772c8bb374 \
|
|
sha256 7ade990a1667d7a653bcaf9413b16c3eb5cd618982ff46aaff57fe6d9fa9c0fd \
|
|
size 42720
|
|
|
|
python.versions 313 314
|