# -*- 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-PyRSS2Gen
version             1.1
categories-append   devel
platforms           darwin
supported_archs     noarch
license             BSD
maintainers         {phas.ubc.ca:jfcaron @jfcaron3} openmaintainer

description         A Python library for generating RSS 2.0 feeds
long_description    ${description}
homepage            http://www.dalkescientific.com/Python/PyRSS2Gen.html

master_sites        http://www.dalkescientific.com/Python/
distname            PyRSS2Gen-${version}
checksums           rmd160  0dea97364066f78189b99a512015e851601aa2fa \
                    sha256  2a9a3ee7c8e30cb40434ef3a295f9a60166f7d8c3eaefac9f46f7ed4b27c2269

python.versions     27 34 35 36

if {${subport} ne ${name}} {
    post-destroot {
        set docdir ${prefix}/share/doc/${subport}
        xinstall -d ${destroot}${docdir}
        xinstall -m 644 -W ${worksrcpath} LICENSE README ${destroot}${docdir}
    }
    livecheck.type      none
} else {
    livecheck.type      regex
    livecheck.url       ${homepage}
    livecheck.regex     {PyRSS2Gen-(\d+(?:\.\d+)*)}
}