Ticket #36690: Portfile

File Portfile, 1.3 KB (added by ben@…, 12 years ago)
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           python 1.0
6
7name                EGSimulation
8version             1.0
9categories          science
10
11license             Public Domain
12supported_archs     noarch
13description         Simulate the Ellison & Glaeser statistic using randomness alone
14maintainers         ad.wsu.edu:tazz_ben
15
16long_description    By using a simulation of firm sizes (using a lognormal distribution) and specified geographic regions, standard deviations and employee head count, we can compute the critical regions for the Ellison & Glaeser statistic. In the process, it also calculates herfindahl values and provides critical regions.
17
18extract.mkdir       no
19homepage            https://github.com/tazzben/EconScripts/tree/master/Simulations/Python/EG%20Statistic
20master_sites        https://github.com/downloads/tazzben/EconScripts/
21
22depends_lib         port:py27-crypto port:py27-numpy port:py27-scipy
23
24checksums           rmd160  5dcd5d51188a9fa6e550383fbc57bf655119a0ed \
25                    sha256  2a3fcdbacee642ef701561ea6664208a427f453a09bc39be0a28710d1a6dbff4
26
27python.default_version          27
28python.version                  27
29
30python.link_binaries_suffix