[49235] trunk/dports/python

jmr at macports.org jmr at macports.org
Sun Apr 5 18:58:48 PDT 2009


Revision: 49235
          http://trac.macports.org/changeset/49235
Author:   jmr at macports.org
Date:     2009-04-05 18:58:48 -0700 (Sun, 05 Apr 2009)
Log Message:
-----------
New port: py26-bpython (#17542)

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

Added: trunk/dports/python/py26-bpython/Portfile
===================================================================
--- trunk/dports/python/py26-bpython/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-bpython/Portfile	2009-04-06 01:58:48 UTC (rev 49235)
@@ -0,0 +1,31 @@
+# -*- 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               python26 1.0
+
+name                    py26-bpython
+version                 0.7.1
+platforms               darwin
+maintainers             ucla.edu:jameskyle
+description             fancy interface to the Python interpreter
+long_description        a fancy interface to the Python interpreter for \
+                        Unix-like operating systems
+
+homepage                http://www.noiseforfree.com/bpython/
+master_sites            ${homepage}
+distname                bpython-${version}
+worksrcdir              bpython
+
+checksums               md5 65554d3ebb9f9b5cab62e446424b8ab7 \
+                        sha1 c43693f80b8bd7cfa81ec25568b411e29960aa36 \
+                        rmd160 40af44675fc06394b83d656370fae1362dd87c32 
+
+depends_lib-append      port:py26-parsing \
+                        port:py26-pygments 
+
+post-destroot {
+    ln -s ${python.prefix}/bin/bpython ${destroot}${prefix}/bin/bpython
+    xinstall -d ${destroot}${python.prefix}/share/bpython2.6
+    xinstall ${worksrcpath}/sample-rc ${destroot}${python.prefix}/share/bpython2.6/
+}                        


Property changes on: trunk/dports/python/py26-bpython/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/20090405/6d705210/attachment-0001.html>


More information about the macports-changes mailing list