[140269] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Sep 15 13:43:50 PDT 2015


Revision: 140269
          https://trac.macports.org/changeset/140269
Author:   stromnov at macports.org
Date:     2015-09-15 13:43:49 -0700 (Tue, 15 Sep 2015)
Log Message:
-----------
py-singledispatch: new port (#48878)

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

Added: trunk/dports/python/py-singledispatch/Portfile
===================================================================
--- trunk/dports/python/py-singledispatch/Portfile	                        (rev 0)
+++ trunk/dports/python/py-singledispatch/Portfile	2015-09-15 20:43:49 UTC (rev 140269)
@@ -0,0 +1,38 @@
+# -*- 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-singledispatch
+version             3.4.0.3
+revision            0
+categories-append   devel
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     27
+
+maintainers         stromnov openmaintainer
+
+description         Backport of functools.singledispatch from Python 3.4
+long_description    ${description}
+
+homepage            https://pypi.python.org/pypi/singledispatch
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  295bbb6dfbd20607ec73869f6ad4ba1b2cd8157d \
+                    sha256  5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools \
+                        port:py${python.version}-six
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-singledispatch/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/20150915/60cd20c9/attachment.html>


More information about the macports-changes mailing list