[90842] trunk/dports/python
singingwolfboy at macports.org
singingwolfboy at macports.org
Thu Mar 15 11:14:52 PDT 2012
Revision: 90842
https://trac.macports.org/changeset/90842
Author: singingwolfboy at macports.org
Date: 2012-03-15 11:14:49 -0700 (Thu, 15 Mar 2012)
Log Message:
-----------
New port: py-fancycompleter
Added Paths:
-----------
trunk/dports/python/py-fancycompleter/
trunk/dports/python/py-fancycompleter/Portfile
Added: trunk/dports/python/py-fancycompleter/Portfile
===================================================================
--- trunk/dports/python/py-fancycompleter/Portfile (rev 0)
+++ trunk/dports/python/py-fancycompleter/Portfile 2012-03-15 18:14:49 UTC (rev 90842)
@@ -0,0 +1,35 @@
+# -*- 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 python 1.0
+
+name py-fancycompleter
+set real_name fancycompleter
+version 0.3
+python.versions 24 25 26 27
+python.default_version 24
+maintainers singingwolfboy openmaintainer
+license BSD
+
+description colorful TAB completion for Python prompt
+long_description ${description}
+platforms darwin
+
+homepage https://bitbucket.org/antocuni/fancycompleter
+master_sites http://pypi.python.org/packages/source/f/${real_name}
+distname ${real_name}-${version}
+checksums rmd160 a1e8fe1e766a22eb92e29522d1b0d1173755a7e0 \
+ sha256 de0a0b1866672a9aa7b6825610a92475fd8531f20579bdcf015c38d31ebb2479
+
+subport py25-fancycompleter {
+ master_sites https://bitbucket.org/singingwolfboy/${real_name}/get/
+ distname ae63e663e41f
+ worksrcdir singingwolfboy-${real_name}-${distname}
+ checksums rmd160 9071504384886f0ba543f91d76c10c3076ee230a \
+ sha256 1e78328e3d2ff19a80a0f453f95dc7d8344d2587b560ad566225808a2472d04c
+}
+if {$name != $subport} {
+ depends_lib-append port:py${python.version}-repl
+}
+
Property changes on: trunk/dports/python/py-fancycompleter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120315/20bd4651/attachment-0001.html>
More information about the macports-changes
mailing list