[118063] trunk/dports/python

mojca at macports.org mojca at macports.org
Thu Mar 20 11:34:36 PDT 2014


Revision: 118063
          https://trac.macports.org/changeset/118063
Author:   mojca at macports.org
Date:     2014-03-20 11:34:36 -0700 (Thu, 20 Mar 2014)
Log Message:
-----------
py-enum34: new port

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

Added: trunk/dports/python/py-enum34/Portfile
===================================================================
--- trunk/dports/python/py-enum34/Portfile	                        (rev 0)
+++ trunk/dports/python/py-enum34/Portfile	2014-03-20 18:34:36 UTC (rev 118063)
@@ -0,0 +1,32 @@
+# -*- 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-enum34
+version             0.9.23
+categories          python
+platforms           darwin
+license             BSD
+maintainers         mojca openmaintainer
+description         Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
+long_description    ${description}
+homepage            https://pypi.python.org/pypi/enum34
+master_sites        https://pypi.python.org/packages/source/e/enum34
+distname            enum34-${version}
+
+checksums           md5     cac9d9f00440d03df1d3bf6516d6e878 \
+                    rmd160  c0465fcffdae9fed5f743f5ecb6bb714c9fe7391 \
+                    sha256  cfc05f11b5169c7b5c4adfae6de51cb8ad608c269b2496fbb75a115a5b572440
+
+# works in 24 25 26 27 31 32 33
+python.versions     26 27 33
+
+if {${name} eq ${subport}} {
+    livecheck.type  regex
+    livecheck.url   ${homepage}
+    livecheck.regex {enum34 (\d+(?:\.\d+)*)}
+} else {
+    livecheck.type  none
+}


Property changes on: trunk/dports/python/py-enum34/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/20140320/07b4f121/attachment.html>


More information about the macports-changes mailing list