[127892] trunk/dports/python

hum at macports.org hum at macports.org
Thu Nov 6 06:09:09 PST 2014


Revision: 127892
          https://trac.macports.org/changeset/127892
Author:   hum at macports.org
Date:     2014-11-06 06:09:09 -0800 (Thu, 06 Nov 2014)
Log Message:
-----------
New port: py-docopt @ 0.6.2 - Pythonic argument parser, that will make you smile

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

Added: trunk/dports/python/py-docopt/Portfile
===================================================================
--- trunk/dports/python/py-docopt/Portfile	                        (rev 0)
+++ trunk/dports/python/py-docopt/Portfile	2014-11-06 14:09:09 UTC (rev 127892)
@@ -0,0 +1,35 @@
+# -*- 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
+
+set real_name       docopt
+name                py-${real_name}
+version             0.6.2
+categories-append   devel
+platforms           darwin
+supported_archs     noarch
+license             MIT
+maintainers         hum openmaintainer
+
+description         Pythonic argument parser, that will make you smile
+
+long_description    ${description}
+
+homepage            http://docopt.org
+master_sites        https://pypi.python.org/packages/source/d/${real_name}/
+distname            ${real_name}-${version}
+
+checksums           rmd160  c2e76c031e12096906b9c6b1f7dc62a9b30336f1 \
+                    sha256  49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491
+
+python.versions     25 26 27 32 33 34
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       [lindex ${master_sites} 0]
+    livecheck.regex     "${real_name}-(\\d+(?:\\.\\d+)*(-p\\d+)?)${extract.suffix}"
+}


Property changes on: trunk/dports/python/py-docopt/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/20141106/15d72d13/attachment-0001.html>


More information about the macports-changes mailing list