You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.4 KiB
Tcl
33 lines
1.4 KiB
Tcl
# -*- 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 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
|