From owner-svn-ports-all@freebsd.org Thu Aug 13 19:28:48 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A3683AA5D5; Thu, 13 Aug 2020 19:28:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSGp82D1bz3Tg6; Thu, 13 Aug 2020 19:28:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F57022253; Thu, 13 Aug 2020 19:28:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07DJSm7B019482; Thu, 13 Aug 2020 19:28:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07DJSlar019480; Thu, 13 Aug 2020 19:28:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202008131928.07DJSlar019480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 13 Aug 2020 19:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544833 - head/math/py-PyMetis X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-PyMetis X-SVN-Commit-Revision: 544833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 19:28:48 -0000 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 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