# -*- 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.10
revision            0

categories-append   net
license             GPL-3
supported_archs     noarch
platforms           {darwin any}
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

checksums           rmd160  d8025627da6b93a3bc89b12d14a3fce1514ad24b \
                    sha256  a248a56534e2aa8ac1f1d6005974159cd4ed7a1ece5c7b5a114790ac888c48f0 \
                    size    39208

python.versions     310 311 312

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