Date: Mon, 15 Feb 2021 00:09:26 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565276 - head/math/py-mpmath Message-ID: <202102150009.11F09Qwa057715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102150009.11F09Qwa057715>