mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add py-quantecon 0.4.6
QuantEcon is an organization run by economists for economists with the aim of coordinating distributed development of high quality open source code for all forms of quantitative economic modelling. WWW: https://github.com/QuantEcon/QuantEcon.py
This commit is contained in:
parent
249698cfc2
commit
a479fa662b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521282
@ -96,6 +96,7 @@
|
||||
SUBDIR += py-pycoin
|
||||
SUBDIR += py-python-bitcoinlib
|
||||
SUBDIR += py-python-obelisk
|
||||
SUBDIR += py-quantecon
|
||||
SUBDIR += py-stripe
|
||||
SUBDIR += py-ta-lib
|
||||
SUBDIR += py-vatnumber
|
||||
|
27
finance/py-quantecon/Makefile
Normal file
27
finance/py-quantecon/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= quantecon
|
||||
PORTVERSION= 0.4.6
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Support all forms of quantitative economic modelling
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>=0.38:devel/py-numba@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=1.0.0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
finance/py-quantecon/distinfo
Normal file
3
finance/py-quantecon/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1577523842
|
||||
SHA256 (quantecon-0.4.6.tar.gz) = d3ec41666e8f16e35383a9a395f1f6d54eee606c42d57aa83f4bd834cbec79fe
|
||||
SIZE (quantecon-0.4.6.tar.gz) = 200123
|
5
finance/py-quantecon/pkg-descr
Normal file
5
finance/py-quantecon/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
QuantEcon is an organization run by economists for economists with the aim of
|
||||
coordinating distributed development of high quality open source code for all
|
||||
forms of quantitative economic modelling.
|
||||
|
||||
WWW: https://github.com/QuantEcon/QuantEcon.py
|
Loading…
Reference in New Issue
Block a user