[79837] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Mon Jun 27 15:25:19 PDT 2011


Revision: 79837
          http://trac.macports.org/changeset/79837
Author:   singingwolfboy at macports.org
Date:     2011-06-27 15:25:19 -0700 (Mon, 27 Jun 2011)
Log Message:
-----------
New port: py25-bpython

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

Copied: trunk/dports/python/py25-bpython/Portfile (from rev 79621, trunk/dports/python/py26-bpython/Portfile)
===================================================================
--- trunk/dports/python/py25-bpython/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-bpython/Portfile	2011-06-27 22:25:19 UTC (rev 79837)
@@ -0,0 +1,37 @@
+# -*- 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               python25 1.0
+
+name                    py25-bpython
+version                 0.9.7.1
+platforms               darwin
+categories              python 
+maintainers             singingwolfboy openmaintainer
+description             fancy interface to the Python interpreter
+long_description        a fancy interface to the Python interpreter for \
+                        Unix-like operating systems
+
+homepage                http://www.bpython-interpreter.org/
+master_sites            ${homepage}/releases/
+distname                bpython-${version}
+
+checksums           md5     f32ce6aa8ae6af8d2cf65e13f58859d4 \
+                    sha1    4ab3b8c06e3ab0bd30fc20f52cd97c1687731699 \
+                    rmd160  4e5f3e1603957bdd0984024d0abb0e3e59f33aa8
+depends_lib-append      port:py25-parsing \
+                        port:py25-pygments \
+                        port:py25-distribute
+
+post-destroot {
+    set sharedoc ${destroot}${prefix}/share/bpython2.5
+    xinstall -d ${sharedoc}
+    xinstall ${worksrcpath}/sample-config ${sharedoc}
+    xinstall ${worksrcpath}/sample.theme ${sharedoc}
+    xinstall ${worksrcpath}/light.theme ${sharedoc}
+    
+    set manroot ${destroot}${prefix}/share/man/
+    xinstall -d ${manroot}/man5
+    xinstall -d ${manroot}/man1
+}                        
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110627/549e2494/attachment-0001.html>


More information about the macports-changes mailing list