dev-python/munkres/munkres-1.0.5.4.ebuild
changeset 206 0381302aeb96
parent 205 8b1ff00ed57f
child 207 4a0953bcb56f
equal deleted inserted replaced
205:8b1ff00ed57f 206:0381302aeb96
     1 # Copyright 1999-2010 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=3
       
     6 
       
     7 inherit distutils python
       
     8 
       
     9 DESCRIPTION="munkres algorithm for the Assignment Problem"
       
    10 HOMEPAGE="http://software.clapper.org/munkres"
       
    11 SRC_URI="http://pypi.python.org/packages/source/m/${PN}/${P}.tar.gz"
       
    12 
       
    13 LICENSE="BSD"
       
    14 SLOT="0"
       
    15 KEYWORDS="~amd64"
       
    16 IUSE=""
       
    17 
       
    18 PYTHON_DEPEND="2:5"
       
    19