# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup kurtmckee feedparser 5.1.3 v revision 1 name py-${name} license BSD platforms darwin maintainers nomaintainer supported_archs noarch description RSS and Atom parser long_description Universal Feed Parser is a Python module for downloading \ and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, \ Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, \ and CDF feeds. checksums rmd160 ecf03e349dade737185786fc520e7e8bec3148cd \ sha256 716250ab5c21e335148743bda883a13c99ca708541a43a8c447c36ab7f800e3c python.versions 27 34 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools post-destroot { xinstall -m 644 -W ${worksrcpath} LICENSE README \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none }