# -*- 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        thinkle gourmet 0.17.4
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            2
categories          gnome python
platforms           {darwin any}
supported_archs     noarch
license             GPL-2+
maintainers         nomaintainer
description         A simple but powerful recipe-managing application
long_description \
    Gourmet Recipe Manager is a recipe-organizer that allows you to collect, \
    search, organize, and browse your recipes. Gourmet can also generate \
    shopping lists and calculate nutritional information.

homepage            https://thinkle.github.io/gourmet/
checksums           rmd160  df9b633c051c84423d4da88156b7d0cba16eaff7 \
                    sha256  21e51301d7a4078995ebe7343dd8a669646c1c22028713e5ecfc069045a97ea4

python.default_version  27

depends_build       port:py${python.version}-distutils-extra \
                    port:intltool
depends_lib-append  port:py${python.version}-pygtk \
                    port:py${python.version}-sqlalchemy \
                    path:${python.pkgd}/PIL/__init__.py:py${python.version}-Pillow \
                    port:py${python.version}-elib.intl \
                    port:py${python.version}-reportlab \
                    port:py${python.version}-poppler \
                    port:py${python.version}-gtkspell \
                    port:py${python.version}-gst-python \
                    port:gstreamer010-gst-plugins-good \
                    port:py${python.version}-beautifulsoup \
                    port:py${python.version}-ipython

patchfiles          gourmet-824.patch
