[98857] trunk/dports/python

ram at macports.org ram at macports.org
Thu Oct 18 15:15:51 PDT 2012


Revision: 98857
          http://trac.macports.org//changeset/98857
Author:   ram at macports.org
Date:     2012-10-18 15:15:50 -0700 (Thu, 18 Oct 2012)
Log Message:
-----------
python/py-rtm: new port

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

Added: trunk/dports/python/py-rtm/Portfile
===================================================================
--- trunk/dports/python/py-rtm/Portfile	                        (rev 0)
+++ trunk/dports/python/py-rtm/Portfile	2012-10-18 22:15:50 UTC (rev 98857)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python 1.0
+
+name            py-rtm
+version         0.4.1
+categories      python devel
+platforms       darwin
+supported_archs noarch
+maintainers     ram openmaintainer
+license         MIT
+
+description     Python interface for Remember The Milk API.
+long_description ${description}
+
+homepage        http://pypi.python.org/pypi/pyrtm
+master_sites    http://pypi.python.org/packages/source/p/pyrtm/
+distname        pyrtm-${version}
+use_bzip2       yes
+
+python.versions 27 31 32
+python.default_version 27
+
+checksums       rmd160 7328c9d118f07fe05b3764d6eb2d7bb5b44728da \
+                sha256 93daee65367d81163903fd1c3697e85709846686202766a328470458fe1b4ec9
+
+if {${name} == ${subport}} {
+  livecheck.type  regex
+  livecheck.url   ${master_sites}
+  livecheck.regex {pyrtm-(\d+(?:\.\d+)*).tar.bz2}
+} else {
+  livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121018/7701b0bc/attachment.html>


More information about the macports-changes mailing list