blob: 8d7a4870d1b5433c764c239551fbbb520ce02982 [file] [log] [blame]
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.13 2013/09/13 21:41:27 mgorny Exp $
EAPI=4
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit python-r1
DESCRIPTION="A virtual for the Python argparse module"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep \
"dev-python/argparse[$(python_gen_usedep python2_6)]" \
python2_6)"