Ticket #36690: Portfile.4

File Portfile.4, 1.3 KB (added by ben@…, 11 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
18homepage            https://github.com/tazzben/EconScripts/tree/master/Simulations/Python/EG%20Statistic
19master_sites        https://github.com/downloads/tazzben/EconScripts/
20
21checksums           rmd160  5dcd5d51188a9fa6e550383fbc57bf655119a0ed \
22                    sha256  2a3fcdbacee642ef701561ea6664208a427f453a09bc39be0a28710d1a6dbff4
23
24python.versions                 26 27
25python.default_version          27
26
27depends_lib-append  port:py${python.version}-crypto port:py${python.version}-numpy port:py${python.version}-scipy
28
29python.link_binaries_suffix