[70772] trunk/dports/python

devans at macports.org devans at macports.org
Fri Aug 20 12:16:21 PDT 2010


Revision: 70772
          http://trac.macports.org/changeset/70772
Author:   devans at macports.org
Date:     2010-08-20 12:16:20 -0700 (Fri, 20 Aug 2010)
Log Message:
-----------
py26-atspi: new port, a python client library for the AT-SPI D-Bus accessibility infrastructure.

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

Added: trunk/dports/python/py26-atspi/Portfile
===================================================================
--- trunk/dports/python/py26-atspi/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-atspi/Portfile	2010-08-20 19:16:20 UTC (rev 70772)
@@ -0,0 +1,51 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            py26-atspi
+set gname       pyatspi
+version         0.1.8
+set branch      [join [lrange [split ${version} .] 0 1] .]
+categories      python gnome
+platforms       darwin
+maintainers     devans openmaintainer
+description     Python bindings to AT-SPI on GNOME
+
+long_description \
+    This module provides a python client library for the Service Provider Interface \
+    to Assistive Technologies available on the GNOME platform using the dbus \
+    rather than CORBA infrastructure.
+
+homepage        http://live.gnome.org/Accessibility
+master_sites    gnome:sources/${gname}/${branch}/
+distname        ${gname}-${version}
+use_bzip2       yes
+
+checksums       md5     01f6a0d4879e6d65bce20ae4927b6d45 \
+                sha1    d8b3b29a2d091a5913cfb845b5bd7a730a0e92f5 \
+                rmd160  c01df0ec817f504c96af76c3c4cde96abae8366d
+
+depends_lib     port:python26 \
+                port:py26-gtk \
+                port:dbus-python26
+
+set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6
+
+configure.pre_args-delete  --prefix=${prefix}
+configure.pre_args-append  --prefix=${python_prefix}
+configure.args-append      --includedir=${python_prefix}/include/python2.6
+configure.pkg_config_path  ${python_prefix}/lib/pkgconfig
+
+configure.python    ${prefix}/bin/python2.6
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING README \
+        ${destroot}${docdir}
+}
+
+livecheck.type  regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${gname}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}


Property changes on: trunk/dports/python/py26-atspi/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/20100820/0fa47466/attachment.html>


More information about the macports-changes mailing list