Skip to content
Permalink
Browse files

py-tagcloud: fix livecheck, deprecated

  • Loading branch information
reneeotten committed Apr 13, 2019
1 parent 9babb58 commit 7ab53b9ae261b1668fe47c4c8687f76964768b40
Showing with 5 additions and 4 deletions.
  1. +5 −4 python/py-tagcloud/Portfile
@@ -1,7 +1,8 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup python 1.0
PortGroup python 1.0
PortGroup deprecated 1.0

name py-tagcloud
version 0.3.5
@@ -19,6 +20,8 @@ master_sites pypi:p/pytagcloud/
checksums rmd160 bfddcc17caed92400bb9e8f704ce86cfc384dba6 \
sha256 4d56539f0c80ed96f0d320fa0667db3f2d0cc3d2925f84522b82f48f6c0973e9

deprecated.upstream_support no

python.versions 27

if {${name} ne ${subport}} {
@@ -27,7 +30,5 @@ if {${name} ne ${subport}} {

livecheck.type none
} else {
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex "<a href=\"/pypi/pytagcloud/.*?\">(\\d+(?:\\.\\d+)*)</a>"
livecheck.name pytagcloud
}

0 comments on commit 7ab53b9

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