Revision: 130375 https://trac.macports.org/changeset/130375 Author: larryv@macports.org Date: 2014-12-29 21:07:45 -0800 (Mon, 29 Dec 2014) Log Message: ----------- py-daemon: Rearrange and reformat Modified Paths: -------------- trunk/dports/python/py-daemon/Portfile Modified: trunk/dports/python/py-daemon/Portfile =================================================================== --- trunk/dports/python/py-daemon/Portfile 2014-12-30 05:07:42 UTC (rev 130374) +++ trunk/dports/python/py-daemon/Portfile 2014-12-30 05:07:45 UTC (rev 130375) @@ -1,22 +1,24 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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-daemon -version 1.0.1 -license BSD -platforms darwin -supported_archs noarch -maintainers nomaintainer -description Module to daemonize the calling process -long_description ${description} -homepage http://www.clapper.org/software/python/daemon/ -master_sites http://distfiles.macports.org/python/ -checksums md5 ad7881c901f1f70410e6d73a1b2272e4 \ - sha1 6fffc0cd7c0267c9ffa1f994f7663ee3aa6ee672 \ - rmd160 3306f3b1362f14296472577d9eeba213ae2530b5 -distname daemon-${version} +name py-daemon +version 1.0.1 +platforms darwin +supported_archs noarch +license BSD +maintainers nomaintainer -python.versions 24 25 +description Module to daemonize the calling process +long_description ${description} +homepage http://www.clapper.org/software/python/daemon/ + +master_sites http://distfiles.macports.org/python/ +distname daemon-${version} +checksums md5 ad7881c901f1f70410e6d73a1b2272e4 \ + sha1 6fffc0cd7c0267c9ffa1f994f7663ee3aa6ee672 \ + rmd160 3306f3b1362f14296472577d9eeba213ae2530b5 + +python.versions 24 25