# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup tweepy tweepy 3.5.0 v name py-${name} categories-append devel net platforms darwin supported_archs noarch license MIT maintainers nomaintainer description A Python library for the Twitter API. long_description ${description} homepage http://www.tweepy.org/ checksums rmd160 f846d121b6aa28ef9027403f1aac94ad97b6579a \ sha256 37eb7230f90a7ad2ac1cae198acc98941c5089bd16c4a12256009a7231edb333 python.versions 27 34 35 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-pip depends_lib-append \ port:py${python.version}-requests \ port:py${python.version}-requests-oauthlib \ port:py${python.version}-six livecheck.type none }