A python implementation of the munkres algorithm
WWW: http://software.clapper.org/munkres/ PR: ports/176068 Submitted by: Mark Felder <feld@feld.me>
This commit is contained in:
@@ -548,6 +548,7 @@
|
||||
SUBDIR += py-mathdom
|
||||
SUBDIR += py-matplotlib
|
||||
SUBDIR += py-mpmath
|
||||
SUBDIR += py-munkres
|
||||
SUBDIR += py-networkx
|
||||
SUBDIR += py-numarray
|
||||
SUBDIR += py-numeric
|
||||
|
||||
27
math/py-munkres/Makefile
Normal file
27
math/py-munkres/Makefile
Normal file
@@ -0,0 +1,27 @@
|
||||
# Created by: Mark Felder <feld@feld.me>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= munkres
|
||||
PORTVERSION= 1.0.5.4
|
||||
CATEGORIES= math python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= feld@feld.me
|
||||
COMMENT= A Python implementation of the munkres algorithm
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bmc
|
||||
GH_TAGNAME= release-${PORTVERSION}
|
||||
GH_COMMIT= fbd9fd9
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/munkres.py \
|
||||
%%PYTHON_SITELIBDIR%%/munkres.pyc \
|
||||
%%PYTHON_SITELIBDIR%%/munkres.pyo
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
math/py-munkres/distinfo
Normal file
2
math/py-munkres/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (munkres-1.0.5.4.tar.gz) = 5d9e1afe233333e3c2434651796c210fab73925e86e29913fdf519260993c66c
|
||||
SIZE (munkres-1.0.5.4.tar.gz) = 14428
|
||||
3
math/py-munkres/pkg-descr
Normal file
3
math/py-munkres/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
A python implementation of the munkres algorithm
|
||||
|
||||
WWW: http://software.clapper.org/munkres/
|
||||
Reference in New Issue
Block a user