fix csvkit 0.9.0 dependencies

This commit is contained in:
Florian Tham
2015-04-15 11:32:20 +02:00
parent 5802ecc36a
commit 0f330d6b1a
4 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
inherit distutils-r1
MY_PV="${PV}"
DESCRIPTION="Pure python package for reading/writing dBase, FoxPro and Visual FoxPro .dbf files."
HOMEPAGE="http://groups.google.com/group/python-dbase"
SRC_URI="https://pypi.python.org/packages/source/d/dbf/dbf-0.95.003.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
S=${WORKDIR}/${PN}-${MY_PV}