You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.6 KiB
Tcl
42 lines
1.6 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-quantecon
|
|
version 0.8.0
|
|
revision 0
|
|
categories-append science finance
|
|
|
|
license MIT
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description QuantEcon is a high performance, open source Python code library for economics
|
|
long_description The quantecon Python library consists of a number of modules which includes \
|
|
game theory (game_theory), markov chains (markov), random generation \
|
|
utilities (random), a collection of tools (tools), and other utilities (util) \
|
|
which are mainly used by developers internal to the package.
|
|
|
|
homepage https://quantecon.org/quantecon-py/
|
|
|
|
checksums rmd160 b88bf1e06be9c52294af83553c0b8d221fec64a4 \
|
|
sha256 f1b68b10974eda3ec386e151c1659a51d5e55d2b72677891f7b5ca019000fe58 \
|
|
size 279207
|
|
|
|
python.versions 39 310 311 312 313
|
|
python.pep517 yes
|
|
python.pep517_backend flit
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-numba \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-requests \
|
|
port:py${python.version}-scipy \
|
|
port:py${python.version}-sympy
|
|
}
|
|
|
|
test.run yes
|