Skip to content
Permalink
Browse files

py-webhelpers: fix livecheck

  • Loading branch information
reneeotten committed Apr 17, 2019
1 parent ef99ff3 commit 0212b5369ee61b102b67a3c130216e2c0c253628
Showing with 12 additions and 9 deletions.
  1. +12 −9 python/py-webhelpers/Portfile
@@ -5,7 +5,7 @@ PortGroup python 1.0

name py-webhelpers
version 1.3
python.versions 27
revision 0
epoch 2
maintainers nomaintainer
platforms darwin
@@ -16,19 +16,22 @@ long_description ${description} It's the standard function library for \
Pylons and TurboGears 2, but can be used with any web \
framework.
license BSD
homepage https://pypi.python.org/pypi/WebHelpers/

livecheck.regex {WebHelpers/(.+)"}
livecheck.type regex
livecheck.url ${homepage}

homepage https://pypi.python.org/pypi/WebHelpers/
distname WebHelpers-${version}
master_sites pypi:W/WebHelpers/
checksums rmd160 9df2b54f2fefba26aaf668a92ee9c8a94ebe87ac \
sha256 ea86f284e929366b77424ba9a89341f43ae8dee3cbeb8702f73bcf86058aa583

python.versions 27

if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-markupsafe
depends_build-append \
port:py${python.version}-setuptools

depends_lib-append port:py${python.version}-markupsafe

livecheck.type none
} else {
livecheck.name WebHelpers
}

0 comments on commit 0212b53

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