[89888] trunk/dports/python

dports at macports.org dports at macports.org
Mon Feb 13 20:55:40 PST 2012


Revision: 89888
          http://trac.macports.org/changeset/89888
Author:   dports at macports.org
Date:     2012-02-13 20:55:40 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
py-gflags: new port, v2.0 (#33140)

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

Added: trunk/dports/python/py-gflags/Portfile
===================================================================
--- trunk/dports/python/py-gflags/Portfile	                        (rev 0)
+++ trunk/dports/python/py-gflags/Portfile	2012-02-14 04:55:40 UTC (rev 89888)
@@ -0,0 +1,41 @@
+# -*- 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-gflags
+version             2.0
+categories-append   devel
+license             BSD
+supported_archs     noarch
+maintainers         conall.net:conall+macports
+description         Python equivalent of google-gflag, a getopt() replacement.
+
+long_description \
+    A library that implements commandline flags processing. As such it's a \
+    replacement for getopt(). It has increased flexibility, including      \
+    built-in support for Python types, and the ability to define flags in  \
+    the source file in which they're used. (This last is its major         \
+    difference from OptParse.)
+
+platforms           darwin
+homepage            http://code.google.com/p/python-gflags/
+master_sites        http://python-gflags.googlecode.com/files/
+distname            python-gflags-${version}
+
+checksums           sha1    db309e6964b102ff36de319ce551db512a78281e \
+                    rmd160  b54a08bbb4dfb79cea17aef60e65f0847aab0a26 \
+                    sha256  311066217acb8cd8519a4c872cb3fe64f02bcf105802bb761ab0de55c2386cd6
+
+python.versions     24 25 26 27
+python.default_version 27
+
+if {$subport != $name} {
+    depends_build-append    port:py${python.version}-distribute
+}
+
+livecheck.type      googlecode
+livecheck.regex     python-gflags-(\[0-9\.-\]+).tar.gz
+    
+


Property changes on: trunk/dports/python/py-gflags/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/20120213/0d433e9b/attachment-0001.html>


More information about the macports-changes mailing list