[88700] trunk/dports/python

phw at macports.org phw at macports.org
Sun Jan 8 08:28:56 PST 2012


Revision: 88700
          http://trac.macports.org/changeset/88700
Author:   phw at macports.org
Date:     2012-01-08 08:28:53 -0800 (Sun, 08 Jan 2012)
Log Message:
-----------
Generalized py26-urlwatch to py-urlwatch; Now available for more python version

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

Removed Paths:
-------------
    trunk/dports/python/py26-urlwatch/

Added: trunk/dports/python/py-urlwatch/Portfile
===================================================================
--- trunk/dports/python/py-urlwatch/Portfile	                        (rev 0)
+++ trunk/dports/python/py-urlwatch/Portfile	2012-01-08 16:28:53 UTC (rev 88700)
@@ -0,0 +1,36 @@
+# -*- 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-urlwatch
+version	        1.14
+categories		python
+python.versions 26 27 31
+platforms		darwin
+maintainers		phw openmaintainer
+description		a tool for monitoring webpages for updates
+long_description	urlwatch helps you watch URLs and get notified (via email or \
+in your terminal) of any changes. The change notification will include the URL \
+that has changed and a unified diff of what has changed, and can also filter \
+content via hooks, remove noise (always-changing website parts), etc.
+homepage		http://thpinfo.com/2008/urlwatch/
+master_sites	${homepage}
+distname          urlwatch-${version}
+depends_lib       port:py${python.version}-distribute
+
+checksums           md5     6bff9dab50fe4c45521d0b8e36d604a5 \
+                    sha1    17c84d0d215e9d6cd1d5b165b7a8fdac1a0f246c \
+                    rmd160  115981f9a422d4ade94c6c2713400b3678cb75a5
+livecheck.type  regex
+livecheck.url   ${homepage}
+livecheck.regex "Current version: (\\d+(?:\\.\\d+)*)"
+
+depends_lib     port:py${python.version}-futures
+
+pre-configure {
+    if {${python.version}==32 || ${python.version}==31} {
+                  system "cd ${worksrcpath} && ${worksrcpath}/convert-to-python3.sh"
+    }
+}


Property changes on: trunk/dports/python/py-urlwatch/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/20120108/5cc041cc/attachment.html>


More information about the macports-changes mailing list