Ticket #38846: Portfile

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

Portfile

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