[130299] trunk/dports/python/py-kid/Portfile
Revision: 130299 https://trac.macports.org/changeset/130299 Author: larryv@macports.org Date: 2014-12-29 17:21:23 -0800 (Mon, 29 Dec 2014) Log Message: ----------- py-kid: Add modeline, rearrange, reformat Modified Paths: -------------- trunk/dports/python/py-kid/Portfile Modified: trunk/dports/python/py-kid/Portfile =================================================================== --- trunk/dports/python/py-kid/Portfile 2014-12-30 01:21:21 UTC (rev 130298) +++ trunk/dports/python/py-kid/Portfile 2014-12-30 01:21:23 UTC (rev 130299) @@ -1,33 +1,35 @@ +# -*- 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-kid -version 0.9.6 -platforms darwin -supported_archs noarch -license MIT -maintainers afb openmaintainer -description A simple and pythonic XML template language -long_description Kid is a simple, Python-based template language for \ - generating and transforming XML vocabularies. +name py-kid +version 0.9.6 +platforms darwin +supported_archs noarch +license MIT +maintainers afb openmaintainer -homepage http://www.kid-templating.org/ -master_sites http://pypi.python.org/packages/source/k/kid/ -distname kid-${version} -checksums md5 4233e592eee906039ad3dcbedbf6e972 +description A simple and pythonic XML template language +long_description Kid is a simple, Python-based template language \ + for generating and transforming XML vocabularies. +homepage http://www.kid-templating.org/ -python.versions 25 26 27 +master_sites http://pypi.python.org/packages/source/k/kid/ +distname kid-${version} +checksums md5 4233e592eee906039ad3dcbedbf6e972 +python.versions 25 26 27 + if {${name} ne ${subport}} { - depends_lib-append port:py${python.version}-celementtree - depends_build port:py${python.version}-setuptools + depends_lib-append port:py${python.version}-celementtree + depends_build port:py${python.version}-setuptools - test.run yes - livecheck.type none + test.run yes + livecheck.type none } else { - livecheck.type regex - livecheck.url ${homepage} - livecheck.regex stable version of Kid is (\[0-9\.-\]+) + livecheck.type regex + livecheck.url ${homepage} + livecheck.regex stable version of Kid is (\[0-9\.-\]+) }
participants (1)
-
larryv@macports.org