Files
2025-10-31 09:12:58 -04:00

33 lines
1.0 KiB
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-podcastparser
version 0.6.10
revision 0
categories-append net
supported_archs noarch
platforms {darwin any}
license ISC
maintainers nomaintainer
description Simplified, fast RSS parser.
long_description The podcast parser project is a library from the gPodder \
project to provide an easy and reliable way of parsing \
RSS- and Atom-based podcast feeds in Python.
homepage https://github.com/gpodder/podcastparser
checksums rmd160 8ab9f114b299bf8d69d257392aabf3787b75cb89 \
sha256 2b9acb60ad46cff5230c0a3609d37e934674644bfcd5d13b18c423917e9f13d7 \
size 31717
python.versions 310 311 312
if {${name} ne ${subport}} {
test.run yes
python.test_framework nose
}