Opened 11 years ago

Closed 11 years ago

#38846 closed submission (fixed)

Submission of TwitterDemandCollector

Reported by: ben@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: TwitterDemandCollector

Description

This is a submission of a tool for economists using twitter data. This, along with the analyzer tool, allows economist to discover consumer preferences about information presented using a table of regular expressions. We've used this tool to analyze pundit accuracy and preferences for false sense of confidence. We will be releasing a method paper within the month and would like to reference macports as an easy way to install the tools.

Attachments (1)

Portfile (1.2 KB) - added by ben@… 11 years ago.
Portfile

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by ben@…

Attachment: Portfile added

Portfile

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Port: TwitterDemandCollector added
Status: newassigned

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed in r105423 with some minor changes:

  • removed the "name", "homepage" and "distname" lines because the values you specified were the defaults
  • changed "python.versions 27" to "python.default_version 27" because of a peculiarity of the python portgroup: for "app" ports (which are available for one version of Python only, as opposed to module ports which are typically available for multiple Python versions), setting "python.default_version" is what causes the dependency on Python itself (i.e. in this case python27) to be added; it doesn't terribly matter for this port since you also have dependencies on some Python modules which themselves depend on python27, but setting python.default_version is what we prefer to do in Python app ports
  • capitalized "Twitter" in descriptions
Note: See TracTickets for help on using tickets.