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.0 |
---|
9 | name TwitterDemandAnalyzer |
---|
10 | categories science |
---|
11 | platforms darwin |
---|
12 | maintainers ad.wsu.edu:tazz_ben |
---|
13 | license public-domain |
---|
14 | supported_archs noarch |
---|
15 | |
---|
16 | description An analysis tool (to be used on the data created by the collector) for economists \ |
---|
17 | using the fact that twitter presents a demand curve for information |
---|
18 | |
---|
19 | long_description An analysis tool (to be used on the data created by the collector) for economists \ |
---|
20 | using the fact that twitter presents a demand curve for information. A method paper \ |
---|
21 | by Smith and Wooten will be forthcoming in an open access journal. |
---|
22 | |
---|
23 | homepage ${github.homepage} |
---|
24 | distname ${name}-${version} |
---|
25 | |
---|
26 | checksums rmd160 c4fe850318f22f0aebe7062ce26fbfce27d95335 \ |
---|
27 | sha256 90f2a256c6e5dbb5cdd5933297858e8da1b0853356fbab43e9775e42c013b7e8 |
---|
28 | |
---|
29 | python.versions 27 |
---|
30 | |
---|
31 | depends_lib-append port:py${python.version}-dateutil \ |
---|
32 | port:py${python.version}-tz |
---|
33 | |
---|
34 | python.link_binaries_suffix |
---|