Skip to content

Commit

Permalink
py-seqdiag: update to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Aug 15, 2018
1 parent a3b92d6 commit e695ea3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions python/py-seqdiag/Portfile
Expand Up @@ -4,22 +4,22 @@ PortSystem 1.0
PortGroup python 1.0

name py-seqdiag
version 0.9.5
version 0.9.6
revision 0
categories-append graphics
platforms darwin
license Apache-2
supported_archs noarch

python.versions 27 34 35 36
python.versions 27 34 35 36 37

maintainers {stromnov @stromnov} openmaintainer

description seqdiag generates sequence-diagram image from text
long_description ${description}

homepage http://blockdiag.com/
master_sites pypi:s/seqdiag/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}

distname seqdiag-${version}

Expand All @@ -31,8 +31,4 @@ if {${name} ne ${subport}} {
port:py${python.version}-blockdiag

livecheck.type none
} else {
livecheck.type regex
livecheck.url https://pypi.python.org/pypi/seqdiag/json
livecheck.regex {seqdiag-(\d+(?:\.\d+)*)\.[tz]}
}

0 comments on commit e695ea3

Please sign in to comment.