Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37633622
en ru br
Репозитории ALT
S:1.0.6-alt4.git20131103.2
www.altlinux.org/Changes

Группа :: Development/Python3
Пакет: python3-module-munkres

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname munkres

Name: python3-module-%oname
Version: 1.0.6
Release: alt4.git20131103.2
Summary: Munkres algorithm for the Assignment Problem
License: BSD
Group: Development/Python3
Url: https://pypi.python.org/pypi/munkres/

# https://github.com/bmc/munkres.git

Source: %name-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%py3_provides %oname

%description
The Munkres module provides an implementation of the Munkres algorithm
(also called the Hungarian algorithm or the Kuhn-Munkres algorithm),
useful for solving the Assignment Problem.

%prep
%setup

%build
%python3_build

%install
%python3_install

%check
%__python3 %oname.py

%files
%doc CHANGELOG *.md
%python3_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin