Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 12:46:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521282 - in head/finance: . py-quantecon
Message-ID:  <201912291246.xBTCk6W5094462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 29 12:46:06 2019
New Revision: 521282
URL: https://svnweb.freebsd.org/changeset/ports/521282

Log:
  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

Added:
  head/finance/py-quantecon/
  head/finance/py-quantecon/Makefile   (contents, props changed)
  head/finance/py-quantecon/distinfo   (contents, props changed)
  head/finance/py-quantecon/pkg-descr   (contents, props changed)
Modified:
  head/finance/Makefile

Modified: head/finance/Makefile
==============================================================================
--- head/finance/Makefile	Sun Dec 29 12:44:29 2019	(r521281)
+++ head/finance/Makefile	Sun Dec 29 12:46:06 2019	(r521282)
@@ -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

Added: head/finance/py-quantecon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/py-quantecon/Makefile	Sun Dec 29 12:46:06 2019	(r521282)
@@ -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>

Added: head/finance/py-quantecon/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/py-quantecon/distinfo	Sun Dec 29 12:46:06 2019	(r521282)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577523842
+SHA256 (quantecon-0.4.6.tar.gz) = d3ec41666e8f16e35383a9a395f1f6d54eee606c42d57aa83f4bd834cbec79fe
+SIZE (quantecon-0.4.6.tar.gz) = 200123

Added: head/finance/py-quantecon/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/py-quantecon/pkg-descr	Sun Dec 29 12:46:06 2019	(r521282)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912291246.xBTCk6W5094462>