svn commit: r493108 - in head/math: . py-munkres10

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 16 22:52:53 UTC 2019


Author: sunpoet
Date: Sat Feb 16 22:52:51 2019
New Revision: 493108
URL: https://svnweb.freebsd.org/changeset/ports/493108

Log:
  Add py-munkres10 1.0.2 (copied from py-munkres)
  
  - Add PORTSCOUT

Added:
  head/math/py-munkres10/
     - copied from r493012, head/math/py-munkres/
Modified:
  head/math/Makefile
  head/math/py-munkres10/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Feb 16 22:52:45 2019	(r493107)
+++ head/math/Makefile	Sat Feb 16 22:52:51 2019	(r493108)
@@ -728,6 +728,7 @@
     SUBDIR += py-matplotlib
     SUBDIR += py-mpmath
     SUBDIR += py-munkres
+    SUBDIR += py-munkres10
     SUBDIR += py-networkx
     SUBDIR += py-networkx1
     SUBDIR += py-numarray

Modified: head/math/py-munkres10/Makefile
==============================================================================
--- head/math/py-munkres/Makefile	Fri Feb 15 22:43:57 2019	(r493012)
+++ head/math/py-munkres10/Makefile	Sat Feb 16 22:52:51 2019	(r493108)
@@ -6,6 +6,7 @@ PORTVERSION=	1.0.12
 DISTVERSIONPREFIX=	release-
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	10
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Munkres implementation for Python
@@ -16,6 +17,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.0\.
 
 GH_ACCOUNT=	bmc
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list