From owner-svn-ports-all@freebsd.org Mon Feb 15 00:09:26 2021 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 CB426541C77; Mon, 15 Feb 2021 00:09:26 +0000 (UTC) (envelope-from wen@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Df4GZ5N06z4m8W; Mon, 15 Feb 2021 00:09:26 +0000 (UTC) (envelope-from wen@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 AB53313CE7; Mon, 15 Feb 2021 00:09:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11F09Q05057717; Mon, 15 Feb 2021 00:09:26 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11F09Qwa057715; Mon, 15 Feb 2021 00:09:26 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202102150009.11F09Qwa057715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 15 Feb 2021 00:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565276 - head/math/py-mpmath X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/py-mpmath X-SVN-Commit-Revision: 565276 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.34 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: Mon, 15 Feb 2021 00:09:26 -0000 Author: wen Date: Mon Feb 15 00:09:26 2021 New Revision: 565276 URL: https://svnweb.freebsd.org/changeset/ports/565276 Log: - Update to 1.2.1 - Update DEPENDS Modified: head/math/py-mpmath/Makefile head/math/py-mpmath/distinfo Modified: head/math/py-mpmath/Makefile ============================================================================== --- head/math/py-mpmath/Makefile Sun Feb 14 23:30:43 2021 (r565275) +++ head/math/py-mpmath/Makefile Mon Feb 15 00:09:26 2021 (r565276) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpmath -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Python Library for Arbitrary-precision Floati LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gmpy.so:math/py-gmpy@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy>=0:math/py-gmpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist Modified: head/math/py-mpmath/distinfo ============================================================================== --- head/math/py-mpmath/distinfo Sun Feb 14 23:30:43 2021 (r565275) +++ head/math/py-mpmath/distinfo Mon Feb 15 00:09:26 2021 (r565276) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544961720 -SHA256 (mpmath-1.1.0.tar.gz) = fc17abe05fbab3382b61a123c398508183406fa132e0223874578e20946499f6 -SIZE (mpmath-1.1.0.tar.gz) = 512600 +TIMESTAMP = 1613347177 +SHA256 (mpmath-1.2.1.tar.gz) = 79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a +SIZE (mpmath-1.2.1.tar.gz) = 2144222