[90871] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Mar 16 12:55:50 PDT 2012


Revision: 90871
          https://trac.macports.org/changeset/90871
Author:   singingwolfboy at macports.org
Date:     2012-03-16 12:55:50 -0700 (Fri, 16 Mar 2012)
Log Message:
-----------
New port: py-envoy

Added Paths:
-----------
    trunk/dports/python/py-envoy/
    trunk/dports/python/py-envoy/Portfile

Added: trunk/dports/python/py-envoy/Portfile
===================================================================
--- trunk/dports/python/py-envoy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-envoy/Portfile	2012-03-16 19:55:50 UTC (rev 90871)
@@ -0,0 +1,27 @@
+# -*- 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        kennethreitz envoy 0.0.2
+name                py-envoy
+set real_name       envoy
+maintainers         singingwolfboy openmaintainer
+python.versions     24 25 26 27
+python.default_version  24
+
+description         Python Subprocesses for Humans
+long_description    This is a convenience wrapper around the subprocess module.
+platforms           darwin
+
+master_sites        http://pypi.python.org/packages/source/e/envoy/
+distname            ${real_name}-${version}
+checksums           rmd160  4c9eabcecf9caa14403ee3f995ec5cf7b4030677 \
+                    sha256  e10aeed89078bb214ff817a189aaf85ab5024025b2e555286872307c9e79b799
+
+if {$name != $subport} {
+    depends_lib     port:py${python.version}-distribute
+}
+


Property changes on: trunk/dports/python/py-envoy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120316/aff27dae/attachment.html>


More information about the macports-changes mailing list