# -*- 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-discogs-client python.rootname python3-discogs-client version 2.7 revision 0 categories-append devel audio license BSD platforms {darwin any} supported_archs noarch description Continuation of the \"\"Official Python Client for the Discogs API\" long_description This is the continuation of the official \"Discogs API client for Python\", \ which was deprecated by discogs.com as of June 2020. homepage https://github.com/joalla/discogs_client maintainers {@catap korins.ky:kirill} openmaintainer checksums rmd160 d8c0697bb283dcd48a0cb010b067e967e4ab2d0f \ sha256 25949b9dc6130985d8e0199e4c950351e364e273f9476546bd9e171802e007a1 \ size 36551 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-dateutil \ port:py${python.version}-oauthlib \ port:py${python.version}-requests test.run yes }