# -*- 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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           python 1.0

github.setup        ejwa gitinspector 0.4.4 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            1
categories          devel
license             GPL-3+
maintainers         {l2dy @l2dy} openmaintainer
description         statistical analysis tool for git repositories
long_description    Gitinspector is a statistical analysis tool for git \
                    repositories. The default analysis shows general statistics \
                    per author, which can be complemented with a timeline \
                    analysis that shows the workload and activity of each \
                    author. Under normal operation, it filters the results to \
                    only show statistics about a number of given extensions and \
                    by default only includes source files in the statistical \
                    analysis.

checksums           rmd160  f0dcdeaa93f37b55735c984771cf7107ef7019e5 \
                    sha256  0129e587023fa6522d9a5d784a2dd0084c3d8c95e4a6d9a658ab0077bb19d52c

python.default_version 27

depends_build       port:py${python.version}-setuptools
depends_run         port:git
