Skip to content
Permalink
Browse files

py-formencode: add modeline, adjust whitespace

  • Loading branch information
reneeotten authored and cjones051073 committed Apr 11, 2019
1 parent cd12d46 commit a9b1a9ef17d1abae5b31662f8fee8a4919c498eb
Showing with 22 additions and 19 deletions.
  1. +22 −19 python/py-formencode/Portfile
@@ -1,26 +1,29 @@
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-formencode
version 1.2.4
python.versions 27
maintainers nomaintainer
platforms darwin
PortSystem 1.0
PortGroup python 1.0

description FormEncode validates and converts nested structures.
long_description ${description}
license PSF
homepage https://pypi.python.org/pypi/FormEncode/
name py-formencode
version 1.2.4
maintainers nomaintainer
platforms darwin
license PSF

livecheck.regex {/FormEncode/(\d+(?:\.\d+)*)"}
livecheck.type regex
livecheck.url ${homepage}
description FormEncode validates and converts nested structures.
long_description ${description}

homepage https://pypi.python.org/pypi/FormEncode/
distname FormEncode-${version}
master_sites pypi:F/FormEncode/
checksums rmd160 37bdf14bc439a070342020867ee7062bcffce27b

python.versions 27

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

distname FormEncode-${version}
master_sites pypi:F/FormEncode/

checksums rmd160 37bdf14bc439a070342020867ee7062bcffce27b
livecheck.regex {/FormEncode/(\d+(?:\.\d+)*)"}
livecheck.type regex
livecheck.url ${homepage}

0 comments on commit a9b1a9e

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