diff options
author | obache <obache@pkgsrc.org> | 2010-08-14 12:39:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-14 12:39:01 +0000 |
commit | 3ff6422c208e77ed14c49094e9935fd88a40be99 (patch) | |
tree | f9e1f952034064402dab52d045b861894dbb9557 /devel/py-xdg | |
parent | 0d6696db38388cb2c9140f7fd32a9e002dab072e (diff) | |
download | pkgsrc-3ff6422c208e77ed14c49094e9935fd88a40be99.tar.gz |
Update py-xdg to 0.19.
Based on PR#43747 by Kamel Derouiche.
Version 0.19
* IniFile.py: add support for trusted desktop files (thanks to karl mikaelsson)
* DesktopEntry.py: Support spec version 1.0, Debian bug #563660
* MimeType.py: Fix parsing of in memory data, Debian bug #563718
* DesktopEntry.py: Fix constructor, Debian bug #551297, #562951, #562952
Version 0.18
* DesktopEntry.py: Add getMimeTypes() method, correctly returning strings
* DesktopEntry.py: Deprecated getMimeType() returning list of regex
* Menu.py: Add support for XDG_MENU_PREFIX
* Mime.py: Add get_type_by_contents()
Diffstat (limited to 'devel/py-xdg')
-rw-r--r-- | devel/py-xdg/DESCR | 4 | ||||
-rw-r--r-- | devel/py-xdg/Makefile | 9 | ||||
-rw-r--r-- | devel/py-xdg/PLIST | 3 | ||||
-rw-r--r-- | devel/py-xdg/distinfo | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/devel/py-xdg/DESCR b/devel/py-xdg/DESCR index ce41db48971..176d0c71d9a 100644 --- a/devel/py-xdg/DESCR +++ b/devel/py-xdg/DESCR @@ -2,8 +2,8 @@ PyXDG is a python library to access freedesktop.org standards. The following are currently supported: * Base Directory Specification Version 0.6 - * Menu Specification Version 1.0-draft1 - * Desktop Entry Specification Version 0.9.4 + * Menu Specification Version 1.0 + * Desktop Entry Specification Version 1.0 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13 diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile index 92cbff5d3b7..3882081f88b 100644 --- a/devel/py-xdg/Makefile +++ b/devel/py-xdg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/10 00:34:46 snj Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/14 12:39:01 obache Exp $ -DISTNAME= pyxdg-0.17 +DISTNAME= pyxdg-0.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= http://www.freedesktop.org/~lanius/ @@ -8,10 +8,9 @@ MASTER_SITES= http://www.freedesktop.org/~lanius/ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://freedesktop.org/wiki/Software/pyxdg COMMENT= Python library for XDG +LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= yes - -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-xdg/PLIST b/devel/py-xdg/PLIST index 3ac3f5d5b62..6f5bcdae52f 100644 --- a/devel/py-xdg/PLIST +++ b/devel/py-xdg/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:49:06 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/08/14 12:39:01 obache Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/xdg/BaseDirectory.py ${PYSITELIB}/xdg/BaseDirectory.pyc ${PYSITELIB}/xdg/BaseDirectory.pyo diff --git a/devel/py-xdg/distinfo b/devel/py-xdg/distinfo index 9970eeb6d12..adcc667b553 100644 --- a/devel/py-xdg/distinfo +++ b/devel/py-xdg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/03/10 00:34:46 snj Exp $ +$NetBSD: distinfo,v 1.2 2010/08/14 12:39:01 obache Exp $ -SHA1 (pyxdg-0.17.tar.gz) = fa548bbbed13fb63e3e7b5fdeda86549302860a7 -RMD160 (pyxdg-0.17.tar.gz) = 44e412468ff968b0d06f4546f1175ac947554578 -Size (pyxdg-0.17.tar.gz) = 37372 bytes +SHA1 (pyxdg-0.19.tar.gz) = 71162cf78c2fd0152d795ebe57984fc48226249b +RMD160 (pyxdg-0.19.tar.gz) = 8029086a3db742493dcbbd00dc9893fef1c0d50b +Size (pyxdg-0.19.tar.gz) = 38170 bytes |