# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-linda
version			0.5.1
categories		python net
platforms		darwin
maintainers		nomaintainer
description		simple implementation of a linda system
long_description	PyLinda is a simple implementation of a linda system, \
				however it also includes several of the more recently \
				proposed extensions to Linda in the form of multiple \
				tuple spaces, garbage collection, sane non-blocking \
				primitives and bulk tuple operations.

homepage		http://www-users.cs.york.ac.uk/~aw/pylinda/
master_sites	${homepage}/dist/
distname		linda-${version}
checksums		md5 36b656030d812e971db4eeaeae1ff064
patchfiles		patch-setup.py.diff

