You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
897 B
Tcl
22 lines
897 B
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-minfx
|
|
version 1.0.3
|
|
maintainers {gmail.com:howarth.at.macports @jwhowarth}
|
|
license GPL-3+
|
|
platforms {darwin any} freebsd
|
|
supported_archs noarch
|
|
distname minfx-${version}
|
|
description The minfx optimisation library.
|
|
long_description The minfx project is a python package for numerical optimisation.
|
|
homepage https://gna.org/projects/minfx/
|
|
master_sites http://download.gna.org/minfx/
|
|
checksums md5 30a919cc470c6128876644bc9d25d337 \
|
|
sha1 b99d7c2691d9d931e4859d78058e2b0897a4136c \
|
|
rmd160 d80fbf432e38eddc08dbcb8f2af128ca249ee323
|
|
|
|
python.versions 27
|