[54475] trunk/dports/python

arthurk at macports.org arthurk at macports.org
Tue Jul 28 03:32:00 PDT 2009


Revision: 54475
          http://trac.macports.org/changeset/54475
Author:   arthurk at macports.org
Date:     2009-07-28 03:31:59 -0700 (Tue, 28 Jul 2009)
Log Message:
-----------
Added new py26-paver port

Added Paths:
-----------
    trunk/dports/python/py26-paver/
    trunk/dports/python/py26-paver/Portfile

Added: trunk/dports/python/py26-paver/Portfile
===================================================================
--- trunk/dports/python/py26-paver/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-paver/Portfile	2009-07-28 10:31:59 UTC (rev 54475)
@@ -0,0 +1,47 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+# Paver's setup.py isn't a distutils-based one and doesn't \
+# support --no-user-cfg
+build.cmd           ${python.bin} setup.py
+destroot.cmd        ${python.bin} setup.py
+
+name                py26-paver
+version             1.0.1
+platforms           darwin
+categories-append   devel
+maintainers         arthurk openmaintainer
+
+description         Easy build, distribution and deployment scripting
+long_description    Paver is a Python-based build/distribution/deployment \
+    scripting tool along the lines of Make or Rake. What makes Paver unique \
+    is its integration with commonly used Python libraries. Common tasks that \
+    were easy before remain easy. More importantly, dealing with your \
+    applications specific needs and requirements is also easy.
+
+homepage            http://www.blueskyonmars.com/projects/paver/
+master_sites        http://pypi.python.org/packages/source/P/Paver/
+distname            Paver-${version}
+
+checksums           md5 f53d1d5ed6517e6def1926f7918a02ec \
+                    sha1 658977a05377e0b89d1dea7529fe482a01e02342 \
+                    rmd160 a10cdac09c73702773389b06dd9c1fc26a76de9d
+
+depends_lib-append  port:py26-setuptools
+
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
+        ${destroot}${prefix}/share/doc/${name}
+    
+    # To avoid conflict between py/py25/py26-paver
+    ln -s ${python.prefix}/bin/paver \
+        ${destroot}${prefix}/bin/paver-${python.branch}
+}
+
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/Paver/
+livecheck.regex     Paver (1\.\[0-9\]+)


Property changes on: trunk/dports/python/py26-paver/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090728/64f3876a/attachment.html>


More information about the macports-changes mailing list