Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 17:28:09 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555128 - head/math/py-PyMetis
Message-ID:  <202011141728.0AEHS9Gi079135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Nov 14 17:28:09 2020
New Revision: 555128
URL: https://svnweb.freebsd.org/changeset/ports/555128

Log:
  math/py-PyMetis: Update 2019.1.1 -> 2020.1

Modified:
  head/math/py-PyMetis/Makefile
  head/math/py-PyMetis/distinfo

Modified: head/math/py-PyMetis/Makefile
==============================================================================
--- head/math/py-PyMetis/Makefile	Sat Nov 14 17:25:20 2020	(r555127)
+++ head/math/py-PyMetis/Makefile	Sat Nov 14 17:28:09 2020	(r555128)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	PyMetis
-DISTVERSION=	2019.1.1
+DISTVERSION=	2020.1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Python wrapper for the Metis graph partititio
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>:devel/py-pip@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
 LIB_DEPENDS=	libmetis.so:math/metis
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

Modified: head/math/py-PyMetis/distinfo
==============================================================================
--- head/math/py-PyMetis/distinfo	Sat Nov 14 17:25:20 2020	(r555127)
+++ head/math/py-PyMetis/distinfo	Sat Nov 14 17:28:09 2020	(r555128)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597346432
-SHA256 (PyMetis-2019.1.1.tar.gz) = b611c9b937c82788c4663cde1f5c3b28cfe353aab41806fbc1d1a173c73e20e5
-SIZE (PyMetis-2019.1.1.tar.gz) = 293342
+TIMESTAMP = 1605374680
+SHA256 (PyMetis-2020.1.tar.gz) = d13e262e8ee20963e898c2c473b69502661a8727904a49b33689fb4d42248555
+SIZE (PyMetis-2020.1.tar.gz) = 297926



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