[143847] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Dec 23 00:06:18 PST 2015


Revision: 143847
          https://trac.macports.org/changeset/143847
Author:   stromnov at macports.org
Date:     2015-12-23 00:06:18 -0800 (Wed, 23 Dec 2015)
Log Message:
-----------
py-contextlib2: new port

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

Added: trunk/dports/python/py-contextlib2/Portfile
===================================================================
--- trunk/dports/python/py-contextlib2/Portfile	                        (rev 0)
+++ trunk/dports/python/py-contextlib2/Portfile	2015-12-23 08:06:18 UTC (rev 143847)
@@ -0,0 +1,34 @@
+# -*- 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-contextlib2
+version             0.4.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             Python
+supported_archs     noarch
+
+python.versions     27
+
+maintainers         stromnov openmaintainer
+
+description         Backports and enhancements for the contextlib module
+long_description    ${description}
+
+homepage            http://contextlib2.readthedocs.org/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  2adae84c16a29ec3db7cbad632714dd72c564009 \
+                    sha256  55a5dc78f7a742a0e756645134ffb39bbe11da0fea2bc0f7070d40dac208b732
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-contextlib2/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151223/637741ce/attachment.html>


More information about the macports-changes mailing list