# $Id: Portfile 89412 2012-01-28 11:28:07Z jmr@macports.org $

PortSystem 1.0
PortGroup python26 1.0

name		kiwi
version		1.9.26
revision	1
set branch      [join [lrange [split ${version} .] 0 1] .]
categories	devel gnome python
license		LGPL-2.1+
maintainers	nomaintainer
supported_archs	noarch

description	Framework for Python applications with GUIs.
long_description \
	Kiwi is a framework and a set of enhanced PyGTK widgets designed to \
	make building programs with graphical interfaces both easy to write \
	and easy to maintain. Kiwi is pure Python and should work \
	cross-platform, but is developed on Python 2.4, Linux ix86.
homepage	http://www.async.com.br/projects/kiwi
platforms	darwin

master_sites	gnome:sources/${name}/${branch}/

checksums       md5     036cb5d9007d816bdc7b9fff9fc3215c \
                sha1    83f5b46762d446587bc4cd71e0e644c2fd3be6fd \
                rmd160  fbc52676fc5501edf85e509a8e7951884bb7caac

depends_lib-append	\
	path:lib/pkgconfig/glib-2.0.pc:glib2 \
	port:py26-gobject \
	port:py26-gtk \
	port:py26-numeric
depends_build-append	\
	port:pkgconfig

python.link_binaries_suffix

livecheck.type  regex
livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
