# -*- 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-mygpoclient
version             1.8
python.versions     27 36 37 38 39
python.default_version 39
categories-append   net
license             GPL-3
platforms           darwin
supported_archs     noarch
maintainers         nomaintainer
description         "python module for interacting with my.gpodder.org web services"
long_description    \
The mygpoclient library allows developers to utilize \
a Pythonic  interface to the my.gpodder.org web services. \
It's mostly useful for the gpodder podcast client.
                    

homepage            https://github.com/gpodder/mygpoclient
master_sites        pypi:m/mygpoclient
distname            mygpoclient-${version}

checksums           md5     db12a37ef02c5aabfed885c3ee5b1c36 \
                    rmd160  dff5fca7a17d3bc300ccac741e6ba73783bc04c9 \
                    sha256  b0027746e6fbe7db646673c7e231bfa70b3f5cb0440b1e7704f9d91aa6e925ba

if {${name} ne ${subport}} {
    depends_lib     port:py${python.version}-simplejson

    livecheck.type      none
} else {
    livecheck.name      mygpoclient
}
