Permalink
Browse files
py-pyviz_comms: livecheck disregard alpha and beta releases
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
python/py-pyviz_comms/Portfile
|
|
@@ -39,4 +39,7 @@ if {${name} ne ${subport}} { |
|
|
${destroot}${python.prefix}/lib/python${python.branch}/site-packages/pyviz_comms-${version}-py${python.branch}.egg-info/PKG-INFO \ |
|
|
${destroot}${python.prefix}/lib/python${python.branch}/site-packages/pyviz_comms/.version |
|
|
} |
|
|
|
|
|
} else { |
|
|
github.livecheck.regex {(\d\.\d+(\.\d+)?(?![ab]))} |
|
|
} |