# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="" HOMEPAGE="http://www.phyast.pitt.edu/~micheles/python/documentation.html" SRC_URI="http://www.phyast.pitt.edu/~micheles/python/${PN}-${PV}.zip" LICENSE="" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="" src_install() { distutils_src_install } src_postinst() { distutils_pkg_postinst }