Skip to content

Commit

Permalink
finance/py-quantecon: Update to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jan 30, 2023
1 parent 727b7d0 commit 1a23be4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions finance/py-quantecon/Makefile
@@ -1,5 +1,5 @@
PORTNAME= quantecon
PORTVERSION= 0.5.3
PORTVERSION= 0.6.0
CATEGORIES= finance python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,9 +12,9 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>=0:devel/py-numba@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.17.0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.0.0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.5.0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR}

USES= python:3.7+
Expand Down
6 changes: 3 additions & 3 deletions finance/py-quantecon/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1650228792
SHA256 (quantecon-0.5.3.tar.gz) = ff9f4378069ff5713d3d8ce8efaa123b24910cb1a2eb69b4bba4735ff08f2768
SIZE (quantecon-0.5.3.tar.gz) = 151468
TIMESTAMP = 1674589928
SHA256 (quantecon-0.6.0.tar.gz) = c5c7ed1b9512894fbc9fb8bc4ae6fd4ac5dded50d32a000c28f6d02826133a40
SIZE (quantecon-0.6.0.tar.gz) = 164929
2 changes: 1 addition & 1 deletion finance/py-quantecon/files/setup.py
Expand Up @@ -21,7 +21,7 @@
{'': ['*']}

install_requires = \
['numba', 'numpy', 'requests', 'scipy>=1.0.0', 'sympy']
['numba', 'numpy>=1.17.0', 'requests', 'scipy>=1.5.0', 'sympy']

extras_require = \
{'testing': ['pytest',
Expand Down

0 comments on commit 1a23be4

Please sign in to comment.