# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/astor/astor-0.3.ebuild,v 1.1 2014/02/14 09:00:49 patrick Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 DESCRIPTION="Read/rewrite/write Python ASTs" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" HOMEPAGE="http://pypi.python.org/pypi/astor" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples test" RDEPEND="" DEPEND="${RDEPEND}"