Path to this page: ./
devel/py-xdg,
Python library for XDG
Branch: CURRENT,
Version: 0.28nb1,
Package name: py313-xdg-0.28nb1,
Maintainer: snjPyXDG 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
* Desktop Entry Specification Version 1.0
* Icon Theme Specification Version 0.8
* Recent File Spec 0.2
* Shared-MIME-Database Specification 0.13
Required to run:[
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 75.953 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Updated to version: py313-xdg-0.28nb1
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-23) Updated to version: py312-xdg-0.28nb1
CVS history: (Expand)
| 2025-04-22 22:14:38 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-xdg: convert to wheel.mk Bump PKGREVISION. |
2022-08-05 09:22:49 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message: py-xdg: updated to 0.28 Version 0.28 (June 2022) * BaseDirectory: Add support for $XDG_STATE_DIR |
| 2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |
| 2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
| 2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
| 2021-03-20 15:55:57 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-xdg: does not need C compiler |
| 2021-01-23 20:30:59 by Amitai Schleier | Files touched by this commit (2) |
Log message: My last build gave "ModuleNotFoundError: No module named 'setuptools'". joerg@ advises that when we see an EGG_FILE, we should be using setuptools, which in pkgsrc terms means egg.mk. Do that here in hopes of fixing bulk builds. |
| 2021-01-22 18:27:46 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) |
Log message: py-xdg: Update to 0.27 upstream changes: ----------------- PyXDG 0.27; October 2020 o Menu: Fix compatibility with Python >= 3.8.4 o Menu: Fix several AttributeErrors o Menu: Fix duplication of menu entries due when Layout is provided o MenuEditor: Fix fromstring typo o Certain tests are more independent of external system conditions o Standardise shebangs to /usr/bin/env python3 |