# -*- 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 name py-twitter version 1.0 checksums rmd160 eab833550adab1fe2680e5e100cec9571c60a510 \ sha256 e54e730bc40b969f35ed6ddfb310eac7256a2caac335a8971a46ae56beb7c814 license Apache-2 categories-append devel maintainers nomaintainer description Interface for the Twitter API. long_description \ This library provides a pure python interface for the Twitter API. platforms {darwin any} supported_archs noarch python.versions 27 homepage https://code.google.com/p/python-twitter/ master_sites googlecode:python-twitter distname python-twitter-${version} if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-simplejson \ port:py${python.version}-oauth2 }