Skip to content
Permalink
Browse files

py-scikits-bvp_solver: fix livecheck, deprecated

- update homepage
  • Loading branch information
reneeotten committed Apr 7, 2019
1 parent 4b8bc72 commit 6a7570ae9fe5ae5ea27af982f1a4b99c86fcb93a
Showing with 4 additions and 5 deletions.
  1. +4 −5 python/py-scikits-bvp_solver/Portfile
@@ -3,6 +3,7 @@
PortSystem 1.0
PortGroup python 1.0
PortGroup compilers 1.0
PortGroup deprecated 1.0

name py-scikits-bvp_solver
version 1.1
@@ -19,7 +20,7 @@ description Python package for solving two-point boundary-value prob
long_description scikits.bvp_solver is a python package for solving two-point boundary-value \
problems, which is based on a modified version of the BVP_SOLVER Fortran package.

homepage https://packages.python.org/scikits.bvp_solver/
homepage https://github.com/jsalvatier/scikits.bvp_solver
master_sites pypi:s/scikits.bvp_solver/

distname scikits.bvp_solver-${version}
@@ -35,6 +36,8 @@ python.versions 27
python.add_archflags no
universal_variant no

deprecated.upstream_support no

if {${name} ne ${subport}} {
compilers.choose fc f90 f77
compilers.setup require_fortran
@@ -52,8 +55,4 @@ if {${name} ne ${subport}} {
}

livecheck.type none
} else {
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex "bvp_solver-(\\d+(?:\\.\\d+)*)${extract.suffix}"
}

0 comments on commit 6a7570a

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