# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.3
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
MY_PV="${PV/_beta/-beta}"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Clone Digger aimed to detect similar code in Python and Java programs."
HOMEPAGE="http://clonedigger.sourceforge.net"
SRC_URI="https://pypi.python.org/packages/source/c/clonedigger/${MY_P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"