# -*- 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 python 1.0 name py-kivy version 1.9.1 revision 0 categories-append devel platforms darwin license MIT python.versions 26 27 35 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/ master_sites pypi:K/Kivy distname ${python.rootname}-${version} checksums rmd160 fc3e96b5cf37798fa778d22b69972fc7fc05a506 \ sha256 29bc45be34c26a8acb1dafdd329145f997a473be344cd052659f821f6478637e if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-cython depends_lib-append port:libsdl2 \ port:libsdl2_image \ port:libsdl2_mixer \ port:libsdl2_ttf patchfiles patch-setup.py.diff livecheck.type none } else { livecheck.name Kivy livecheck.type pypi }