# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 106578 2013-05-31 09:04:25Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        kivy kivy 1.7.1
name                py-kivy
revision            0
categories-append   devel
platforms           darwin
license             LGPL

python.versions     26 27

maintainers         stromnov openmaintainer

description         Library for development of multi-touch enabled applications

long_description    Kivy is a Python library for development of multi-touch \
                    enabled media rich applications. The aim is to allow for \
                    quick and easy interaction design and rapid prototyping, \
                    while making your code reusable and deployable.

homepage            http://kivy.org/

checksums           rmd160  89d4573879f056f291ddbf0da60239d3a2750a47 \
                    sha256  ba255ebf473e0d620a5696a88e4e3f9d101090ffed610425133387736cb15640

if {$subport != $name} {
    depends_build-append \
                        port:py${python.version}-cython

    depends_run-append  port:py${python.version}-game

    patchfiles          patch-setup.py.diff

    livecheck.type      none
}
