Skip to content
Permalink
Browse files

py-pynzb: add modeline, adjust whitespace

  • Loading branch information
reneeotten authored and cjones051073 committed Apr 5, 2019
1 parent 933f950 commit ce731586d7a8989ba2ff16a7a941bfe8788b4570
Showing with 26 additions and 24 deletions.
  1. +26 −24 python/py-pynzb/Portfile
@@ -1,37 +1,39 @@
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-pynzb
version 0.1.0
revision 1
license BSD
maintainers nomaintainer
platforms darwin
supported_archs noarch
PortSystem 1.0
PortGroup python 1.0

description unified API for parsing NZB files
name py-pynzb
version 0.1.0
revision 1
license BSD
maintainers nomaintainer
platforms darwin
supported_archs noarch

description unified API for parsing NZB files
long_description \
pynzb is a unified API for parsing NZB files

categories-append \
devel
categories-append devel

homepage https://pypi.python.org/pypi/pynzb/
master_sites pypi:p/pynzb/
distname pynzb-${version}
homepage https://pypi.python.org/pypi/pynzb/
master_sites pypi:p/pynzb/
distname pynzb-${version}

checksums md5 63c74a36348ac28aa99732dcb8be8c59 \
sha1 cf39d7f32c15f281ab81b0043b4068d101a2cd1f \
rmd160 6c206380753f9a871e6f5d4ad237236cda96586d
checksums md5 63c74a36348ac28aa99732dcb8be8c59 \
sha1 cf39d7f32c15f281ab81b0043b4068d101a2cd1f \
rmd160 6c206380753f9a871e6f5d4ad237236cda96586d

python.versions 27
python.versions 27

if {$subport ne $name} {
depends_build port:py${python.version}-setuptools
livecheck.type none
depends_build-append \
port:py${python.version}-setuptools

livecheck.type none
} else {
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex {<h1>pynzb (.*)</h1>}
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex {<h1>pynzb (.*)</h1>}
}

0 comments on commit ce73158

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