# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) inherit distutils-r1 MY_PN=pythonOCC MY_P=${MY_PN}-${PV} DESCRIPTION="Python Interface to OpenCASCADE CAD library" HOMEPAGE="http://www.pythonocc.org" SRC_URI="http://pythonocc.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" RDEPEND="sci-libs/opencascade" DEPEND="${RDEPEND} dev-lang/swig" S="${WORKDIR}"/${P}/src