[102165] trunk/dports/python/py-xdg/Portfile

aronnax at macports.org aronnax at macports.org
Mon Jan 28 15:48:44 PST 2013


Revision: 102165
          https://trac.macports.org/changeset/102165
Author:   aronnax at macports.org
Date:     2013-01-28 15:48:44 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
py-xdg: update to version 0.25, claim maintainership, fix livecheck, remove unused dependencies, patches, and environment variables

Modified Paths:
--------------
    trunk/dports/python/py-xdg/Portfile

Modified: trunk/dports/python/py-xdg/Portfile
===================================================================
--- trunk/dports/python/py-xdg/Portfile	2013-01-28 23:16:25 UTC (rev 102164)
+++ trunk/dports/python/py-xdg/Portfile	2013-01-28 23:48:44 UTC (rev 102165)
@@ -6,11 +6,11 @@
 
 name	    	py-xdg
 set gname       pyxdg
-version	    	0.19
+version	    	0.25
 license         LGPL-2
 categories  	python textproc
 platforms       darwin
-maintainers     nomaintainer
+maintainers     aronnax openmaintainer
 
 supported_archs noarch
 
@@ -27,27 +27,19 @@
     *   Shared-MIME-Database Specification 0.13
 
 homepage        http://www.freedesktop.org/wiki/Software/${gname}
-master_sites    http://www.freedesktop.org/~lanius/
+master_sites    http://www.freedesktop.org/~takluyver/
 distname        ${gname}-${version}
 
-checksums       md5     9f33542e846d0fc1e0bfa992a8555b0a \
-                sha1    71162cf78c2fd0152d795ebe57984fc48226249b
+checksums       md5     bedcdb3a0ed85986d40044c87f23477c \
+                sha1    1272ee62b8c3909ac4844a34a95f8b1fb3398af2
 
-python.default_version  27
-python.versions 25 26 27
+python.versions 26 27 31 32
 
 
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-gobject \
-                        port:py${python.version}-numeric
-
-    build.env       LDFLAGS=-L${prefix}/lib
-
-    post-patch {
-        reinplace "s|@PREFIX@|$prefix|" ${worksrcpath}/setup.py
-    }
+    livecheck.type     none
+} else {
+    livecheck.type     regex
+    livecheck.url      http://www.freedesktop.org/~takluyver/
+    livecheck.regex    "${gname}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type  regex
-livecheck.url   http://www.freedesktop.org/~lanius/
-livecheck.regex "${gname}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/5ff31d19/attachment.html>


More information about the macports-changes mailing list