Revision: 145227 https://trac.macports.org/changeset/145227 Author: ionic@macports.org Date: 2016-01-28 18:15:24 -0800 (Thu, 28 Jan 2016) Log Message: ----------- python/py-distutils-extra: whitespace only. Modified Paths: -------------- trunk/dports/python/py-distutils-extra/Portfile Modified: trunk/dports/python/py-distutils-extra/Portfile =================================================================== --- trunk/dports/python/py-distutils-extra/Portfile 2016-01-29 02:15:20 UTC (rev 145226) +++ trunk/dports/python/py-distutils-extra/Portfile 2016-01-29 02:15:24 UTC (rev 145227) @@ -1,39 +1,39 @@ # -*- 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-distutils-extra -set my_name python-distutils-extra -version 1.91.2 -license GPL-2+ -platforms darwin -supported_archs noarch -maintainers ionic openmaintainer +name py-distutils-extra +set my_name python-distutils-extra +version 1.91.2 +license GPL-2+ +platforms darwin +supported_archs noarch +maintainers ionic openmaintainer -description enhancements to the Python build system -long_description ${description} +description enhancements to the Python build system +long_description ${description} -homepage http://packages.debian.org/source/sid/${my_name} -master_sites debian:p/${my_name} \ - http://archive.debian.org/debian/pool/main/p/python-distutils-extra/ -distname ${my_name}_${version} -worksrcdir debian +homepage http://packages.debian.org/source/sid/${my_name} +master_sites debian:p/${my_name} \ + http://archive.debian.org/debian/pool/main/p/python-distutils-extra/ +distname ${my_name}_${version} +worksrcdir debian -checksums md5 413ebd3e52c45437eaa36d1d9e6912fd \ - sha1 e0a26f21c73a7cb585fe914b1d8af9469eb5decd \ - rmd160 2a833b11b8defb213a93758517c6c8e929cba0ac +checksums md5 413ebd3e52c45437eaa36d1d9e6912fd \ + sha1 e0a26f21c73a7cb585fe914b1d8af9469eb5decd \ + rmd160 2a833b11b8defb213a93758517c6c8e929cba0ac -python.versions 27 -python.link_binaries no +python.versions 27 +python.link_binaries no if {${name} ne ${subport}} { - depends_build port:py${python.version}-setuptools - depends_lib-append port:intltool - livecheck.type none + depends_build port:py${python.version}-setuptools + depends_lib-append port:intltool + livecheck.type none } else { - livecheck.type regex - livecheck.url ${homepage} - livecheck.regex ${my_name}_(\\d+(?:\\.\\d+)*).tar.gz + livecheck.type regex + livecheck.url ${homepage} + livecheck.regex ${my_name}_(\\d+(?:\\.\\d+)*).tar.gz }
participants (1)
-
ionic@macports.org