pkgsrc/x11/py-kiwi/Makefile
jmcneill 79f23e71d2 Import py-kiwi version 1.9.22.
Kiwi consists of a set of classes and wrappers for PyGTK that were developed
to provide a sort of framework for applications. Fully object-oriented, and
roughly Smalltalk's MVC, Kiwi provides a simple, practical way to build forms,
windows and widgets that transparently access and display your object data.
Kiwi was primarily designed to make implementing the UI for Stoq easier, and
it is released under the LGPL. Kiwi is inspired by Allen Holub's Visual Proxy.

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.
2009-01-05 12:31:06 +00:00

25 lines
705 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/01/05 12:31:06 jmcneill Exp $
#
DISTNAME= kiwi-1.9.22
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= x11 python
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/kiwi/1.9/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.async.com.br/projects/kiwi/
COMMENT= Framework and a set of enhanced PyGTK widgets
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
USE_PKGLOCALEDIR= yes
PYTHON_VERSIONS_ACCEPTED= 24 25
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools
INSTALLATION_DIRS+= ${PYSITELIB}
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"