Commits

Renee Otten authored and Chris Jones committed f45bd1cc9ab
py-pynzb: fix livecheck, deprecated
No tags

python/py-pynzb/Portfile

Modified
1 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 +PortGroup deprecated 1.0
5 6
6 7 name py-pynzb
7 8 version 0.1.0
8 9 revision 1
9 10 license BSD
10 11 maintainers nomaintainer
11 12 platforms darwin
12 13 supported_archs noarch
13 14
14 15 description unified API for parsing NZB files
15 -long_description \
16 - pynzb is a unified API for parsing NZB files
16 +long_description pynzb is a ${description}
17 17
18 18 categories-append devel
19 19
20 20 homepage https://pypi.python.org/pypi/pynzb/
21 21 master_sites pypi:p/pynzb/
22 22 distname pynzb-${version}
23 23
24 24 checksums md5 63c74a36348ac28aa99732dcb8be8c59 \
25 25 sha1 cf39d7f32c15f281ab81b0043b4068d101a2cd1f \
26 26 rmd160 6c206380753f9a871e6f5d4ad237236cda96586d
27 27
28 +deprecated.upstream_support no
28 29 python.versions 27
29 30
30 31 if {$subport ne $name} {
31 32 depends_build-append \
32 33 port:py${python.version}-setuptools
33 34
34 35 livecheck.type none
35 -} else {
36 - livecheck.type regex
37 - livecheck.url ${homepage}
38 - livecheck.regex {<h1>pynzb (.*)</h1>}
39 36 }

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

Add shortcut