[89046] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Jan 18 10:15:18 PST 2012


Revision: 89046
          http://trac.macports.org/changeset/89046
Author:   singingwolfboy at macports.org
Date:     2012-01-18 10:15:17 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
New port: py-zc-buildout

Added Paths:
-----------
    trunk/dports/python/py-zc-buildout/
    trunk/dports/python/py-zc-buildout/Portfile

Added: trunk/dports/python/py-zc-buildout/Portfile
===================================================================
--- trunk/dports/python/py-zc-buildout/Portfile	                        (rev 0)
+++ trunk/dports/python/py-zc-buildout/Portfile	2012-01-18 18:15:17 UTC (rev 89046)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-zc-buildout
+set real_name       zc.buildout
+version             1.5.2
+python.versions     24 25 26 27
+categories-append   devel
+platforms           darwin
+license             ZPL
+maintainers         singingwolfboy openmaintainer
+description         System for managing development buildouts
+long_description  \
+    The Buildout project provides support for creating applications, especially \
+    Python applications. It provides tools for assembling applications from \
+    multiple parts, Python or otherwise. An application may actually contain \
+    multiple programs, processes, and configuration settings.
+
+homepage            http://www.buildout.org
+master_sites        http://pypi.python.org/packages/source/z/${real_name}
+distname            ${real_name}-${version}
+checksums           rmd160  4335f747986d05919e62627f2c8aeed5b23af9cb \
+                    sha256  0ac5a325d3ffbc5a988fb3ba87f4159d4769cc73e3331cb5234edc8839b6506b
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${subport}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        CHANGES.txt DEVELOPERS.txt README.txt SYSTEM_PYTHON_HELP.txt \
+        ${docdir}
+    eval xinstall -m 644 [glob ${worksrcpath}/src/zc/buildout/*.txt] ${docdir}
+    foreach file [glob ${destroot}${python.pkgd}/zc/buildout/*.txt] {
+        delete $file
+    }
+    delete ${destroot}${prefix}/README.txt 
+    system "chmod -R 755 ${destroot}${python.pkgd}"
+}


Property changes on: trunk/dports/python/py-zc-buildout/Portfile
___________________________________________________________________
Added: svn:keywords
   + id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/6d217098/attachment-0001.html>


More information about the macports-changes mailing list