# -*- 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.9 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 9069217d4e973309c8eb3125593f343b5be6ecd0 \ sha256 c5f9fbb66529bc05d4743c5f88f63d42101fa95da8c0fda9a1fbd47156931516 \ size 39198 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_lib port:py${python.version}-simplejson }