# -*- 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 PortGroup github 1.0 github.setup slackapi python-slackclient 2.9.3 v name py-slackclient categories-append irc supported_archs noarch platforms {darwin any} license MIT python.versions 38 39 maintainers {gmail.com:giovanni.bussi @GiovanniBussi} openmaintainer description Slack Web API and Real Time Messaging (RTM) API. long_description The Python slackclient is a developer kit for interfacing with the Slack \ Web API and Real Time Messaging (RTM) API on Python 3.6 and above. homepage https://slack.dev/python-slackclient/ checksums rmd160 1e8335d8498cfbea3eb77c360a581e301ca18f78 \ sha256 505aad133ecc0563a75e1c7d7b1d3cc27f291fb155e03553ac06fcc01eaeed6a \ size 2580387 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-aiohttp \ port:py${python.version}-typing_extensions }