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 TwitterDemandAnalyzer 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 An analysis tool (to be used on the data created by the collector) for economists \ |
---|
16 | using the fact that Twitter presents a demand curve for information |
---|
17 | |
---|
18 | long_description An analysis tool (to be used on the data created by the collector) for economists \ |
---|
19 | using the fact that Twitter presents a demand curve for information. A method paper \ |
---|
20 | by Smith and Wooten will be forthcoming in an open access journal. |
---|
21 | |
---|
22 | checksums rmd160 d1118ac1501c5c547f8d7734ddede25410d840c1 \ |
---|
23 | sha256 8c717ec7e3bccead6ac2304b296756a1bacba0e85c1d32adc6814e0126a13ba3 |
---|
24 | |
---|
25 | python.default_version 27 |
---|
26 | |
---|
27 | depends_lib-append port:py${python.version}-dateutil \ |
---|
28 | port:py${python.version}-tz |
---|
29 | |
---|
30 | python.link_binaries_suffix |
---|