[140135] trunk/dports/python/py-texttable/Portfile
Revision: 140135 https://trac.macports.org/changeset/140135 Author: sean@macports.org Date: 2015-09-09 14:28:04 -0700 (Wed, 09 Sep 2015) Log Message: ----------- py-texttable: whitespace formatting Modified Paths: -------------- trunk/dports/python/py-texttable/Portfile Modified: trunk/dports/python/py-texttable/Portfile =================================================================== --- trunk/dports/python/py-texttable/Portfile 2015-09-09 21:28:03 UTC (rev 140134) +++ trunk/dports/python/py-texttable/Portfile 2015-09-09 21:28:04 UTC (rev 140135) @@ -1,22 +1,23 @@ +# -*- 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 +PortSystem 1.0 +PortGroup python 1.0 -name py-texttable -version 0.6.0 -revision 1 -categories-append textproc -license GPL-2+ -platforms darwin -supported_archs noarch -maintainers nomaintainer -description python module for creating simple ASCII tables -long_description ${description} +name py-texttable +version 0.6.0 +revision 1 +categories-append textproc +license GPL-2+ +platforms darwin +supported_archs noarch +maintainers nomaintainer +description python module for creating simple ASCII tables +long_description ${description} -homepage http://foutaise.org/code/ -master_sites ${homepage}texttable/ http://distfiles.macports.org/python/ -distname texttable-${version} -checksums md5 1aa4621a36a97588754bd8087cd19226 +homepage http://foutaise.org/code/ +master_sites ${homepage}texttable/ http://distfiles.macports.org/python/ +distname texttable-${version} +checksums md5 1aa4621a36a97588754bd8087cd19226 -python.versions 27 +python.versions 27
participants (1)
-
sean@macports.org