Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 22:52:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493108 - in head/math: . py-munkres10
Message-ID:  <201902162252.x1GMqpMu079931@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902162252.x1GMqpMu079931>