Ticket #53386: Portfile

File Portfile, 1.3 KB (added by tazzben (Ben Smith), 7 years ago)

Entire 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 WW 1.3
9
10categories          science education
11platforms           darwin
12maintainers         unomaha.edu:bosmith
13license             MIT
14supported_archs     noarch
15
16description         A command line tool to disaggregate pre and post test responses into Walstad and Wagner learning types
17
18long_description    In the Spring of 2016, Walstad and Wagner released a paper suggesting that the pretest/posttest delta is insufficient in assessing learning outcomes. However, performing such a disaggregation is time intensive, especially if the questions appear in a different location (or order) on the pre and post test.  WW_out is a command line tool that makes this disaggregation easy. It uses four CSV files to generate outcomes by question and student.
19
20checksums           rmd160  c00c14c6cce7284260bae4be6a8c7909d5d542d1 \
21                    sha256  670252b71bc8a61c49212c730b4bb1da84c558290eaa4dd9d83a6c3e918131d0
22
23python.default_version  27
24
25depends_build       port:py${python.version}-setuptools
26depends_lib-append  port:py${python.version}-pandas