[63503] trunk/dports/python

elelay at macports.org elelay at macports.org
Sat Feb 6 08:41:18 PST 2010


Revision: 63503
          http://trac.macports.org/changeset/63503
Author:   elelay at macports.org
Date:     2010-02-06 08:41:18 -0800 (Sat, 06 Feb 2010)
Log Message:
-----------
new port mygpoclient, python26 variant

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

Added: trunk/dports/python/py26-mygpoclient/Portfile
===================================================================
--- trunk/dports/python/py26-mygpoclient/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-mygpoclient/Portfile	2010-02-06 16:41:18 UTC (rev 63503)
@@ -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           python26 1.0
+
+name                py26-mygpoclient
+version             1.0
+categories-append   net
+license             GPLv3
+platforms           darwin
+maintainers         elelay openmaintainer
+description         "python module for interacting with my.gpodder.org web services"
+long_description    \
+The mygpoclient library allows developers to utilize \
+a Pythonic  interface to the my.gpodder.org web services. \
+It's mostly useful for the gpodder podcast client.
+                    
+
+homepage            http://thpinfo.com/2010/mygpoclient/
+master_sites        ${homepage}
+distname            mygpoclient-${version}
+
+checksums           md5     1e0cdad9a329b76b6eb19426e8efd787 \
+                    sha1    0fb873887076f0c56484697ba0f99cc0d3c12433 \
+                    rmd160  1627fd0356b69622fb336472e19ee26cd918ff6a
+
+depends_lib         port:py26-simplejson
+
+# livecheck.type      regex
+# livecheck.url       ${homepage}
+# livecheck.regex     "The current stable version is (\\d+\\.\\d+\\.\\d+)"


Property changes on: trunk/dports/python/py26-mygpoclient/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/20100206/53dd5d86/attachment.html>


More information about the macports-changes mailing list