pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-munkres
Module Name: pkgsrc
Committed By: adam
Date: Mon Dec 10 11:22:37 UTC 2018
Modified Files:
pkgsrc/math/py-munkres: Makefile distinfo
Log Message:
py-munkres: updated to 1.0.12
Version 1.0.12:
- Merged Pull Request 11] which simplifies conversion of a
profit matrix to a cost matrix, in the default case.
- Merged Pull Request 7 which fixes a message.
- Added more tests.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-munkres/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-munkres/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-munkres/Makefile
diff -u pkgsrc/math/py-munkres/Makefile:1.6 pkgsrc/math/py-munkres/Makefile:1.7
--- pkgsrc/math/py-munkres/Makefile:1.6 Mon Sep 4 18:08:25 2017
+++ pkgsrc/math/py-munkres/Makefile Mon Dec 10 11:22:37 2018
@@ -1,18 +1,26 @@
-# $NetBSD: Makefile,v 1.6 2017/09/04 18:08:25 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/12/10 11:22:37 adam Exp $
-DISTNAME= munkres-1.0.11
+DISTNAME= munkres-1.0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_PYPI:=m/munkres/}
+CATEGORIES= math python
+#MASTER_SITES= ${MASTER_SITE_PYPI:=m/munkres/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=bmc/}
+GITHUB_PROJECT= munkres
+GITHUB_TAG= release-${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pypi.python.org/pypi/munkres/
+HOMEPAGE= http://software.clapper.org/munkres/
COMMENT= Munkres algorithm for the Assignment Problem
LICENSE= apache-2.0
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
USE_LANGUAGES= # none
REPLACE_PYTHON= munkres.py
+do-test:
+ cd ${WRKSRC} && nosetests-${PYVERSSUFFIX}
+
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-munkres/distinfo
diff -u pkgsrc/math/py-munkres/distinfo:1.4 pkgsrc/math/py-munkres/distinfo:1.5
--- pkgsrc/math/py-munkres/distinfo:1.4 Sun Jul 23 18:39:51 2017
+++ pkgsrc/math/py-munkres/distinfo Mon Dec 10 11:22:37 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/07/23 18:39:51 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/12/10 11:22:37 adam Exp $
-SHA1 (munkres-1.0.11.tar.gz) = b32cd39ec9e2eefb4db52c1ff4b2ac0f5df0b2c0
-RMD160 (munkres-1.0.11.tar.gz) = d79235c896c26ea7a99c6fdc644935969ca73e8f
-SHA512 (munkres-1.0.11.tar.gz) = cf9f009483efb82dd34fdd9b4996fc6323802b38e532b24d6c6f241a68f5732689894027a3d4d3cb2207f0a786463702e01864b4f899f5d207beca3e892eab67
-Size (munkres-1.0.11.tar.gz) = 11322 bytes
+SHA1 (munkres-1.0.12.tar.gz) = 8e50cfe8cfde5f7be250476fab34d108a7b0aa16
+RMD160 (munkres-1.0.12.tar.gz) = 64145a12881cd8f0edbda4a9d2e14808efe1df70
+SHA512 (munkres-1.0.12.tar.gz) = 9049fd350b739c9095b6e1da8fe0041210d4723ab8c0c6a7fc9943392bebf9eb224c6f420c8158a47607277e13fba2f3c7803ee222d58e8e3720d5647f44e596
+Size (munkres-1.0.12.tar.gz) = 12126 bytes
Home |
Main Index |
Thread Index |
Old Index