Skip to content
Permalink
Browse files

py-cvxmod: no livecheck, deprecated

  • Loading branch information
reneeotten committed Apr 20, 2019
1 parent 938527a commit 94b2bd081adaa65c0e4169a639d9117ab6ef6e59
Showing with 6 additions and 12 deletions.
  1. +6 −12 python/py-cvxmod/Portfile
@@ -2,40 +2,34 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup deprecated 1.0

name py-cvxmod
set my_name cvxmod
version 0.4.6
categories-append math devel
platforms darwin
supported_archs noarch
license GPL-3+
maintainers nomaintainer

description Python module for convex optimization
description Python module for convex optimization
long_description CVXMOD is a Python-based tool for expressing and \
solving convex optimization problems. It uses \
CVXOPT as its solver. It is developed by Jacob \
Mattingley, as PhD work under Stephen Boyd at \
Stanford University.
homepage http://cvxmod.net/

# homepage is down as of 2014-09-12
#master_sites ${homepage}dist/
master_sites http://distfiles.macports.org/python
distname ${my_name}-${version}
master_sites macports_distfiles
distname ${python.rootname}-${version}
checksums md5 e5d859659853809e5c7fc2e2970be88e \
sha1 077179644623861f569e2ab7719481eec716ef17 \
rmd160 ca87ce7a7073a6896403562f08033b2e057ad37f

deprecated.upstream_support no
livecheck.type none
python.versions 27

if {$subport ne $name} {
depends_lib-append port:py${python.version}-cvxopt

livecheck.type none
} else {
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex {v(\d+(?:\.\d+)*), released}
}

0 comments on commit 94b2bd0

Please sign in to comment.
You can’t perform that action at this time.