1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | github.setup tazzben TwitterDemandCollector 1.1 |
---|
9 | categories science |
---|
10 | platforms darwin |
---|
11 | maintainers ad.wsu.edu:tazz_ben |
---|
12 | license public-domain |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description A collection tool for economists using the fact that Twitter presents a demand \ |
---|
16 | curve for information |
---|
17 | |
---|
18 | long_description A collection tool for economists using the fact that Twitter presents a demand \ |
---|
19 | curve for information. A method paper by Smith and Wooten will be forthcoming \ |
---|
20 | in an open access journal. |
---|
21 | |
---|
22 | checksums rmd160 3efd2a5a9d5e92aa7ee88a541cfb37ec3c3cfda2 \ |
---|
23 | sha256 c47ea4470e33a1df43bf60027c4a4e278f69dc740867d81efa31fee192cdbc10 |
---|
24 | |
---|
25 | python.default_version 27 |
---|
26 | |
---|
27 | depends_lib-append port:py${python.version}-dateutil \ |
---|
28 | port:py${python.version}-tweepy |
---|
29 | |
---|
30 | python.link_binaries_suffix |
---|