# $Id: Portfile 101888 2013-01-21 01:45:04Z jmr@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-kjbuckets
version			2.2
revision		1
# close to the ISC license but not identical
license			Permissive
platforms		darwin freebsd
maintainers		nomaintainer
description		Python module that defines graph, set and dict datatypes
long_description	Python module that defines graph and set datatypes as \
				well as an alternative dictionary data type. These \
				types are tightly coupled at the level of C, allowing \
				fast and powerful algebraic combinations of container \
				objects.

homepage		http://gadfly.sourceforge.net/kjbuckets.html
master_sites	sourceforge:gadfly
distname		gadfly-1.0.0
checksums		md5 8dc11575e4d8042058f6ad11b32a8641

worksrcdir		${worksrcdir}/kjbuckets

python.versions	24
