[66428] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Apr 12 12:24:22 PDT 2010


Revision: 66428
          http://trac.macports.org/changeset/66428
Author:   stromnov at macports.org
Date:     2010-04-12 12:24:21 -0700 (Mon, 12 Apr 2010)
Log Message:
-----------
py26-macfsevents: new port

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

Added: trunk/dports/python/py26-macfsevents/Portfile
===================================================================
--- trunk/dports/python/py26-macfsevents/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-macfsevents/Portfile	2010-04-12 19:24:21 UTC (rev 66428)
@@ -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           python26 1.0
+
+name                py26-macfsevents
+version             0.1
+maintainers         stromnov openmaintainer
+
+description         Thread-based interface to file system observation primitives.
+
+long_description    MacFSEvents is a Python library that provides thread-safe \
+                    directory observation primitives using callbacks. It wraps \
+                    the Mac OS X FSEvents API in a C-extension.
+
+platforms           darwin
+
+homepage            http://pypi.python.org/pypi/MacFSEvents/
+master_sites        http://pypi.python.org/packages/source/M/MacFSEvents/
+distname            MacFSEvents-${version}
+
+checksums           md5     5b3b7b9e908ef74e9a25c80a1d382c4a \
+                    sha1    f35835c48bd9cd65614b9bfd0b2053c925b3a762 \
+                    rmd160  40ec58956c9afd0270f5c4d1132b5e045d3f6ab5
+
+depends_build       port:py26-distribute
+
+post-destroot {
+        xinstall -m 644 -W ${worksrcpath} README.rst CHANGES.rst \
+                ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "MacFSEvents-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-macfsevents/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/20100412/42202e6b/attachment-0001.html>


More information about the macports-changes mailing list