Commits

reneeotten authored and Frank Schima committed 7e2f3cb1e77
py-managesieve: add modeline, whitespace changes
No tags

python/py-managesieve/Portfile

Modified
1 -PortSystem 1.0
2 -PortGroup python 1.0
1 +# -*- 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
3 2
4 -name py-managesieve
5 -version 0.4.2
6 -categories python mail
7 -license {PSF GPL}
8 -platforms darwin freebsd
9 -supported_archs noarch
10 -maintainers nomaintainer
11 -description Protocol for remotely managing Sieve scripts
12 -long_description A Protocol for remotely managing Sieve Scripts. A \
13 - MANGAGESIEVE client library for remotely managing \
14 - Sieve scripts, including an interactive sieveshell.
3 +PortSystem 1.0
4 +PortGroup python 1.0
15 5
16 -homepage https://packages.python.org/managesieve/
17 -master_sites pypi:m/managesieve/
18 -distname managesieve-${version}
19 -use_bzip2 yes
20 -checksums md5 c252b3d06dc3419dcf3bff815f485b7a \
21 - sha1 39ab53e80a039df8b1213d8cb636580a22f2fec7 \
22 - rmd160 c1a2753ea5276a3807160ca70bd5b1ff452c8ba6
6 +name py-managesieve
7 +version 0.4.2
8 +categories python mail
9 +license {PSF GPL}
10 +platforms darwin freebsd
11 +supported_archs noarch
12 +maintainers nomaintainer
23 13
24 -python.versions 27
14 +description Protocol for remotely managing Sieve scripts
15 +long_description A Protocol for remotely managing Sieve Scripts. A \
16 + MANGAGESIEVE client library for remotely managing \
17 + Sieve scripts, including an interactive sieveshell.
18 +
19 +homepage https://packages.python.org/managesieve/
20 +master_sites pypi:m/managesieve/
21 +distname managesieve-${version}
22 +use_bzip2 yes
23 +checksums md5 c252b3d06dc3419dcf3bff815f485b7a \
24 + sha1 39ab53e80a039df8b1213d8cb636580a22f2fec7 \
25 + rmd160 c1a2753ea5276a3807160ca70bd5b1ff452c8ba6
26 +
27 +python.versions 27
25 28
26 29 if {${name} ne ${subport}} {
27 - depends_build port:py${python.version}-setuptools
28 - post-destroot {
30 + depends_build port:py${python.version}-setuptools
31 + post-destroot {
29 32 xinstall -m 644 -W ${worksrcpath} draft-martin-managesieve-07.txt \
30 33 HISTORY README TODO ${destroot}${prefix}/share/doc/${subport}
31 34 }
32 35 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut