# -*- 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
python.rootname ClientForm
description python module for handling HTML forms
long_description ClientForm is a Python module for handling HTML forms \
on the client side, useful for parsing HTML forms, \
filling them in and returning the completed forms to \
homepage http://wwwsearch.sourceforge.net/ClientForm/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 85b2c0174b0bc1377f71cb13586f28c79554a6e3 \
sha256 9507e7cf6464f30a0daf5153294fdd315e397939433ed08cccf9741de280cd37 \
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
foreach f [glob -directory ${worksrcpath}/ *.txt *.html] {
copy $f ${destroot}${prefix}/share/doc/${subport}/[file tail $f]
foreach f [glob -directory ${worksrcpath}/examples *] {
copy $f ${destroot}${prefix}/share/doc/${subport}/examples/[file tail $f]