From owner-svn-ports-head@freebsd.org Thu Jan 31 05:22:05 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00E1E13421B1; Thu, 31 Jan 2019 05:22:05 +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) server-signature RSA-PSS (4096 bits) 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 9021F6E7D5; Thu, 31 Jan 2019 05:22:04 +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 84E6128FF; Thu, 31 Jan 2019 05:22:04 +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 x0V5M4Nc036607; Thu, 31 Jan 2019 05:22:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0V5M3EO036604; Thu, 31 Jan 2019 05:22:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201901310522.x0V5M3EO036604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 31 Jan 2019 05:22:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491689 - in head/math/py-Diofant: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math/py-Diofant: . files X-SVN-Commit-Revision: 491689 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9021F6E7D5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2019 05:22:05 -0000 Author: yuri Date: Thu Jan 31 05:22:03 2019 New Revision: 491689 URL: https://svnweb.freebsd.org/changeset/ports/491689 Log: math/py-Diofant: Update 0.9.0 -> 0.10.0 Reported by: portscout Added: head/math/py-Diofant/files/patch-setup.cfg (contents, props changed) Deleted: head/math/py-Diofant/files/patch-setup.py Modified: head/math/py-Diofant/Makefile head/math/py-Diofant/distinfo head/math/py-Diofant/pkg-descr Modified: head/math/py-Diofant/Makefile ============================================================================== --- head/math/py-Diofant/Makefile Thu Jan 31 05:11:25 2019 (r491688) +++ head/math/py-Diofant/Makefile Thu Jan 31 05:22:03 2019 (r491689) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Diofant -DISTVERSION= 0.9.0 -PORTREVISION= 1 +DISTVERSION= 0.10.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +10,11 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Python library for symbolic mathematics LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>0:devel/py-isort@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} # RUN_DEPENDS includes extra_reqs for convenience RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>0:devel/py-cachetools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gmpy2>=2.0.8:math/py-gmpy2@${PY_FLAVOR} \ Modified: head/math/py-Diofant/distinfo ============================================================================== --- head/math/py-Diofant/distinfo Thu Jan 31 05:11:25 2019 (r491688) +++ head/math/py-Diofant/distinfo Thu Jan 31 05:22:03 2019 (r491689) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522358534 -SHA256 (Diofant-0.9.0.tar.gz) = 2ad017257c4ae3ccb2bc065863bf411602a67fc82af4d417dfb6e21c85e775a8 -SIZE (Diofant-0.9.0.tar.gz) = 2309393 +TIMESTAMP = 1548911511 +SHA256 (Diofant-0.10.0.tar.gz) = 1ced513e42458042c02062eafca97ec1e5b847bfb78260b2cf1d33f16b054f62 +SIZE (Diofant-0.10.0.tar.gz) = 2473549 Added: head/math/py-Diofant/files/patch-setup.cfg ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-Diofant/files/patch-setup.cfg Thu Jan 31 05:22:03 2019 (r491689) @@ -0,0 +1,10 @@ +--- setup.cfg.orig 2019-01-31 05:16:32 UTC ++++ setup.cfg +@@ -33,7 +33,6 @@ packages = find: + python_requires = >=3.5 + setup_requires = setuptools>=36.7.0 + setuptools_scm +- pip>=9.0.1 + pytest-runner + isort + install_requires = mpmath>=0.19 Modified: head/math/py-Diofant/pkg-descr ============================================================================== --- head/math/py-Diofant/pkg-descr Thu Jan 31 05:11:25 2019 (r491688) +++ head/math/py-Diofant/pkg-descr Thu Jan 31 05:22:03 2019 (r491689) @@ -1,6 +1,6 @@ Diofant is a Python library for symbolic mathematics. It is able to symbolically differentiate, integrate functions, solve -algebraoc equations and a lot more. +algebraic equations and a lot more. It can present results in a very cool pseudographics in your terminal.