Ticket #41315: Portfile

File Portfile, 1.5 KB (added by ben@…, 10 years ago)

New version 1.2 Portfile

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           github 1.0
6PortGroup           python 1.0
7
8github.setup        tazzben EGSimulation 1.2
9github.project      EconScripts
10categories          science
11platforms           darwin
12maintainers         ad.wsu.edu:tazz_ben
13license             public-domain
14supported_archs     noarch
15
16description         Simulate the Ellison & Glaeser statistic using randomness alone
17
18long_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.  You can also use Françoise Maurel and Béatrice Sédillot (1999)'s specification for both G and gamma.
19
20homepage            ${github.homepage}/tree/master/Simulations/Python/EG%20Statistic
21
22checksums           rmd160  d6b5d09981836ab80a8d1512df227b6685150b60 \
23                    sha256  226181ccb0c42aa040541d051360c44778ccce226d5ccd7198222e008440bac7
24
25python.versions     27
26
27depends_lib-append  port:py${python.version}-crypto \
28                    port:py${python.version}-numpy \
29                    port:py${python.version}-scipy
30
31python.link_binaries_suffix
32
33livecheck.type      regex
34livecheck.url       ${github.homepage}/tags
35livecheck.regex     (\[0-9.\]+)${extract.suffix}