Skip to content
Permalink
Browse files

py-svnreporter: add modeline, adjust whitespace

  • Loading branch information
reneeotten committed Apr 11, 2019
1 parent 09f2407 commit 1f7f75a9a7c3a5d07f62c4860910a434e0e5b02b
Showing with 28 additions and 23 deletions.
  1. +28 −23 python/py-svnreporter/Portfile
@@ -1,31 +1,36 @@
PortSystem 1.0
PortGroup python 1.0
# -*- 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

name py-svnreporter
version 0.4
categories-append devel
license GPL-2
platforms darwin
supported_archs noarch
maintainers nomaintainer
description Svn commit hook to generate reports
long_description SvnReporter generates various reports in response to \
commits happening in a Subversion repository. It is \
intended to be called from the post-commit hook.
PortSystem 1.0
PortGroup python 1.0

homepage http://www.calins.ch/software/SvnReporter.html
master_sites http://www.calins.ch/download/SvnReporter/
distname SvnReporter-${version}
checksums md5 92ce58d3d3c76752f56462df911d0b49 \
sha1 d024cd910b9ba7f937c4b212460261ff803465d5 \
rmd160 ba0610347c93ab61f161a0088559ec32cc6affbd
name py-svnreporter
version 0.4
categories-append devel
license GPL-2
platforms darwin
supported_archs noarch
maintainers nomaintainer

python.versions 27
description Svn commit hook to generate reports
long_description SvnReporter generates various reports in response to \
commits happening in a Subversion repository. It is \
intended to be called from the post-commit hook.

homepage http://www.calins.ch/software/SvnReporter.html
master_sites http://www.calins.ch/download/SvnReporter/
distname SvnReporter-${version}
checksums md5 92ce58d3d3c76752f56462df911d0b49 \
sha1 d024cd910b9ba7f937c4b212460261ff803465d5 \
rmd160 ba0610347c93ab61f161a0088559ec32cc6affbd

python.versions 27

if {${name} ne ${subport}} {
depends_lib-append port:subversion-python${python.version}bindings
livecheck.type none
depends_lib-append \
port:subversion-python${python.version}bindings

livecheck.type none
} else {
livecheck.type regex
livecheck.type regex
livecheck.regex {<tr><th>Download:</th><td><a href="http://www.calins.ch/download/SvnReporter/SvnReporter-(.*).tar.gz">http://www.calins.ch/download/SvnReporter/SvnReporter-\1.tar.gz</a></td></tr>}
}

0 comments on commit 1f7f75a

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