[75999] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Feb 15 07:28:47 PST 2011


Revision: 75999
          http://trac.macports.org/changeset/75999
Author:   stromnov at macports.org
Date:     2011-02-15 07:28:46 -0800 (Tue, 15 Feb 2011)
Log Message:
-----------
py26-argparse: new port

Added Paths:
-----------
    trunk/dports/python/py26-argparse/
    trunk/dports/python/py26-argparse/Portfile

Added: trunk/dports/python/py26-argparse/Portfile
===================================================================
--- trunk/dports/python/py26-argparse/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-argparse/Portfile	2011-02-15 15:28:46 UTC (rev 75999)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-argparse
+version             1.1
+categories          python devel
+platforms           darwin
+maintainers         stromnov openmaintainer
+
+description         Python command-line parsing library
+long_description    ${description}
+
+homepage            http://code.google.com/p/argparse/
+master_sites        http://pypi.python.org/packages/source/a/argparse/
+distname            argparse-${version}
+
+use_zip             yes
+
+checksums           md5     087399b73047fa5a6482037411ddc968 \
+                    sha1    91d62de07ff09954e5bb61ddd50f04780f23bbeb \
+                    rmd160  8c18874f9511bba3d0d83bc42cb308ecf5074f02
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "argparse-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-argparse/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110215/d1ff5cc2/attachment-0001.html>


More information about the macports-changes mailing list