[28731] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 8 01:30:29 PDT 2007


Revision: 28731
          http://trac.macosforge.org/projects/macports/changeset/28731
Author:   rhwood at macports.org
Date:     2007-09-08 01:30:29 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
New port: py25-xdg, a python library for freedesktop.org standards

Added Paths:
-----------
    trunk/dports/python/py25-xdg/
    trunk/dports/python/py25-xdg/Portfile

Added: trunk/dports/python/py25-xdg/Portfile
===================================================================
--- trunk/dports/python/py25-xdg/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-xdg/Portfile	2007-09-08 08:30:29 UTC (rev 28731)
@@ -0,0 +1,38 @@
+# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name	    	py25-xdg
+version	    	0.15
+categories  	python textproc
+platforms       darwin
+maintainers     rhwood openmaintainer
+description     Python module implementing various freedesktop.org standards
+long_description    \
+    PyXDG is a python library to access freedesktop.org standards. Currently \
+    supported standards are: \
+    \
+    *   Base Directory Specification Version 0.6 \
+    *   Menu Specification Version 1.0-draft1 \
+    *   Desktop Entry Specification Version 0.9.4 \
+    *   Icon Theme Specification Version 0.8 \
+    *   Recent File Spec 0.2 \
+    *   Shared-MIME-Database Specification 0.13
+
+homepage        http://www.freedesktop.org/wiki/Software/pyxdg
+master_sites    http://www.freedesktop.org/~lanius/
+distname        pyxdg-${version}
+checksums       md5 86a5441285fc908145414b63348d11a3
+
+depends_lib-append \
+    port:py25-gobject \
+    port:py25-numeric
+
+build.env       LDFLAGS=-L${prefix}/lib
+
+post-patch {
+    reinplace "s|@PREFIX@|$prefix|" ${worksrcpath}/setup.py
+}
+


Property changes on: trunk/dports/python/py25-xdg/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070908/3d592d30/attachment.html


More information about the macports-changes mailing list