# -*- 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           python 1.0
PortGroup           github 1.0

categories-prepend  devel
github.setup        cmdln flashbake 0.28.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
license             GPL-3+
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer

description         A seamless source control tool for ordinary people
long_description    Scripts to gather information for including in \
  version history comments and to make using source control a bit \
  simpler for non-technical projects.

checksums           rmd160  08dd10567f91cb163e04b11e75bd78aa2839cfa3 \
                    sha256  e3e672be4de10fb33c7983625e56e025a3a18354a11d4957c11a9396e321ef49 \
                    size    44105

# Python 3+ doesn't work
python.default_version 27

depends_build       port:py${python.version}-setuptools
depends_lib-append  port:py${python.version}-enum34 \
                    port:py${python.version}-feedparser \
                    port:py${python.version}-requests \
                    port:git

test.run            yes
test.env            PYTHONPATH=${worksrcpath}/build/lib

notes "Check out https://github.com/cmdln/flashbake/wiki for more info"
