# -*- 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-slack-sdk 3.22.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-slack-sdk
categories-append   irc
platforms           {darwin any}
supported_archs     noarch
license             MIT

python.versions     39 310 311 312

maintainers         {gmail.com:giovanni.bussi @GiovanniBussi} openmaintainer

description         Python Slack SDK.
long_description    The Slack platform offers several APIs to build apps. Each Slack API \
                    delivers part of the capabilities from the platform, so that you can \
                    pick just those that fit for your needs. This SDK offers a \
                    corresponding package for each of Slack’s APIs. They are small and  \
                    powerful when used independently, and work seamlessly when used \
                    together, too. This package replaces py-slackclient.

homepage            https://slack.dev/python-slackclient/

checksums           rmd160  4ec98c4e3d726d08d8a2c3a565c13750b60f269a \
                    sha256  af05468cc781455719ae45cb5d59d03dbfe69187b0da69606fdba7e4075a42f1 \
                    size    4132751

if {${name} ne ${subport}} {
    conflicts               py${python.version}-slackclient
}
