# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Originally created by Homme Zwaagstra (hrz@geodata.soton.ac.uk) # Changed from SVN to GeoTypes 0.6.0 by Frederic Back (fredericback@gmail.com) # This ebuild should be placed in the dev-python/GeoTypes category inherit distutils DESCRIPTION="A python module that implements PostGIS data types" SRC_URI="http://initd.org/svn/psycopg/geotypes/releases/${PN}-0.6.0.tar.gz" HOMEPAGE="http://initd.org/tracker/psycopg/wiki/GeoTypes" KEYWORDS="~x86" LICENSE="GPL-2" SLOT="0" DEPEND=">=dev-lang/python-2.4"