You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
35 lines
1.3 KiB
Tcl
35 lines
1.3 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-slackclient 2.9.3 v
|
|
name py-slackclient
|
|
categories-append irc
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license MIT
|
|
|
|
python.versions 36 37 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_build-append port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-aiohttp
|
|
depends_lib-append port:py${python.version}-typing_extensions
|
|
|
|
livecheck.type none
|
|
}
|