summaryrefslogtreecommitdiff
blob: 9543c62d179450bdfadf38e61c989096aac69a72 (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
26
27
28
29
30
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Python module for importing and exporting DSV files"
HOMEPAGE="http://python-dsv.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/DSV-${PV}.tar.gz"

LICENSE="CNRI"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/wxpython:3.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

S="${WORKDIR}/DSV-${PV}"

PATCHES=(
	# From Debian
	"${FILESDIR}"/${P}-env.patch
	"${FILESDIR}"/${P}-unicode.patch
	"${FILESDIR}"/${P}-wx-namespace.patch
	"${FILESDIR}"/${P}-wxpython30.patch
)