[91710] trunk/dports/python

dports at macports.org dports at macports.org
Sun Apr 8 15:52:50 PDT 2012


Revision: 91710
          https://trac.macports.org/changeset/91710
Author:   dports at macports.org
Date:     2012-04-08 15:52:44 -0700 (Sun, 08 Apr 2012)
Log Message:
-----------
py-pytools: new port, v2011.5 (#33937)

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

Added: trunk/dports/python/py-pytools/Portfile
===================================================================
--- trunk/dports/python/py-pytools/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pytools/Portfile	2012-04-08 22:52:44 UTC (rev 91710)
@@ -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
+
+name                py-pytools
+version             2011.5
+platforms           darwin
+maintainers         nomaintainer
+license             MIT
+description         A collection of tools for Python
+long_description    Pytools is a big bag of things that are "missing" \
+                    from the Python standard library.
+homepage        http://pypi.python.org/pypi/pytools
+
+set real_name       pytools
+distname            ${real_name}-${version}
+master_sites        http://pypi.python.org/packages/source/p/${real_name}
+
+checksums           rmd160  31250206a2026646dd293c888bf356307c90799c \
+                    sha256  0727353bc9bb2b1386505f85b43be97efeba4829327e09146a918b404d24057c
+
+python.versions        26 27
+python.default_version 27
+
+if {${subport} != ${name}} {
+    depends_build-append    port:py${python.version}-distribute
+}


Property changes on: trunk/dports/python/py-pytools/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/20120408/a30d496a/attachment.html>


More information about the macports-changes mailing list