summaryrefslogtreecommitdiff
blob: ee042f3e3c00535a6969e0cfb649d4ff3ab86976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit distutils

MY_PN="PythonNURBS"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Python language bindings for the NURBS++ library"
HOMEPAGE="http://pypi.python.org/pypi/PythonNURBS"
SRC_URI="http://pypi.python.org/packages/source/P/${MY_PN}/${MY_P}.tar.gz"

LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

RDEPEND="sci-libs/nurbs++"
DEPEND="${RDEPEND}
	dev-lang/swig"

S="${WORKDIR}/${MY_P}"