# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup wxWidgets 1.0 name py-dsv version 1.4.0 revision 1 maintainers nomaintainer description Python module to import/export DSV files long_description \ Python-DSV is a Python module for importing and exporting DSV \ (delimiter separated values) files. \ DSV is a generalization of CSV (comma separated values). CSV is a \ common file format used by many programs to import and export data. platforms darwin supported_archs noarch homepage http://python-dsv.sourceforge.net/ master_sites sourceforge:python-dsv distname DSV-${version} checksums md5 f811d5bb3173c22a093e6ef24fa7047e \ sha1 729d1e9acc66499781adb434493e1f7249c038e3 \ rmd160 98a95b4311498c8660e3780787152b3da16522d6 python.versions 24 if {${name} ne ${subport}} { post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} README \ ${destroot}${prefix}/share/doc/${subport} } variant wx { depends_run-append port:py${python.version}-wxpython-2.8 } }