Date: Thu, 31 Jan 2019 05:22:03 +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: r491689 - in head/math/py-Diofant: . files Message-ID: <201901310522.x0V5M3EO036604@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901310522.x0V5M3EO036604>