You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 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-algopy
|
|
version 0.7.2
|
|
revision 0
|
|
|
|
categories-append math
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description AlgoPy is a Research Prototype for Algorithmic Differentation in Python
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/b45ch1/algopy
|
|
|
|
checksums rmd160 ffc4f86a217b6a2647334ae6f9764ed454490b88 \
|
|
sha256 4a82ba3d44964430733c5c44c498779ac84879cabf70b31136d550b5e6252d51 \
|
|
size 160544
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-scipy
|
|
}
|