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

PortSystem      1.0
PortGroup       github 1.0
PortGroup       python 1.0

set git_commit  4d5ee5f4c90bfbaa22270ad3be6f19d85345af73
set git_date    20160510
github.setup    coherence-project Coherence ${git_commit}
name            coherence
version         0.6.7-${git_date}
license         permissive
categories      net multimedia python
maintainers     devans openmaintainer
description     Coherence, a Python UPnP and DLNA media framework
long_description \
                Coherence is a framework written in Python, \
                providing several UPnP MediaServers and MediaRenderers, \
                and enabling your application to participate in digital living networks.

platforms       darwin

supported_archs noarch

checksums       rmd160  faa3188c4a9fec1139a5caa9def0344f78e3e2e2 \
                sha256  15dc794462bffdf00527fc47693cf780f495a3cfee8c5d81f3d939724b3f7434

python.default_version 27

depends_build-append \
                port:py${python.version}-setuptools \
                port:py${python.version}-docutils

depends_lib-append \
                port:gstreamer010-gst-plugins-base \
                port:py${python.version}-gst-python \
                port:py${python.version}-gobject \
                port:py${python.version}-twisted \
                port:py${python.version}-gdata \
                port:py${python.version}-feedparser \
                port:py${python.version}-axiom \
                port:py${python.version}-id3lib \
                port:py${python.version}-service_identity

livecheck.type  none