26 lines
580 B
Bash
26 lines
580 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
PYTHON_COMPAT=( python2_7 )
|
|
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="Coin3d binding for Python"
|
|
HOMEPAGE="http://pivy.coin3d.org/"
|
|
SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
|
|
#identical to latest debian tarball at
|
|
# http://ftp.de.debian.org/debian/pool/main/p/pivy/pivy_0.5.0~v609hg.orig.tar.bz2
|
|
|
|
LICENSE="ISC"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="
|
|
media-libs/coin
|
|
>=media-libs/SoQt-1.5.0"
|
|
DEPEND="${RDEPEND}
|
|
dev-lang/swig"
|