Ticket #39995: Portfile

File Portfile, 1.2 KB (added by ben@…, 11 years ago)

New portfile for version 1.1

Line 
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
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           python 1.0
7
8github.setup        tazzben TwitterDemandAnalyzer 1.1
9categories          science
10platforms           darwin
11maintainers         ad.wsu.edu:tazz_ben
12license             public-domain
13supported_archs     noarch
14
15description         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
18long_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
22checksums           rmd160  d1118ac1501c5c547f8d7734ddede25410d840c1 \
23                    sha256  8c717ec7e3bccead6ac2304b296756a1bacba0e85c1d32adc6814e0126a13ba3
24
25python.default_version 27
26
27depends_lib-append  port:py${python.version}-dateutil \
28                    port:py${python.version}-tz
29
30python.link_binaries_suffix