[139354] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Aug 13 23:52:16 PDT 2015


Revision: 139354
          https://trac.macports.org/changeset/139354
Author:   stromnov at macports.org
Date:     2015-08-13 23:52:16 -0700 (Thu, 13 Aug 2015)
Log Message:
-----------
py-simplegeneric: new port

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

Added: trunk/dports/python/py-simplegeneric/Portfile
===================================================================
--- trunk/dports/python/py-simplegeneric/Portfile	                        (rev 0)
+++ trunk/dports/python/py-simplegeneric/Portfile	2015-08-14 06:52:16 UTC (rev 139354)
@@ -0,0 +1,36 @@
+# -*- 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-simplegeneric
+version             0.8.1
+revision            0
+categories-append   devel
+platforms           darwin
+license             ZPL
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Simple generic functions.
+long_description    ${description}
+
+homepage            http://cheeseshop.python.org/pypi/simplegeneric
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+use_zip             yes
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  a464ef9b3dc774be8d13c0578c15c17dfd392eb0 \
+                    sha256  dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-simplegeneric/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/20150813/5c40e589/attachment.html>


More information about the macports-changes mailing list