Index: head/math/py-Diofant/Makefile =================================================================== --- head/math/py-Diofant/Makefile (revision 491688) +++ head/math/py-Diofant/Makefile (revision 491689) @@ -1,33 +1,33 @@ # $FreeBSD$ PORTNAME= Diofant -DISTVERSION= 0.9.0 -PORTREVISION= 1 +DISTVERSION= 0.10.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>2.1.1:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>2.1.2:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}strategies>=0.2.3:devel/py-strategies@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}theano>=0.9.0:math/py-theano@${PY_FLAVOR} \ ${PYNUMPY} USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/math/py-Diofant/distinfo =================================================================== --- head/math/py-Diofant/distinfo (revision 491688) +++ head/math/py-Diofant/distinfo (revision 491689) @@ -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 Index: head/math/py-Diofant/files/patch-setup.py =================================================================== --- head/math/py-Diofant/files/patch-setup.py (revision 491688) +++ head/math/py-Diofant/files/patch-setup.py (nonexistent) @@ -1,11 +0,0 @@ ---- setup.py.orig 2018-03-29 22:06:10 UTC -+++ setup.py -@@ -20,7 +20,7 @@ with open('diofant/__init__.py') as f: - if m: - __version__ = m.group(1) - --setup_reqs = ['setuptools>=5.5.1', 'pip>=6.0', 'pytest-runner', 'isort'] -+setup_reqs = ['setuptools>=5.5.1', 'pytest-runner', 'isort'] - extra_reqs = {'exports': ['numpy>=1.12.1', 'scipy', 'Theano>=0.9.0'], - 'gmpy': ['gmpy2>=2.0.8'], - 'plot': ['pyparsing!=2.1.2', 'matplotlib!=2.1.1'], Property changes on: head/math/py-Diofant/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/py-Diofant/files/patch-setup.cfg =================================================================== --- head/math/py-Diofant/files/patch-setup.cfg (nonexistent) +++ head/math/py-Diofant/files/patch-setup.cfg (revision 491689) @@ -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 Property changes on: head/math/py-Diofant/files/patch-setup.cfg ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/py-Diofant/pkg-descr =================================================================== --- head/math/py-Diofant/pkg-descr (revision 491688) +++ head/math/py-Diofant/pkg-descr (revision 491689) @@ -1,7 +1,7 @@ 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. WWW: https://github.com/diofant/diofant