mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
math/py-Diofant: Update 0.9.0 -> 0.10.0
Reported by: portscout
This commit is contained in:
parent
5376b7f979
commit
124699d03c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491689
@ -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} \
|
||||
|
@ -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
|
||||
|
10
math/py-Diofant/files/patch-setup.cfg
Normal file
10
math/py-Diofant/files/patch-setup.cfg
Normal file
@ -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
|
@ -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'],
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user