[104649] trunk/dports/python
sean at macports.org
sean at macports.org
Sat Mar 30 11:12:53 PDT 2013
Revision: 104649
https://trac.macports.org/changeset/104649
Author: sean at macports.org
Date: 2013-03-30 11:12:53 -0700 (Sat, 30 Mar 2013)
Log Message:
-----------
py-sh: add new port for better python scripting
Added Paths:
-----------
trunk/dports/python/py-sh/
trunk/dports/python/py-sh/Portfile
Added: trunk/dports/python/py-sh/Portfile
===================================================================
--- trunk/dports/python/py-sh/Portfile (rev 0)
+++ trunk/dports/python/py-sh/Portfile 2013-03-30 18:12:53 UTC (rev 104649)
@@ -0,0 +1,29 @@
+# -*- 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
+PortGroup github 1.0
+
+github.setup amoffat sh 1.08
+name py-sh
+
+categories-append devel
+license Permissive
+platforms darwin
+supported_archs noarch
+maintainers sean openmaintainer
+
+description sh (previously pbs) is a full-fledged subprocess interface
+long_description ${description} \
+ for Python 2.6 - 3.2 that allows you to call any program as \
+ if it were a function
+
+checksums rmd160 89c7f133a5a39bf4d4a1a91b19cde86161267605 \
+ sha256 4c4b9d49516e845f1cba3482930bf2ba1edc1c8db3ce322f859d303fc7e7b56a
+
+python.versions 26 27 31 32 33
+
+if {${name} != ${subport}} {
+ livecheck.type none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130330/e9be412d/attachment.html>
More information about the macports-changes
mailing list