dev-python/munkres/munkres-1.0.5.4.ebuild
author Da Risk <da_risk@geekorum.com>
Mon, 27 Feb 2017 10:40:41 -0800
changeset 204 65b4d35e7ec3
parent 35 bedf0b92c21e
permissions -rw-r--r--
Remove pylast it is now in the gentoo tree

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit distutils python

DESCRIPTION="munkres algorithm for the Assignment Problem"
HOMEPAGE="http://software.clapper.org/munkres"
SRC_URI="http://pypi.python.org/packages/source/m/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

PYTHON_DEPEND="2:5"