Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 19:28:47 +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: r544833 - head/math/py-PyMetis
Message-ID:  <202008131928.07DJSlar019480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug 13 19:28:47 2020
New Revision: 544833
URL: https://svnweb.freebsd.org/changeset/ports/544833

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

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

Modified: head/math/py-PyMetis/Makefile
==============================================================================
--- head/math/py-PyMetis/Makefile	Thu Aug 13 19:19:23 2020	(r544832)
+++ head/math/py-PyMetis/Makefile	Thu Aug 13 19:28:47 2020	(r544833)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	PyMetis
-DISTVERSION=	2016.2
+DISTVERSION=	2019.1.1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +12,12 @@ COMMENT=	Python wrapper for the Metis graph partititio
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>: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}
 
-USES=		localbase python:-3.6
+USES=		compiler:c++14-lang localbase python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/math/py-PyMetis/distinfo
==============================================================================
--- head/math/py-PyMetis/distinfo	Thu Aug 13 19:19:23 2020	(r544832)
+++ head/math/py-PyMetis/distinfo	Thu Aug 13 19:28:47 2020	(r544833)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527196473
-SHA256 (PyMetis-2016.2.tar.gz) = ebf68b865ed274f5c6db5ccfdf2fbec2123bf72171f3f0b54213fec4fa3b502a
-SIZE (PyMetis-2016.2.tar.gz) = 1721282
+TIMESTAMP = 1597346432
+SHA256 (PyMetis-2019.1.1.tar.gz) = b611c9b937c82788c4663cde1f5c3b28cfe353aab41806fbc1d1a173c73e20e5
+SIZE (PyMetis-2019.1.1.tar.gz) = 293342



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