mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.3 KiB
Tcl
31 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup tazzben TwitterDemandCollector 1.1
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories science
|
|
platforms {darwin any}
|
|
maintainers ad.wsu.edu:tazz_ben
|
|
license public-domain
|
|
supported_archs noarch
|
|
|
|
description A collection tool for economists using the fact that Twitter presents a demand \
|
|
curve for information
|
|
|
|
long_description A collection tool for economists using the fact that Twitter presents a demand \
|
|
curve for information. A method paper by Smith and Wooten will be forthcoming \
|
|
in an open access journal.
|
|
|
|
checksums rmd160 3efd2a5a9d5e92aa7ee88a541cfb37ec3c3cfda2 \
|
|
sha256 c47ea4470e33a1df43bf60027c4a4e278f69dc740867d81efa31fee192cdbc10
|
|
|
|
python.default_version 27
|
|
|
|
depends_build port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-dateutil \
|
|
port:py${python.version}-tweepy
|