You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d781843732
In preparation for changing the default.
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 TwitterDemandAnalyzer 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 An analysis tool (to be used on the data created by the collector) for economists \
|
|
using the fact that Twitter presents a demand curve for information
|
|
|
|
long_description An analysis tool (to be used on the data created by the collector) 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 d1118ac1501c5c547f8d7734ddede25410d840c1 \
|
|
sha256 8c717ec7e3bccead6ac2304b296756a1bacba0e85c1d32adc6814e0126a13ba3
|
|
|
|
python.default_version 27
|
|
|
|
depends_build port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-dateutil \
|
|
port:py${python.version}-tz
|