[150749] trunk/dports/python/py26-pydb/Portfile

petr at macports.org petr at macports.org
Wed Jul 27 15:48:22 PDT 2016


Revision: 150749
          https://trac.macports.org/changeset/150749
Author:   petr at macports.org
Date:     2016-07-27 15:48:22 -0700 (Wed, 27 Jul 2016)
Log Message:
-----------
py26-pydb: formating

Modified Paths:
--------------
    trunk/dports/python/py26-pydb/Portfile

Modified: trunk/dports/python/py26-pydb/Portfile
===================================================================
--- trunk/dports/python/py26-pydb/Portfile	2016-07-27 22:45:16 UTC (rev 150748)
+++ trunk/dports/python/py26-pydb/Portfile	2016-07-27 22:48:22 UTC (rev 150749)
@@ -1,40 +1,40 @@
 # -*- 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
+PortSystem          1.0
 
-name             py26-pydb
-version          1.25
-revision         1
-categories       python
-license          GPL-2+
-maintainers      nomaintainer
-description      Extended Python Debugger
-long_description \
-    pydb is an expanded version of the Python debugger loosely based on the gdb command set. \
-    To use pydb in a GUI, also install the ddd packages, and run "ddd --pydb"
+name                py26-pydb
+version             1.25
+revision            1
+categories          python
+platforms           darwin
+supported_archs     noarch
+license             GPL-2+
+maintainers         nomaintainer
 
-homepage         http://bashdb.sourceforge.net/pydb/
-platforms        darwin
-supported_archs  noarch
+description         Extended Python Debugger
+long_description    \
+    pydb is an ex   panded version of the Python debugger loosely based on the gdb command set. \
+    To use pydb i   n a GUI, also install the ddd packages, and run "ddd --pydb"
 
-master_sites     sourceforge:bashdb
+homepage            http://bashdb.sourceforge.net/pydb/
 
-distname         pydb-${version}
+master_sites        sourceforge:bashdb
+distname            pydb-${version}
 
-checksums        md5  86ab5dcd4f1c81192aeb7e0828371b6c \
-                 sha1 9e6242c051089e53f3da4fcecba469c2d868de55 \
-                 rmd160 afc83ea56149c3b1fba84089386b6974f01b1344
+checksums           md5  86ab5dcd4f1c81192aeb7e0828371b6c \
+                    sha1 9e6242c051089e53f3da4fcecba469c2d868de55 \
+                    rmd160 afc83ea56149c3b1fba84089386b6974f01b1344
 
-patchfiles       patch-Makefile.in.diff
+patchfiles          patch-Makefile.in.diff
 
 # Set general python version parameters
-set pyver        2.6
-set python       python${pyver}
-set pyport       [join [lrange [split ${python} .] 0 1] ""]
-set pyframe      ${prefix}/Library/Frameworks/Python.framework/Versions/${pyver}
+set pyver           2.6
+set python          python${pyver}
+set pyport          [join [lrange [split ${python} .] 0 1] ""]
+set pyframe         ${prefix}/Library/Frameworks/Python.framework/Versions/${pyver}
 
-depends_lib-append port:${pyport}
+depends_lib-append  port:${pyport}
 
 # Install binaries and man pages in a different location to avoid conflict
 # with other Python versions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160727/671a1fef/attachment.html>


More information about the macports-changes mailing list