# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem      1.0
PortGroup       python 1.0

name	    	py-xdg
version	    	0.26
license         LGPL-2
categories-append 	textproc
platforms       darwin
maintainers     {aronnax @lpsinger} openmaintainer

supported_archs noarch

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 \
    *   Desktop Entry Specification Version 1.0 \
    *   Icon Theme Specification Version 0.8 \
    *   Recent File Spec 0.2 \
    *   Shared-MIME-Database Specification 0.13

homepage        https://freedesktop.org/wiki/Software/pyxdg
master_sites    pypi:p/pyxdg/
distname        pyxdg-${version}

checksums       sha256  fe2928d3f532ed32b39c32a482b54136fe766d19936afc96c8f00645f9da1a06 \
                rmd160  be6da6e5f7552c41c8590e59bf6deca95948a510 \
                size    57879

python.versions 27 35 36 37 38


if {${name} ne ${subport}} {
    livecheck.type     none
} else {
    livecheck.name      pyxdg
}
