Skip to content
Permalink
Browse files

py-tz-gae: fix livecheck

  • Loading branch information
reneeotten committed Apr 15, 2019
1 parent 72c258f commit 1638ca19433a3dc0f2659c66072b13349d632dc0
Showing with 7 additions and 8 deletions.
  1. +7 −8 python/py-tz-gae/Portfile
@@ -24,14 +24,13 @@ checksums rmd160 f704e2c99016d115d27f03fd47c5cb89721fc9d4 \

python.versions 27 34 35 36


if {${name} eq ${subport}} {
conflicts py-tz
livecheck.type regex
livecheck.url ${master_sites}?C=M&O=D
livecheck.regex ${real_name}-(\\d+\\w?)
} else {
depends_build-append port:py${python.version}-setuptools
if {${name} ne ${subport}} {
conflicts py${python.version}-tz

depends_build-append \
port:py${python.version}-setuptools

livecheck.type none
} else {
livecheck.name ${real_name}
}

0 comments on commit 1638ca1

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