You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
27 lines
993 B
Tcl
27 lines
993 B
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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
set real_name twython
|
|
github.setup ryanmcgrath ${real_name} 3.7.0
|
|
revision 0
|
|
name py-${real_name}
|
|
categories python net
|
|
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
|
|
|
|
python.versions 27 36 37 38
|
|
|
|
checksums rmd160 257a974ad1273acd95e7a924ef7ca222825c2308 \
|
|
sha256 375546bdb662ebd9fb12ccb6d4b47d5f9678632983575a9fb380aef508a1633b \
|
|
size 373245
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-requests-oauthlib
|
|
}
|