Files

29 lines
1.0 KiB
Tcl
Raw Permalink Normal View History

2020-03-03 16:09:15 -06:00
# -*- 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
2020-11-17 20:30:37 -06:00
name py-twython
version 3.8.2
2020-03-03 16:09:15 -06:00
revision 0
2020-11-17 20:30:37 -06:00
categories-append net
2020-03-03 16:09:15 -06:00
license MIT
maintainers {mps @Schamschula} openmaintainer
description Actively maintained, pure Python wrapper for the Twitter API.
long_description ${description} Supports both normal and streaming Twitter APIs.
platforms darwin
2020-11-17 20:30:37 -06:00
homepage https://github.com/ryanmcgrath/twython
2020-03-03 16:09:15 -06:00
2020-11-17 20:30:37 -06:00
python.versions 27 36 37 38 39
2020-03-03 16:09:15 -06:00
2020-11-17 20:30:37 -06:00
checksums rmd160 7208e3d189b278d181a13188ad30b56e77e11b2d \
sha256 c6ca64309260e0ab47267f76217c80812f591991437f376fc61498816384f9e7 \
size 373927
2020-03-03 16:09:15 -06:00
if {${name} ne ${subport}} {
2020-11-20 00:26:51 -06:00
# https://github.com/ryanmcgrath/twython/pull/534
patchfiles-append patch-ccf20e3261.diff
2020-03-03 16:09:15 -06:00
depends_lib-append port:py${python.version}-requests-oauthlib
}